--- Log opened Tue Mar 02 00:00:44 2021 02:32 -!- Kiminuo [~Kiminuo@141.98.103.212] has joined #rust-bitcoin 03:18 -!- Donato46Weber [~Donato46W@static.57.1.216.95.clients.your-server.de] has joined #rust-bitcoin 03:21 -!- tibo_ [~tibo@2400:4050:2a83:7000:455b:a8c4:8634:a2c8] has joined #rust-bitcoin 03:25 -!- tibo [~tibo@2400:4050:2a83:7000:b824:78dd:c68b:fcd9] has quit [Ping timeout: 260 seconds] 04:43 -!- tibo_ [~tibo@2400:4050:2a83:7000:455b:a8c4:8634:a2c8] has quit [Remote host closed the connection] 06:41 -!- jonatack [~jon@37.164.30.247] has joined #rust-bitcoin 06:44 < dr-orlovsky> This PR adds Display/FromStr for PSBTs (using Bech64) and has all requested changes addressed: https://github.com/rust-bitcoin/rust-bitcoin/pull/557 06:46 < dr-orlovsky> Writing about it here since GitHub by mistake says "Requested changes must be addressed to merge this pull request." which is not the case (it just needs re-ACKs + apoelstra review after I have addressed all previous concerns) 06:48 -!- Donato46Weber [~Donato46W@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 240 seconds] 07:04 -!- jonatack [~jon@37.164.30.247] has quit [Read error: Connection reset by peer] 07:15 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has quit [Remote host closed the connection] 07:22 -!- geyaeb_ [~geyaeb@gateway/tor-sasl/geyaeb] has quit [Remote host closed the connection] 07:22 -!- geyaeb [~geyaeb@gateway/tor-sasl/geyaeb] has joined #rust-bitcoin 07:22 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has joined #rust-bitcoin --- Log closed Tue Mar 02 07:44:27 2021 --- Log opened Tue Mar 02 07:44:27 2021 08:10 -!- jonatack [~jon@37.164.30.247] has joined #rust-bitcoin 08:34 -!- Kiminuo [~Kiminuo@141.98.103.212] has quit [Ping timeout: 260 seconds] 08:41 -!- Kiminuo [~Kiminuo@141.98.103.148] has joined #rust-bitcoin 09:00 -!- Kiminuo [~Kiminuo@141.98.103.148] has quit [Ping timeout: 240 seconds] 09:08 -!- jonatack [~jon@37.164.30.247] has quit [Ping timeout: 260 seconds] 09:10 -!- jonatack [~jon@37.164.30.247] has joined #rust-bitcoin 09:15 < ariard> darosior: a naive implementation would be when you get confirmation of the transaction, so not upper bound 09:16 < darosior> ouch 09:18 -!- Kiminuo [~Kiminuo@141.98.103.148] has joined #rust-bitcoin 09:26 < BlueMatt> darosior: what do you mean "ouch"? its a pretty fee-optimal stragegy, you just have to have confidence you aren't being censored 09:27 < BlueMatt> iirc petertodd does this for his timestamping service, to great success. 09:32 < darosior> Yes, interesting. Don't know it seemed kind of dangerous to me but, yes, thinking it through that's what you'd be doing even with a fee estimator i guess 09:34 < darosior> i was also overlooking the 'slowly' part.. 09:39 < ariard> you have to consider the non-pleasing alternative of completely losing the stake, game-theory threatening to burn everything is better 09:39 < ariard> and in fact we already do this for RL backend, fee-bump will increase by 25% from last attempt if feerate hasn't changed 09:49 < darosior> Interesting, didn't start choosing numbers for Revault yet. Any reason for 25% ? How do you vary it wrt to new fee estimation after a new block is connected ? 09:50 < BlueMatt> I believe we do min(25%, fresh fee esimate). Sadly lightning has tight timing requirements. 09:50 < BlueMatt> if you didnt have those timing requirements, you could be much less agressive 09:50 < ariard> well we could relax time-to-go-onchain, like break channel earlier 09:51 < ariard> darosior: we have fee-bumpinig timer expressed in block units, when timelocks expire in 3 blocks, fee-bump at each connection 09:52 < ariard> tbh rn it's just a bunch o not-really backed heuristics... 09:53 < darosior> Yeah, thanks anyways will reach out again once i have actually thought about that for real :) 10:06 -!- Kiminuo [~Kiminuo@141.98.103.148] has quit [Ping timeout: 240 seconds] 10:35 -!- Kiminuo [~Kiminuo@141.98.103.148] has joined #rust-bitcoin 11:41 < BlueMatt> ariard: can you quick-ack https://github.com/rust-bitcoin/rust-lightning/pull/818 ? its trivial and i want to hit merge :) 11:41 < BlueMatt> also https://github.com/rust-bitcoin/rust-lightning/pull/816 11:42 < BlueMatt> maybe also https://github.com/rust-bitcoin/rust-lightning/pull/819 11:54 -!- th0th [~th0th@gateway/tor-sasl/th0th] has joined #rust-bitcoin 12:48 -!- Kimi [~Kiminuo@2a00:1028:8d1a:5d1a:1b:86e:7a2c:d5b1] has joined #rust-bitcoin 12:51 -!- Kiminuo [~Kiminuo@141.98.103.148] has quit [Ping timeout: 245 seconds] 13:06 -!- justinmoon [~quassel@157.245.122.126] has quit [Read error: Connection reset by peer] 13:07 -!- tibo [~tibo@2400:4050:2a83:7000:38c6:ae95:d4be:ea09] has joined #rust-bitcoin 13:07 -!- justinmoon [~quassel@157.245.122.126] has joined #rust-bitcoin 13:54 -!- b10c_ [~b10c@2a01:4f8:192:612a:216:3eff:fef3:dc6a] has quit [Quit: leaving] 13:54 -!- b10c [~b10c@2a01:4f8:192:612a:216:3eff:fef3:dc6a] has joined #rust-bitcoin 14:16 -!- b10c [~b10c@2a01:4f8:192:612a:216:3eff:fef3:dc6a] has quit [Quit: leaving] 14:29 -!- b10c [~b10c@static.55.136.76.144.clients.your-server.de] has joined #rust-bitcoin 14:35 -!- b10c [~b10c@static.55.136.76.144.clients.your-server.de] has quit [Quit: ZNC 1.8.1 - https://znc.in] 14:35 -!- b10c [~b10c@static.55.136.76.144.clients.your-server.de] has joined #rust-bitcoin 15:13 -!- jonatack [~jon@37.164.30.247] has quit [Ping timeout: 276 seconds] 15:15 < ariard> BlueMatt: just re-ack mpp, thanks for the comment 15:15 < ariard> reviewing 818 15:27 < ariard> oky the pr triplet sgtm gotta review #808 tmrw, upcoming dlc meeting :p 15:50 < BlueMatt> ariard: thanks! I'll clean up the mpp followup for review today or tomorrow. gonna go merge some stuff :) 16:58 -!- geyaeb [~geyaeb@gateway/tor-sasl/geyaeb] has quit [Ping timeout: 268 seconds] 16:58 -!- geyaeb_ [~geyaeb@gateway/tor-sasl/geyaeb] has joined #rust-bitcoin 17:06 -!- tibo_ [~tibo@2400:4050:2a83:7000:8476:5a63:fd01:2f80] has joined #rust-bitcoin 17:10 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 245 seconds] 17:10 -!- tibo [~tibo@2400:4050:2a83:7000:38c6:ae95:d4be:ea09] has quit [Ping timeout: 240 seconds] 17:10 -!- belcher [~belcher@unaffiliated/belcher] has joined #rust-bitcoin 18:30 -!- Netsplit *.net <-> *.split quits: wallet42____ 18:30 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #rust-bitcoin 18:32 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 265 seconds] 18:33 -!- Netsplit over, joins: wallet42____ 20:08 -!- tibo [~tibo@2400:4050:2a83:7000:71e6:5e5c:ef49:cc20] has joined #rust-bitcoin 20:11 -!- tibo_ [~tibo@2400:4050:2a83:7000:8476:5a63:fd01:2f80] has quit [Ping timeout: 240 seconds] 20:28 -!- tibo_ [~tibo@2400:4050:2a83:7000:1c2d:8e49:48a1:dd13] has joined #rust-bitcoin 20:31 -!- tibo [~tibo@2400:4050:2a83:7000:71e6:5e5c:ef49:cc20] has quit [Ping timeout: 240 seconds] 20:45 -!- shesek [~shesek@unaffiliated/shesek] has quit [Remote host closed the connection] 20:46 -!- shesek [~shesek@164.90.217.137] has joined #rust-bitcoin 20:46 -!- shesek [~shesek@164.90.217.137] has quit [Changing host] 20:46 -!- shesek [~shesek@unaffiliated/shesek] has joined #rust-bitcoin 23:38 -!- Kimi [~Kiminuo@2a00:1028:8d1a:5d1a:1b:86e:7a2c:d5b1] has quit [Read error: Connection reset by peer] --- Log closed Wed Mar 03 00:00:45 2021