志宇
志宇
@LagginTimes's work on testing conflict resolution in `TxGraph` (#1064) found a bug. ### The Bug Given transactions: * `A`, `B`, `B'`, `C`. Where: * `B` and `B'` conflict by spending...
`ScheduledPayJoin` is what is scheduled by the "admin/controller/owner_of_lnd_noder". Basically saying, "if we get an original psbt (bip 78), which has an output spending to this address, we should schedule these...
> Another reason they should be there is they affect the output of `Balance`. Ahh now I understand why this feature is needed!
@vladimirfomene Are the balances affected when we mark an outpoint? Maybe we can write a test for it.
I just had a brief look through, nothing seems apparent to me why balance would disappear after restart. Will properly debug later.
> Rebased on top of #157 > > (Still doesn't work though) Did you also add on the fix mentioned in Discord?
https://github.com/danielabrozzoni/bdk_core_staging/pull/2 I did a PR into yours fixing the balance disappearing after restart. Looking good so far. In my opinion, the next steps for this PR: Don't hold a mutable...
@LLFourn I've tried removing the global CLI args but I couldn't find a way to do it. The "general commands" need to take in a client, and so the client...
Would it be okay to introduce a dependency for this? I.e. https://docs.rs/tabled/latest/tabled/
Another option is to: 1. Use `sparse_chain::ChangeSet`s with `ChainGraph` (instead of another `ChangeSet` type for `chain_graph`). 1. Add ability to add auxiliary transactions directly into `TxGraph` of `ChainGraph`. The API...