Oli

Results 602 comments of Oli

Rebased and added a new `lncli` subcommand: `lncli wallet psbt fundtemplate` that hooks into the new funding option (was easier to create a new command than having multiple flags that...

@Roasbeef I rebased and addressed your comments. The address list now returns the full derivation path and public key for each address.

So all the balance is on the side of Alice? I would expect Bob to mark the channel as fully resolved once it sees the force close transaction to confirm...

Okay, so the failed unit tests were due to a number of reasons: - `bitcoind v26.0` doesn't have support for Unix Sockets (`ipc://`) in ZMQ anymore. Broken by https://github.com/bitcoin/bitcoin/pull/22087, will...

Yeah, it seems like I have to do some more digging into failures.

@Roasbeef can you see the logs of the failed Travis build? I only get this error message (not sure if we need to re-auth the app somehow?): ![Screenshot from 2024-02-02...

Yeah, new failures keep popping up that I cannot easily reproduce locally. Or only with spending a lot of time on it, which I haven't found yet. Not sure if...

@yyforyongyu feel free to take over! I'm sure the failures are something small, just hard to find with some rounds of debugging required.

Thank you @ProofOfKeags for investigating! Your insights have given me another idea what the problem might be. The fact that running things in parallel causes the test to fail make...