Max Fang
Max Fang
The [Esplora API docs](https://github.com/Blockstream/esplora/blob/esplora_v2.10/API.md#get-txtxidoutspendvout) describes the endpoint as "Returns the spending status of a transaction output." I noticed the difference in names when touching this area, but like BDK's current...
> - API stabilization (would be great some help from @Kixunil) This is not a big deal for us. We're happy to contribute to the 'productionizing' of these crates and...
Thanks @apoelstra, I'll look into it!
> Do you have evidence of flaky tests? 🙋♀️ I just tried to upgrade our `bitcoind` from version `22_0` to `23_0` and it introduced flakiness in our tests. We have...
`cargo test` fails for me too, except only when I pass in `--features 23_0`. `cargo test --features 22_0` passes just fine. Ran on bitcoind version `28.0` and rust 1.66. ```bash...
Update: - As of `bitcoind` version `0.30.0`, `cargo test` passes on my mac with `--features 23_0` and `--features 24_0_1`. - On the current master branch (most recent release `0.34.1`), `cargo...
Update: In the process of deploying Matt's [suggestion](https://discord.com/channels/915026692102316113/978829624635195422/1359619242462286024) to tweak `PaymentParameters::max_channel_saturation_power_of_half` (we set this to 0). Will report back if this appears to fix the issue. Edit: It appears to...
**I strongly believe that rust-lightning needs hard `rustfmt` checks in the CI to improve readability by enforcing a (1) maximum line width and (2) breaking up complex control flows into...
Point taken regarding `rustfmt`'s tendency to make the vertical length problem even worse - the conclusion I draw from that however is that it is a sign to de-nest the...
Just wanted to add some input here that Lexe is interested in allowing 0 counterparty channel reserves (from the perspective of our LSP, which also runs LDK) so that our...