--- Log opened Tue Dec 29 00:01:01 2020 00:06 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 240 seconds] 00:06 -!- ghost43_ [~daer@gateway/tor-sasl/daer] has joined #rust-bitcoin 03:19 -!- Alessia64Reichel [~Alessia64@static.57.1.216.95.clients.your-server.de] has joined #rust-bitcoin 03:26 -!- b42 [~mmilata@b42.cz] has joined #rust-bitcoin 05:05 -!- jeremyrubin [~jr@2601:645:c200:14:346f:5d3:a503:bdf1] has quit [Ping timeout: 260 seconds] 05:22 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:f14e:f414:9b65:b890:9d87] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 05:47 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:f14e:f414:9b65:b890:9d87] has joined #rust-bitcoin 05:58 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:f14e:f414:9b65:b890:9d87] has quit [Ping timeout: 264 seconds] 06:09 -!- dr-orlovsky [~dr-orlovs@31.14.40.19] has quit [Ping timeout: 256 seconds] 06:26 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:f14e:750f:83e8:c56e:b09f] has joined #rust-bitcoin 06:34 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:f14e:750f:83e8:c56e:b09f] has quit [Ping timeout: 260 seconds] 06:52 < elichai2> fiatjaf2: it does, in the schnorrsig module 06:52 < elichai2> although maybe not in released version which andytoshi is trying to fix hehe 07:05 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:f14e:750f:83e8:c56e:b09f] has joined #rust-bitcoin 07:44 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:f14e:750f:83e8:c56e:b09f] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 07:47 -!- jonatack [~jon@213.152.162.10] has quit [Quit: jonatack] 07:48 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:f14e:750f:83e8:c56e:b09f] has joined #rust-bitcoin 07:50 -!- shesek [~shesek@164.90.217.137] has joined #rust-bitcoin 07:50 -!- shesek [~shesek@164.90.217.137] has quit [Changing host] 07:50 -!- shesek [~shesek@unaffiliated/shesek] has joined #rust-bitcoin 07:57 -!- jonatack [~jon@88.124.242.136] has joined #rust-bitcoin 08:01 < andytoshi> fiatjaf2: it will in the next day or two :P 08:03 -!- jonatack [~jon@88.124.242.136] has quit [Ping timeout: 256 seconds] 08:10 -!- jonatack [~jon@88.124.242.136] has joined #rust-bitcoin 08:16 -!- jonatack [~jon@88.124.242.136] has quit [Ping timeout: 265 seconds] 08:17 -!- jonatack [~jon@213.152.161.30] has joined #rust-bitcoin 08:19 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:f14e:750f:83e8:c56e:b09f] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 08:26 < elichai2> andytoshi: any chance you know why the context size has doubled? 08:26 < elichai2> context: https://github.com/rust-bitcoin/rust-secp256k1/pull/257/commits/851ed85604229119b86700675a23057a5bd1075a#diff-91f29927f1b2d454fd82131c392fb6704675160c5418dd63240c035e8a196a31R86 08:28 < elichai2> endomorphism hehe 08:30 -!- Alessia64Reichel [~Alessia64@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 256 seconds] 08:42 < elichai2> andytoshi: do you want to also fix my nit from #260 in your bump PR? (this one: https://github.com/rust-bitcoin/rust-secp256k1/pull/260#discussion_r547216789) 09:03 -!- jeremyrubin [~jr@2601:645:c200:14:346f:5d3:a503:bdf1] has joined #rust-bitcoin 09:06 < fiatjaf2> next day or two, then /) 09:22 < andytoshi> elichai2: because of the endomorphism :) 09:22 < andytoshi> you got it 09:23 < andytoshi> elichai2: the nit about endianness? 09:23 < andytoshi> yep, i fixed it 09:23 < andytoshi> PR should be good to go now 09:23 < elichai2> also the weird `#[no_mangle]` added to our `strlen` in #260 09:23 < andytoshi> you have to redo the vendor script check, sorry, since i rebased the whole thing on 266 09:24 < elichai2> not sure if it can cause problems 09:24 < andytoshi> the endianness? nah, we just set that -D flag but then libsecp doesn't use it at all 09:38 < andytoshi> sigh, seems 1.29 is just not working on travis for rust-bitcoin 09:38 < andytoshi> may be that we have to switch to GA sooner than later 09:58 -!- dr-orlovsky [~dr-orlovs@31.14.40.19] has joined #rust-bitcoin 10:10 < elichai2> no the no_mangle on strlen 10:10 < elichai2> argh, all public CIs seem to crumble down at some point 10:26 -!- jonatack [~jon@213.152.161.30] has quit [Quit: jonatack] 10:49 -!- jonatack [~jon@88.124.242.136] has joined #rust-bitcoin 10:53 < stevenroose> andytoshi: is that print a problem in the test? it only shows when you use `cargo test -- --nocapture` which I suppose one only does debugging a specific test that failed, no? 10:54 -!- jonatack [~jon@88.124.242.136] has quit [Ping timeout: 260 seconds] 10:55 -!- jonatack [~jon@213.152.161.211] has joined #rust-bitcoin 11:24 < andytoshi> stevenroose: nah, that's fine 11:24 < andytoshi> i acked the PR 11:25 < andytoshi> oh, i thought i'd gotten rid of that no_mangle...maybe that was an old version of teh PR 11:26 < andytoshi> oh lol i got rid of it on strlen but not on test_strlen ... i think that has almost 0 chance of ever causing problems but i'll remove it anyway 11:27 < andytoshi> oh, no, i didn't even do that 11:27 < andytoshi> honestly i'm not sure what this code is even for... 11:28 < andytoshi> i think it predates our wasm/nostd changes and is actually dead code, i'll just drop it entirely 11:30 < andytoshi> elichai2: ok pushed PR that drops strlen 11:30 < andytoshi> oh lol oops i misread it, that totally breaks the build 11:32 < andytoshi> that's what i get for pushing stuff befare my tests finish 11:34 < elichai2> yeah we use it for the strings in the external-callbacks 11:35 < elichai2> those external callbacks are important for no-std 11:40 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 11:42 -!- ghost43_ [~daer@gateway/tor-sasl/daer] has quit [Quit: Leaving] 11:43 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #rust-bitcoin 11:44 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #rust-bitcoin 11:58 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #rust-bitcoin 11:59 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 13:05 -!- dr-orlovsky [~dr-orlovs@31.14.40.19] has quit [Ping timeout: 246 seconds] 13:06 -!- dr-orlovsky [~dr-orlovs@31.14.40.19] has joined #rust-bitcoin 13:23 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 240 seconds] 13:29 -!- felixweis [sid154231@gateway/web/irccloud.com/x-curwonbkjuaxtcmu] has quit [Ping timeout: 264 seconds] 13:29 -!- felixweis [sid154231@gateway/web/irccloud.com/x-jtweehemopgkzarw] has joined #rust-bitcoin 13:43 -!- belcher [~belcher@unaffiliated/belcher] has joined #rust-bitcoin 13:44 < BlueMatt> this should be a trivial ack - https://github.com/rust-bitcoin/rust-secp256k1/pull/267 14:27 < andytoshi> yep trivial ack 14:27 < andytoshi> sorry for the delay 14:36 < BlueMatt> lol you merged an hour after opening, I dont call that a delay :p 16:30 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:f14e:750f:83e8:c56e:b09f] has joined #rust-bitcoin 18:28 -!- jeremyrubin [~jr@2601:645:c200:14:346f:5d3:a503:bdf1] has quit [Quit: Konversation terminated!] 20:18 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 240 seconds] 20:19 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #rust-bitcoin 20:19 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #rust-bitcoin 20:22 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] --- Log closed Wed Dec 30 00:00:02 2020