--- Log opened Tue Dec 01 00:00:32 2020 02:18 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 240 seconds] 02:18 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #rust-bitcoin 02:44 -!- reallll is now known as belcher 03:03 -!- Kiminuo [~mix@141.98.103.172] has quit [Quit: Leaving] 03:18 -!- Braulio49Klocko [~Braulio49@static.57.1.216.95.clients.your-server.de] has joined #rust-bitcoin 03:31 -!- jeremyrubin [~jr@c-73-15-215-148.hsd1.ca.comcast.net] has quit [Ping timeout: 256 seconds] 04:52 -!- tibo [~tibo@2400:4050:2a83:7000:c89a:5c09:3970:7309] has quit [Remote host closed the connection] 05:14 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 240 seconds] 05:15 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #rust-bitcoin 06:04 -!- Braulio49Klocko [~Braulio49@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 256 seconds] 06:18 -!- Hugh51Brekke [~Hugh51Bre@static.57.1.216.95.clients.your-server.de] has joined #rust-bitcoin 07:47 < stevenroose> Hmm jeremy is gone 07:47 < stevenroose> It's a dev dependency on bitcoin_hashes 07:48 < stevenroose> jsonschema-valid. so running cargo test with Rust 1.29.0 results in "failed to parse manifest at `/home/steven/.cargo/registry/src/github.com-1ecc6299db9ec823/jsonschema-valid-0.4.0/Cargo.toml`" 07:49 < stevenroose> so we'll have to add another line to the README 07:50 < stevenroose> but to be honest, personally I don't think we should be providing JSON schemas for all our types. we have serde implementations on them for convenience and that's nice, but we don't publish a JSON API of any kind so I think if anyone is publishing a JSON API with JSON Schema using our types, it's up to them to formalize the schema 07:51 < stevenroose> we can't possibly do that for all possible schema definition systems. next thing will be a protobuf spec, swagger spec, ... 07:53 < stevenroose> also, serde support is already causing us enough dependency mgmt pain as it is now (and serde crates are usually on the conservative side when it comes to breaking compared to the Rust ecosystem as a whole), this addition is causing pain already (i.e. I can't run the bitcoin_hashes unit tests for 1.29.0 locally anymore) 07:53 < stevenroose> (to solve that, I'd have to again go dig into the dep tree and pin version for all jsonschema-related crates to the latest version that doesn't use "edition" :/) 08:00 < andytoshi> yeah, i tend to agree .. i see nearly zero value in schemars so if it is causing any pain at all 08:00 < andytoshi> that's a net negative 08:44 -!- jeremyrubin [~jr@c-73-15-215-148.hsd1.ca.comcast.net] has joined #rust-bitcoin 08:46 -!- th0th [~th0th@gateway/tor-sasl/th0th] has quit [Ping timeout: 240 seconds] 10:36 -!- mauz555 [~mauz555@2a01:e0a:56d:9090:502d:e3d6:69e1:2ce7] has joined #rust-bitcoin 10:37 -!- jonatack [~jon@88.124.242.136] has quit [Ping timeout: 272 seconds] 10:38 -!- jonatack [~jon@109.232.227.138] has joined #rust-bitcoin 11:51 < justinmoon> Made a draft PR to add no_std support to rust-bitcoin: https://github.com/rust-bitcoin/rust-bitcoin/pull/528 11:54 -!- Hugh51Brekke [~Hugh51Bre@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 264 seconds] 12:47 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 12:49 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #rust-bitcoin 13:22 < andytoshi> nice!! 13:23 < andytoshi> i'm cleaning up my code/ directory and it's astonishing how many little tools i have from 2014-2016 that just do basic shit like parsing addresses or transactions 13:23 < andytoshi> like, individual C tools to do one-off shit that i normally do by editing rust-bitcoin unit tests now (or asking hal) 13:48 -!- th0th [~th0th@gateway/tor-sasl/th0th] has joined #rust-bitcoin 15:22 -!- tibo [~tibo@2400:4050:2a83:7000:9854:cddc:be65:161] has joined #rust-bitcoin 16:16 -!- mauz555 [~mauz555@2a01:e0a:56d:9090:502d:e3d6:69e1:2ce7] has quit [Remote host closed the connection] 17:27 -!- reallll [~belcher@unaffiliated/belcher] has joined #rust-bitcoin 17:30 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 240 seconds] 19:07 -!- shesek [~shesek@unaffiliated/shesek] has quit [Remote host closed the connection] 19:22 -!- th0th [~th0th@gateway/tor-sasl/th0th] has quit [Remote host closed the connection] 19:22 -!- th0th [~th0th@gateway/tor-sasl/th0th] has joined #rust-bitcoin 20:18 -!- shesek [~shesek@164.90.217.137] has joined #rust-bitcoin 20:18 -!- shesek [~shesek@164.90.217.137] has quit [Changing host] 20:18 -!- shesek [~shesek@unaffiliated/shesek] has joined #rust-bitcoin 20:51 -!- shesek [~shesek@unaffiliated/shesek] has quit [Remote host closed the connection] 23:00 -!- jeremyrubin [~jr@c-73-15-215-148.hsd1.ca.comcast.net] has quit [Ping timeout: 256 seconds] --- Log closed Wed Dec 02 00:00:33 2020