--- Day changed Tue Sep 04 2018 05:49 -!- mikethetike [sid308076@gateway/web/irccloud.com/x-frnzyclamnsuddfo] has quit [Ping timeout: 260 seconds] 05:50 -!- mikethetike [sid308076@gateway/web/irccloud.com/x-mxjyhhcodfoihpyw] has joined #rust-bitcoin 14:29 < andytoshi> rust-secp docs aren't building on docs.rs ... https://github.com/rust-bitcoin/rust-secp256k1/pull/66 is an attempted patch 14:29 < andytoshi> but we can't really test this without running our own docs.rs :/ 14:29 < BlueMatt> why did cargo test not catch it? 14:29 < BlueMatt> ah, I see 14:29 < BlueMatt> I mean whatever, is a minor version bump for it so nbd imo 14:30 < BlueMatt> can igerate that wont hurt anyone 14:35 < andytoshi> can we also merge https://github.com/rust-bitcoin/rust-secp256k1/pull/60 14:37 < andytoshi> i moved a hex-decoding test macro into a non-test function and used it for `FromStr`.. 20:07 -!- nickler_ [~nickler@185.12.46.130] has quit [Ping timeout: 240 seconds] 20:09 < BlueMatt> ariard: around? 20:10 < BlueMatt> if not I'm gonna rewrite chunks of 140 and merge it, cause I think I just need like it and a few lines to be confident we're right on BOLT 7 20:52 < BlueMatt> heh, took way longer than I expected, I'll pr something soon but I would love some quick review cause the ergonomics of the error types here are getting insane