--- Log opened Wed Oct 16 00:00:35 2019 00:12 -!- andytoshi [~apoelstra@unaffiliated/andytoshi] has quit [Ping timeout: 250 seconds] 01:38 -!- foo30 [6a267c50@106.38.124.80] has joined #rust-bitcoin 01:38 -!- foo30 [6a267c50@106.38.124.80] has quit [Remote host closed the connection] 03:19 < stevenroose> Adding PartialEq and Eq to all rust-bitcoin error types: https://github.com/rust-bitcoin/rust-bitcoin/pull/336 03:21 < stevenroose> It's basically std::io::Error blocking derives. So in a manual implementation we need to (1) consider all io::Error equal, (2) consider all io::Error unequal, (3) use io::Error::kind() to compare them, or use `to_string()` to compare them... 03:23 < stevenroose> Opinions? I opted for (1) for now. 03:25 < stevenroose> I opted for (3)* 06:42 -!- belcher [~belcher@unaffiliated/belcher] has joined #rust-bitcoin 09:02 -!- jonatack [~jon@p57B4C1A5.dip0.t-ipconnect.de] has joined #rust-bitcoin 09:14 -!- jonatack [~jon@p57B4C1A5.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 09:15 -!- jonatack [~jon@213.152.161.35] has joined #rust-bitcoin 09:37 < dpc> 3 09:38 < dpc> Just kind 09:41 < dpc> That coresponds to the underlying POSIX error code 10:01 -!- jonatack_ [~jon@p57B4C1A5.dip0.t-ipconnect.de] has joined #rust-bitcoin 10:02 -!- jonatack [~jon@213.152.161.35] has quit [Ping timeout: 240 seconds] 10:03 -!- jonatack_ [~jon@p57B4C1A5.dip0.t-ipconnect.de] has quit [Client Quit] 10:03 -!- jonatack [~jon@p57B4C1A5.dip0.t-ipconnect.de] has joined #rust-bitcoin 11:14 -!- jonatack [~jon@p57B4C1A5.dip0.t-ipconnect.de] has quit [Ping timeout: 250 seconds] 11:30 -!- jonatack [~jon@p57B4C1A5.dip0.t-ipconnect.de] has joined #rust-bitcoin 11:36 -!- andytoshi [~apoelstra@wpsoftware.net] has joined #rust-bitcoin 11:36 -!- andytoshi [~apoelstra@wpsoftware.net] has quit [Changing host] 11:36 -!- andytoshi [~apoelstra@unaffiliated/andytoshi] has joined #rust-bitcoin 11:40 < andytoshi> what do people think about renaming all the symbols in the vendored C libsecp in rust-secp 11:40 < andytoshi> to add a version number of some sort 11:40 < andytoshi> also we should split out the libsecp stuff into rust-secp256k1-sys 17:02 < real_or_random> what1 17:02 < real_or_random> what's the advantage of a separate sys crate? 17:03 < real_or_random> there seems to be advantages because everybody does this but I just don't know about them 17:54 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #rust-bitcoin 19:01 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 260 seconds] 19:45 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #rust-bitcoin 19:51 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 260 seconds] 20:12 -!- andytoshi [~apoelstra@unaffiliated/andytoshi] has quit [Ping timeout: 245 seconds] 20:17 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #rust-bitcoin 21:07 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 260 seconds] 22:06 < ariard> Hey all interested by the rust-lightning workshop, it will be held Friday 2pm at the dev meetup location 22:07 < ariard> Have a testnet node synced and rust installed ofc and see if you compile rust-lightning smoothly 22:10 < ariard> TheBlueMatt: will you hand me some of your delicious testnet coins to pay for the party : tb1qeje63pp0eexgq6ush6qt23ma2crxcn68fmg99m :p 23:45 < dpc> `ureq` crate turned out unsuitable for serious use, at least right now https://github.com/dpc/crev-proofs/commit/42a3b5c5d6c0fc6e49f344fb89208454ffd6fc81 --- Log closed Thu Oct 17 00:00:36 2019