Block Bunny
Block Bunny
Hi! 👋 I’d like to work on this issue and implement running CLI examples in CI against a regtest node. Could I take this up if no one else is...
Hi, I would like to work on this issue. I plan to update CanonicalIter to return TxNode instead of Transaction and adjust affected call sites. Shall i take that
Hi, I've completed the work on this issue and submitted a pull request: #2062 . I'm aware that the new API (#2038) is pending, which might require rebasing. Please let...
Hi! Thanks again for the earlier feedback — I’ve submitted a new PR that directly addresses the type-level refactor: [#2063](https://github.com/bitcoindevkit/bdk/pull/2063). It replaces the (txid, tx, reason) tuple with a scoped...
Hi @110CodingP, I have made the requested cleanups in `commands.rs` and `handlers.rs` per your review comments All changes are pushed to the `validate_domain-config` branch. Please let me know if anything...
Hi! 👋 I’d like to work on this issue and expose the `validate_domain` option in bdk-cli for Electrum. Could I take this up?
Hi Peter, Thanks for assigning me to #134! I’m excited to work on adding the validate_domain option. I wasn’t able to locate the CLI file (electrum.rs or similar) in the...
Hi 👋, I’ve studied the codebase and the contribution guidelines, made the necessary modifications to expose the validate_domain option in bdk-cli, and tested it locally. Here is the Pull Request:...