Vincenzo Palazzo
Vincenzo Palazzo
Pushing the lint fixes found by the CI
I noted this too in lampo, but nowadays getting some funds on testnet looks hard due to block storms. IIRC fee disagreement causes force closes in LDK, right? there is...
>Is this still needed after https://github.com/lightningdevkit/rust-lightning/pull/2442? Looks like no https://docs.rs/lightning/latest/lightning/ln/channel_state/struct.ChannelDetails.html
>Another alternative. Sexier but that requires more work, is supporting BIP158 using Nakamoto. https://github.com/cloudhead/nakamoto I like to have this alternative, and I will put some more love on it in...
I am in touch with @cloudhead, so I plan to work upstream all my changes, for now, are all inside different PR https://github.com/cloudhead/nakamoto/pulls and I arrived at a proof of...
Nakamoto has a way to keep track of the fee from the block processing message, I also exposed an API with this commit https://github.com/cloudhead/nakamoto/pull/139/commits/acc70aaa79a302898eabadcad5a11a540201cfd4, but it is a monkey way....
>Did you come up with something in the past months? Yes, I had some private problem to solve, but I have a couple of branch that implements the nakamoto support,...
In here there is a logic to use nakamoto https://github.com/vincenzopalazzo/liana/tree/macros/nakamoto I need just to spend some time to understand how track the transaction and avoid liana crashing
I think BDK already has a integration with https://github.com/rustaceanrob/kyoto However, I open a while back a PR to try integrate nakamoto (kyoto is better anyway because use pure async await)...
The problem was that lian was tracking the txs through bitcoin core, but when you use another backend you have to track the txs in another way. No idea if...