--- Day changed Tue Aug 28 2018 01:15 -!- elichai2 [uid212594@gateway/web/irccloud.com/x-nuqnzkarppouhqwa] has quit [Quit: Connection closed for inactivity] 08:15 < dongcarl> andytoshi: good shit 08:15 < dongcarl> "4500 line diff" lol 08:52 -!- itaseski [~itaseski@213.135.176.221] has joined #rust-bitcoin 09:19 -!- itaseski [~itaseski@213.135.176.221] has quit [Quit: Leaving] 09:22 -!- cjs77_ [sid302240@gateway/web/irccloud.com/x-lavqplbptzstfdzp] has joined #rust-bitcoin 09:42 -!- cjs77_ [sid302240@gateway/web/irccloud.com/x-lavqplbptzstfdzp] has quit [] 09:42 -!- cjs77 [sid302240@gateway/web/irccloud.com/x-oqngrmrzhfkpxdpy] has joined #rust-bitcoin 09:55 -!- elichai2 [uid212594@gateway/web/irccloud.com/x-fbzunkgthhaiacle] has joined #rust-bitcoin 10:26 -!- BlueMatt [~BlueMatt@unaffiliated/bluematt] has quit [Ping timeout: 268 seconds] 10:28 < dongcarl> I see that rust-bitcoin.org is available right now, perhaps that should be registered before someone else does it 12:53 < andytoshi> sure i grabbed it 12:53 < andytoshi> dreamhost is weird .. they wanted $14/yr for that ... $1/yr for rust-bitcoin.club ... $80/yr for rust-bitcoin.gold 13:05 < sgeisler> I think we had a little race condition here :D I already registered it with gandi.net but had to wait for the btc tx to confirm, so I waited to anounce it here. If you want the domain I can transfer it to you andytoshi, I just thought that you wouldn't be online for the next hours. 13:06 < andytoshi> oo cool 13:06 < andytoshi> let's see what happens :P 13:06 < sgeisler> I configured it to point to the gandi redirect server and it currently redirects to the github org 13:06 < andytoshi> i don't want it, i was just planning to sit on it .. so if you get it that's awesome 13:06 < andytoshi> (was also going to redirect to github) 13:07 < sgeisler> http://rust-bitcoin.net should work right now 13:07 < sgeisler> s/net/org/ 13:07 < andytoshi> nice 13:07 < andytoshi> looks liek you won the race then 13:08 < andytoshi> is it possible to do an https redirect as well (not that it really matters i guess) 13:08 < andytoshi> ...meanwhile, on my dreamhost account, the domain has simply disappeared from my panel with no evidence that it was ever pending. nice UX. 13:09 < sgeisler> I don't think so (at least not with the gandi redirect service) 13:09 < andytoshi> no worries 13:10 < sgeisler> but I would propose to set up a github page and use the domain for that 13:10 < sgeisler> github pages allow custom domains+let's encrypt certs imo, but I have to look it up 13:11 < andytoshi> agreed, sounds like a good idea. (but i don't know when i'll find time) 13:13 < sgeisler> yes, me too, but for now it points to the org, which is a okish state of affairs 13:15 < andytoshi> agreed 13:58 -!- itaseski [~itaseski@213.135.176.221] has joined #rust-bitcoin 15:19 -!- BlueMatt [~BlueMatt@unaffiliated/bluematt] has joined #rust-bitcoin 15:58 < andytoshi> BlueMatt: want to do https://github.com/rust-bitcoin/rust-bitcoin/pull/157 and then release 0.14.1 today? i've decided to punt on the Decimal thing because it seems unfixable 16:01 < BlueMatt> andytoshi: exposing Error is not ideal 16:01 < BlueMatt> and I'm not sure about Privkey or Decimal and UDecimal either 16:01 < BlueMatt> those seem like they could conflict 16:01 < BlueMatt> and maybe VarInt? 16:02 -!- schmidty [~schmidty@unaffiliated/schmidty] has joined #rust-bitcoin 16:15 < andytoshi> conflict with what? 16:15 < andytoshi> the point is that you can do `bitcoin::VarInt` 16:16 < andytoshi> vs the current situation where you have to import the long stupid path and then you _will_ have conflicts 16:16 < andytoshi> or you can use the long path every time 16:31 < andytoshi> i can drop Decimal and UDecimal tho cuz i'm planning to drop those from the library 16:32 < andytoshi> i don't understand why you dislike `Error`, that's probably the most important one because it's unergonomic to make users refer to `bitcoin::util::Error` rather than `bitcoin::Error` 16:47 < ariard> BlueMatt: seen #133, I think you can close #99, KeyError is no more accurate 16:51 < ariard> Do you need help on #129, it's better to be sure of channel logic before to refactor ChannelMessageHandler with error handling wrapper? 16:57 < BlueMatt> andytoshi: well I mean usually when you re-export-at-root arent folks expected to use bitcoin::*? 16:58 < BlueMatt> ariard: I mean #129 is gonna be a slog 16:58 < BlueMatt> I took the easy bolts first :p 16:58 < BlueMatt> so doing refactor to handle Error message would be a good step towards 129 that should be doable 16:58 < BlueMatt> gonna need careful review of locking, but thats fine 16:58 < andytoshi> BlueMatt: o.O no, i've never used ::* except in tests 16:58 < BlueMatt> yea, ok 16:59 < BlueMatt> finr, ack 16:59 < andytoshi> i mean, if people do that i can't stop them, but i think it's fine to cause pain for them if there are benefits for people using explicit paths 16:59 < andytoshi> thanks :) 17:04 < BlueMatt> ariard: obviously handling our own Error messages properly and closing the channel is an important step in #129 BOLT compliance for BOLT 2 17:05 < ariard> Okay, will open another PR on wrapper stuff so 17:16 < andytoshi> ok 0.14.1 is https://github.com/rust-bitcoin/rust-bitcoin/pull/158 20:42 -!- elichai2 [uid212594@gateway/web/irccloud.com/x-fbzunkgthhaiacle] has quit [Quit: Connection closed for inactivity] 21:05 -!- schmidty [~schmidty@unaffiliated/schmidty] has quit [Ping timeout: 244 seconds]