--- Log opened Thu Dec 05 00:00:28 2019 00:25 -!- titanbiscuit [~tbisk@45.64.186.164] has quit [Quit: ZNC 1.7.4 - https://znc.in] 00:26 -!- titanbiscuit [~tbisk@45.64.186.164] has joined #rust-bitcoin 00:54 -!- titanbiscuit [~tbisk@45.64.186.164] has quit [Quit: ZNC 1.7.4 - https://znc.in] 00:54 -!- titanbiscuit [~tbisk@45.64.186.164] has joined #rust-bitcoin 01:01 -!- Kiminuo2 [~mix@141.98.103.140] has joined #rust-bitcoin 01:02 -!- Kiminuo [~mix@141.98.103.238] has quit [Read error: Connection reset by peer] 01:54 -!- Netsplit *.net <-> *.split quits: jonatack, andytoshi 01:55 -!- Netsplit *.net <-> *.split quits: jamesob, Aleru, nothingmuch, dongcarl[m], stevenroose, philbw4, belcher, harding, sgeisler, mryandao, (+44 more, use /NETSPLIT to show all of them) 02:04 -!- Netsplit over, joins: kanzure, wraithm, CubicEarth, drolmer_, ghost43, instagibbs, midnight, moneyball, gwillen, warren (+40 more) 02:04 -!- Netsplit over, joins: belcher, orlovsky, elichai2, nothingmuch, wallet42 02:07 -!- elichai2 [sid212594@gateway/web/irccloud.com/x-btcupeghbgvkjake] has quit [Ping timeout: 266 seconds] 02:09 -!- elichai2 [sid212594@gateway/web/irccloud.com/x-fhihlxwdowbujcbx] has joined #rust-bitcoin 02:15 < elichai2> belcher: lol 02:23 -!- belcher [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 02:28 -!- titanbiscuit [~tbisk@45.64.186.164] has quit [Read error: Connection reset by peer] 02:30 -!- titanbiscuit [~tbisk@45.64.186.164] has joined #rust-bitcoin 02:52 -!- belcher [~belcher@unaffiliated/belcher] has joined #rust-bitcoin 03:04 -!- Francisco25Ernse [~Francisco@ns334669.ip-5-196-64.eu] has joined #rust-bitcoin 03:08 -!- orlovsky [~dr-orlovs@2a02:1205:500f:2e90:44e8:6142:feef:d44f] has quit [Quit: My MacBook has gone to sleep. ZZZzzz...] 03:13 -!- titanbiscuit [~tbisk@45.64.186.164] has quit [Quit: ZNC 1.7.4 - https://znc.in] 03:13 -!- titanbiscuit [~tbisk@45.64.186.164] has joined #rust-bitcoin 03:16 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 276 seconds] 03:25 -!- belcher [~belcher@unaffiliated/belcher] has joined #rust-bitcoin 03:34 -!- andytoshi [~apoelstra@unaffiliated/andytoshi] has quit [Read error: Connection reset by peer] 03:54 -!- Kiminuo2 [~mix@141.98.103.140] has quit [Ping timeout: 240 seconds] 04:48 -!- Francisco25Ernse [~Francisco@ns334669.ip-5-196-64.eu] has quit [Ping timeout: 240 seconds] 04:50 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Quit: esoteric nonsense] 04:50 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #rust-bitcoin 04:52 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Client Quit] 04:53 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #rust-bitcoin 05:01 -!- andytoshi [~apoelstra@unaffiliated/andytoshi] has joined #rust-bitcoin 06:16 -!- andytoshi [~apoelstra@unaffiliated/andytoshi] has quit [Quit: leaving] 06:16 -!- andytoshi [~apoelstra@wpsoftware.net] has joined #rust-bitcoin 06:16 -!- andytoshi [~apoelstra@wpsoftware.net] has quit [Changing host] 06:16 -!- andytoshi [~apoelstra@unaffiliated/andytoshi] has joined #rust-bitcoin 06:33 < elichai2> wumpus: https://github.com/rust-lang/rust/pull/66899 06:39 < wumpus> elichai2: nice! 07:04 < andytoshi> merged https://github.com/rust-bitcoin/rust-secp256k1/pull/169 :D 07:04 < andytoshi> will try to cut a new release today and also update rust-bitcoin 07:04 < andytoshi> and rust-miniscript, but i think i can do that on my own.. 07:12 < stevenroose> elichai2: did you want to change the API regarding contexts from raw pointers? 07:12 < stevenroose> andytoshi: might be worth having that in, that might involve a change to -sys as well even 07:13 < stevenroose> andytoshi: I'm looking at the CHANGELOG to see if I can update it a bit from teh git log 07:13 < elichai2> congrats :) 07:13 < elichai2> stevenroose: yeah, i'll do that soon 07:14 < elichai2> stevenroose: did we agree on ManuallyDrop 07:16 < stevenroose> andytoshi: https://github.com/rust-bitcoin/rust-secp256k1/pull/185 07:16 < stevenroose> elichai2: hmm, let me check teh convo again :D 07:18 < stevenroose> elichai2: it seems we did. 07:18 < stevenroose> I'd certainly add a line of documentation for that, though. 07:19 < andytoshi> yeah +1 to manuallydrop 07:19 < andytoshi> also i'd like to get https://github.com/rust-bitcoin/rust-secp256k1/pull/180 it 07:19 < andytoshi> in 07:21 < stevenroose> I'll review that now 07:29 < elichai2> i'll rebase now 07:29 < elichai2> I hope I can make this week a PR to rust-bitcoin to convert a lot of macros to a derive lib i'm working on (if people will like that https://github.com/elichai/derive-wrapper) 07:33 < andytoshi> i think i'd like that yeah 07:33 < andytoshi> may be controversial. we'll see 07:47 < elichai2> andytoshi: #180 rebased 07:51 < stevenroose> elichai2: why the no-catch-unwind variant 07:51 < elichai2> for no-std 07:51 < stevenroose> Is catch unwind overhead some might not want? 07:51 < stevenroose> Or do some architectures not support it? 07:51 < elichai2> it's not possible without libstd 07:51 < stevenroose> Ah no-std right. 07:51 < stevenroose> No core::panic? 07:52 < stevenroose> k, makes sense 07:52 < elichai2> no because unwrapping is inherintly std specific 08:07 -!- jonatack [~jon@134.19.179.179] has joined #rust-bitcoin 08:09 < elichai2> anything I should review? 08:14 < stevenroose> there's a bunch of rust-bitcoin PRs I mentioned yesterday :) :) 08:14 < stevenroose> I'd like to get them into the next rust-bitcoin release as well. 08:31 -!- titanbiscuit [~tbisk@45.64.186.164] has quit [Quit: ZNC 1.7.4 - https://znc.in] 08:32 -!- titanbiscuit [~tbisk@45.64.186.164] has joined #rust-bitcoin 08:39 -!- dr-orlovsky [~dr-orlovs@194.230.155.171] has joined #rust-bitcoin 08:43 -!- titanbiscuit [~tbisk@45.64.186.164] has quit [Quit: ZNC 1.7.4 - https://znc.in] 08:43 -!- titanbiscuit [~tbisk@45.64.186.164] has joined #rust-bitcoin 08:54 -!- titanbiscuit [~tbisk@45.64.186.164] has quit [Read error: Connection reset by peer] 08:56 -!- titanbiscuit [~tbisk@45.64.186.164] has joined #rust-bitcoin 08:59 -!- dr-orlovsky [~dr-orlovs@194.230.155.171] has quit [Quit: My MacBook has gone to sleep. ZZZzzz...] 09:01 -!- titanbiscuit [~tbisk@45.64.186.164] has quit [Read error: Connection reset by peer] 09:03 -!- titanbiscuit [~tbisk@45.64.186.164] has joined #rust-bitcoin 10:11 -!- titanbiscuit [~tbisk@45.64.186.164] has quit [Quit: ZNC 1.7.4 - https://znc.in] 10:12 -!- titanbiscuit [~tbisk@45.64.186.164] has joined #rust-bitcoin 10:15 -!- titanbiscuit [~tbisk@45.64.186.164] has quit [Read error: Connection reset by peer] 10:18 -!- titanbiscuit [~tbisk@45.64.186.164] has joined #rust-bitcoin 10:41 -!- titanbiscuit [~tbisk@45.64.186.164] has quit [Quit: ZNC 1.7.4 - https://znc.in] 10:42 -!- titanbiscuit [~tbisk@45.64.186.164] has joined #rust-bitcoin 10:52 -!- titanbiscuit [~tbisk@45.64.186.164] has quit [Quit: ZNC 1.7.4 - https://znc.in] 10:53 -!- titanbiscuit [~tbisk@45.64.186.164] has joined #rust-bitcoin 11:13 -!- titanbiscuit [~tbisk@45.64.186.164] has quit [Quit: ZNC 1.7.4 - https://znc.in] 11:14 -!- titanbiscuit [~tbisk@45.64.186.164] has joined #rust-bitcoin 12:08 -!- jonatack [~jon@134.19.179.179] has quit [Ping timeout: 240 seconds] 12:18 -!- Kiminuo [~mix@141.98.103.246] has joined #rust-bitcoin 12:23 -!- dr-orlovsky [~dr-orlovs@194.230.155.171] has joined #rust-bitcoin 13:09 -!- Kiminuo [~mix@141.98.103.246] has quit [Ping timeout: 268 seconds] 14:16 -!- belcher [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 14:31 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #rust-bitcoin 15:07 -!- belcher [~belcher@unaffiliated/belcher] has joined #rust-bitcoin 15:47 -!- dr-orlovsky [~dr-orlovs@194.230.155.171] has quit [Read error: Connection reset by peer] 15:48 -!- orlovsky [~dr-orlovs@194.230.155.171] has joined #rust-bitcoin 16:30 -!- orlovsky [~dr-orlovs@194.230.155.171] has quit [Quit: My MacBook has gone to sleep. ZZZzzz...] 16:31 -!- dr-orlovsky [~dr-orlovs@194.230.155.171] has joined #rust-bitcoin 17:53 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #rust-bitcoin 19:52 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 19:52 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #rust-bitcoin 20:09 -!- titanbiscuit [~tbisk@45.64.186.164] has quit [Quit: ZNC 1.7.4 - https://znc.in] 20:10 -!- titanbiscuit [~tbisk@45.64.186.164] has joined #rust-bitcoin 21:04 -!- thienpow [af8cda01@175.140.218.1] has joined #rust-bitcoin 21:05 < thienpow> hi 21:15 -!- thienpow [af8cda01@175.140.218.1] has quit [Ping timeout: 260 seconds] 23:43 -!- Kiminuo [~mix@141.98.103.246] has joined #rust-bitcoin --- Log closed Fri Dec 06 00:00:29 2019