--- Log opened Thu May 30 00:00:26 2019 01:49 <@cdecker> jb55: yeah, the channel_update massacre is rather annoying, however there are tests that wait for channel_updates, so we would have to migrate to checking for the effect instead of waiting for the updates 02:31 -!- darosior [5a58e61b@gateway/web/freenode/ip.90.88.230.27] has joined #c-lightning 03:03 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 03:12 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 03:23 -!- Amperture [~amp@24.136.5.183] has joined #c-lightning 04:32 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 04:33 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning 05:17 -!- qubenix [~qubenix@66.172.11.228] has quit [Ping timeout: 246 seconds] 05:27 -!- qubenix [~qubenix@66.172.11.228] has joined #c-lightning 05:51 -!- tweeaks is now known as tweaks 06:13 -!- mdunnio [~mdunnio@208.59.170.5] has joined #c-lightning 06:14 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has joined #c-lightning 06:17 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has quit [Remote host closed the connection] 06:17 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Client Quit] 06:57 -!- darosior [5a58e61b@gateway/web/freenode/ip.90.88.230.27] has quit [Ping timeout: 256 seconds] 07:12 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has joined #c-lightning 08:25 -!- jb55 [~jb55@S010660e327dca171.vc.shawcable.net] has joined #c-lightning 08:26 < jb55> cdecker: perhaps we can turn that log on for tests only? 08:26 < jb55> if we have a way to do that 08:28 <@cdecker> Not sure how Rusty intended SUPERVERBOSE to be used, but that could be the way to enable it in testing 08:29 <@cdecker> Alternatively we could use log_io to ask for those messages 08:29 <@cdecker> Then again we should really be polling for the effects of the messages not the logs of those messages arriving :-) 08:35 < jb55> cdecker: looks like SUPERVERBOSE is defined as printf in some of the c tests 08:35 < jb55> well one of the C tests 08:46 <@cdecker> Yeah, it is used in the unit-tests but silenced in the compiled daemons, which makes them unusable for CI tests 08:57 < jb55> cdecker: perhaps if there was a runtime-configurable log level? 08:59 < jb55> unless that's what log_io is about 09:31 < trueptolemy> I find this issue left behind for so long time:https://github.com/ElementsProject/lightning/issues/2305. If there need a notification for unusual log? 09:39 -!- cubancorona [cubancoron@gateway/vpn/privateinternetaccess/cubancorona] has quit [Quit: Leaving] 09:44 < jb55> trueptolemy: not sure what you 09:44 < jb55> 're asking 09:50 < trueptolemy> Sorry. I saw this issue said:"Create plugin to opt-in report unusual events", so I thought maybe we need a new notification, which can tell the plugin as soon as lightningd record unusual log. 10:17 < jb55> trueptolemy: yeah that sounds about right 10:17 < jb55> otherwise you could write a script that tails the log and sends an email when there's an unusual event. but you don't need a plugin for that. 10:36 < trueptolemy> your idea is cool. :-) 10:40 <@cdecker> jb55: yes, log_io is configurable at runtime, so that's likely where I'd go 10:41 <@cdecker> We could make the logs a subscription for plugins as well :-) 10:42 < jb55> cdecker: yeah it would be neat if a plugin could tail a specific log level. but then you have plugins potentially depending on non-structured text input which wouldn't be ideal 11:38 -!- trueptolemy [2d0b0023@gateway/web/freenode/ip.45.11.0.35] has quit [Quit: Page closed] 12:14 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has quit [Remote host closed the connection] 12:23 < michaelsdunn1> I'm using fundchannel, but I'm receiving an error back "Error broadcasting funding transaction: error code: -26 error message: mempool min fee not met". Now if I listpeers, I see the channel status as "CHANNELD_AWAITING_LOCKIN:Funding needs more confirmations." If my tx never reaches the mempool, what happens to my channel? 12:27 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 12:41 < jb55> michaelsdunn1: sounds like it wasn't broadcasted because the funding amount was too low, so the channel will never establish in that case. 12:41 < jb55> it would be good if clightning could handle that... 12:41 < michaelsdunn1> jb55: should I just close the channel? 12:43 <@cdecker> michaelsdunn1: you can try to make the channel confirm by using `bitcoin-cli sendrawtransaction` or use any of the pushtx web interfaces 12:44 <@cdecker> If it doesn't confirm you can always use `dev-rescan-outputs` to get the funds back 12:44 <@cdecker> Once you have spent the funds in another channel (and get annoyed at the stale entry in listpeers) you can also call `dev-forget-channel [channelid]` to remove that entry :-) 12:45 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 12:46 < michaelsdunn1> cdecker: oh nice, thanks. I can try doing that. 12:51 <@cdecker> No problem 12:51 <@cdecker> Keep in mid that if you do `dev-forget-channel` and then the funding confirms you might lose those funds 12:52 <@cdecker> So send them somewhere else before doing that ^^ 12:54 < michaelsdunn1> I see. And I have to do a dev-build for that command to be available, correct? 13:27 -!- jtimon [~quassel@181.61.134.37.dynamic.jazztel.es] has joined #c-lightning 14:25 <@cdecker> Yep 14:37 < michaelsdunn1> how would I go about getting the raw tx? 14:43 -!- ghost43_ [~daer@gateway/tor-sasl/daer] has joined #c-lightning 14:43 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 256 seconds] 15:02 < molz> michaelsdunn1, `bitcoin-cli getrawtransaction ` 15:02 < molz> what's your txid? maybe i can look up if it's in my mempool 15:02 -!- ctrlbreak [~ctrlbreak@156.34.88.119] has quit [Ping timeout: 258 seconds] 15:07 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 15:30 < michaelsdunn1> f56de86eb4590ff53e250c6a711375db59fcea51cb782ba495c97e23ef859200 and e23e7751e48d544eff3df076204b3813b8d0f55e6e41429c88ec5bc87aee5853 15:30 -!- ctrlbreak [~ctrlbreak@142.162.53.99] has joined #c-lightning 15:32 < michaelsdunn1> I checked blockstream.info, but with no luck 15:43 < michaelsdunn1> Is there not a way to get the rawtx that lightningd attempted to broadcast? 15:51 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has quit [Remote host closed the connection] 15:59 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 16:36 -!- ctrlbreak [~ctrlbreak@142.162.53.99] has quit [Ping timeout: 244 seconds] 16:59 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 17:13 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 17:13 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning 17:13 -!- jtimon [~quassel@181.61.134.37.dynamic.jazztel.es] has quit [Ping timeout: 268 seconds] 17:18 -!- ctrlbreak [~ctrlbreak@142.162.164.217] has joined #c-lightning 17:19 -!- jtimon [~quassel@181.61.134.37.dynamic.jazztel.es] has joined #c-lightning 18:28 < molz> oh he's gone 18:39 -!- ctrlbreak [~ctrlbreak@142.162.164.217] has quit [Ping timeout: 272 seconds] 18:41 -!- ctrlbreak [~ctrlbreak@99.192.57.228] has joined #c-lightning 19:12 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #c-lightning 19:13 -!- ghost43_ [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 256 seconds] 19:27 -!- jtimon [~quassel@181.61.134.37.dynamic.jazztel.es] has quit [Ping timeout: 244 seconds] 20:55 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #c-lightning 20:56 -!- Eagle[TM] [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 258 seconds] 22:35 -!- jtimon [~quassel@181.61.134.37.dynamic.jazztel.es] has joined #c-lightning 23:14 -!- jtimon [~quassel@181.61.134.37.dynamic.jazztel.es] has quit [Ping timeout: 244 seconds] 23:16 -!- jtimon [~quassel@181.61.134.37.dynamic.jazztel.es] has joined #c-lightning 23:33 -!- jtimon [~quassel@181.61.134.37.dynamic.jazztel.es] has quit [Ping timeout: 272 seconds] --- Log closed Fri May 31 00:00:27 2019