--- Log opened Thu Dec 17 00:00:49 2020 01:24 -!- titanbiscuit [~tbisk@104.200.131.166] has quit [Quit: ZNC 1.7.5 - https://znc.in] 01:25 -!- titanbiscuit [~tbisk@104.200.131.166] has joined #rust-bitcoin 01:26 -!- da39a3ee5e6b4b0d [~da39a3ee5@49.228.254.151] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 03:07 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:cecf:4940:8dd3:7c10:4404] has joined #rust-bitcoin 03:21 -!- Marcelle20Dicki [~Marcelle2@static.57.1.216.95.clients.your-server.de] has joined #rust-bitcoin 04:12 -!- jeremyrubin [~jr@c-73-15-215-148.hsd1.ca.comcast.net] has quit [Ping timeout: 268 seconds] 04:23 -!- tibo [~tibo@2400:4050:2a83:7000:d4f1:628c:e43d:eaa2] has quit [Remote host closed the connection] 05:00 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:cecf:4940:8dd3:7c10:4404] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 05:32 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:cecf:4940:8dd3:7c10:4404] has joined #rust-bitcoin 05:37 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:cecf:4940:8dd3:7c10:4404] has quit [Client Quit] 05:46 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:cecf:4940:8dd3:7c10:4404] has joined #rust-bitcoin 06:14 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #rust-bitcoin 06:21 < darosior> Did anybody actually test https://github.com/apoelstra/rust-jsonrpc/pull/36 ? 06:26 -!- Marcelle20Dicki [~Marcelle2@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 264 seconds] 06:28 < darosior> So i have a patch for all the issues but the content length.. 06:30 -!- yancy [~yancy@li1543-67.members.linode.com] has quit [Remote host closed the connection] 06:32 -!- yancy [~yancy@li1543-67.members.linode.com] has joined #rust-bitcoin 06:44 <@andytoshi> darosior: lol i'm trying to, it's sooo unergonomic 06:44 <@andytoshi> patches definitely welcome 06:56 < darosior> Will make a PR for the rest, do you have a workaround for the content-length? 07:14 < darosior> andytoshi: https://github.com/apoelstra/rust-jsonrpc/pull/38 for all but the Content-length.. 07:18 <@andytoshi> lol we can put a rustfmt rule on rust-jsonrpc 07:18 <@andytoshi> we just pretty-much rewrote it, might as well do that now 07:22 < darosior> Hmm can make the first commit a rustfmt of the entire repo 07:22 <@andytoshi> sure 07:24 < darosior> Ok, and as a workaround for the content-length i got rid of to_writer and use to_vec() instead.. 07:36 <@andytoshi> heh oof. but ok, that's fine 07:36 <@andytoshi> i think it's necessary 07:37 <@andytoshi> well actually maybe there is a serde sink that just counts bytes you could write into rather than making a vec and counting it 07:37 <@andytoshi> but whatever, let's just get this stupid library into a working state :P 07:38 < darosior> :) 07:38 < darosior> But you need the length before writing 07:38 < darosior> So i believe that we need to allocate one way or another.. 07:45 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:cecf:4940:8dd3:7c10:4404] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 07:56 <@andytoshi> you'd write twice, in the model i'm thinking of 07:56 <@andytoshi> once into the counter and once into the actual stream 07:56 <@andytoshi> this is what we do for network messages in our liquid functionary protocol, because we use a sane (not serde) encoding trait 07:57 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #rust-bitcoin 08:01 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 264 seconds] 08:06 < darosior> Ok, so i think i'm almost over with it.. 08:11 <@andytoshi> ok dope 09:26 -!- Norwood52Runte [~Norwood52@static.57.1.216.95.clients.your-server.de] has joined #rust-bitcoin 09:37 -!- belcher_ is now known as belcher 09:37 -!- jeremyrubin [~jr@c-73-15-215-148.hsd1.ca.comcast.net] has joined #rust-bitcoin 10:15 -!- yancy [~yancy@li1543-67.members.linode.com] has quit [Remote host closed the connection] 10:15 -!- yancy [~yancy@li1543-67.members.linode.com] has joined #rust-bitcoin 10:16 -!- jrawsthorne [~jrawsthor@static.235.41.217.95.clients.your-server.de] has quit [Read error: Connection reset by peer] 10:17 -!- jrawsthorne [~jrawsthor@static.235.41.217.95.clients.your-server.de] has joined #rust-bitcoin 10:18 -!- jrawsthorne [~jrawsthor@static.235.41.217.95.clients.your-server.de] has quit [Read error: Connection reset by peer] 10:19 -!- jrawsthorne [~jrawsthor@static.235.41.217.95.clients.your-server.de] has joined #rust-bitcoin 10:29 -!- jrawsthorne [~jrawsthor@static.235.41.217.95.clients.your-server.de] has quit [Ping timeout: 260 seconds] 11:01 -!- jrawsthorne [~jrawsthor@static.235.41.217.95.clients.your-server.de] has joined #rust-bitcoin 11:06 -!- jrawsthorne [~jrawsthor@static.235.41.217.95.clients.your-server.de] has quit [Quit: ZNC 1.8.1 - https://znc.in] 11:09 -!- jrawsthorne [~jrawsthor@static.235.41.217.95.clients.your-server.de] has joined #rust-bitcoin 12:13 -!- Norwood52Runte [~Norwood52@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 268 seconds] 13:49 -!- b10c [~b10c@2a01:4f8:192:612a:216:3eff:fef3:dc6a] has joined #rust-bitcoin 15:18 -!- tibo [~tibo@2400:4050:2a83:7000:d103:1899:4473:6de1] has joined #rust-bitcoin 16:23 <@andytoshi> haha darosior, stevenroose and i were super confused about the authorization not working 16:23 <@andytoshi> stevenroose: we had "Authentication:" instead of "Authorization:" 16:40 <@andytoshi> ok ack #38 once my CI script finishes on it (actually it already passed and then i didn't like how it formatted its logs so i'm running it again) 16:41 <@andytoshi> stevenroose: want to take a look at darosior's PR 17:06 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:cecf:c08c:a5a2:10fd:4192] has joined #rust-bitcoin 17:09 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 17:10 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #rust-bitcoin 17:13 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:cecf:c08c:a5a2:10fd:4192] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 17:22 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:cecf:c08c:a5a2:10fd:4192] has joined #rust-bitcoin 18:10 -!- andytoshi [~apoelstra@unaffiliated/andytoshi] has quit [Remote host closed the connection] 18:10 -!- andytoshi [~apoelstra@unaffiliated/andytoshi] has joined #rust-bitcoin 23:16 -!- da39a3ee5e6b4b0d [~da39a3ee5@2403:6200:8876:cecf:c08c:a5a2:10fd:4192] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 23:16 -!- shesek [~shesek@unaffiliated/shesek] has quit [Remote host closed the connection] 23:39 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 23:57 -!- shesek [~shesek@164.90.217.137] has joined #rust-bitcoin 23:57 -!- shesek [~shesek@164.90.217.137] has quit [Changing host] 23:57 -!- shesek [~shesek@unaffiliated/shesek] has joined #rust-bitcoin --- Log closed Fri Dec 18 00:00:52 2020