Peter Tyonum
Peter Tyonum
### Description This PR implements the following changes: - moves `TxTemplate` from `crates/chain/tests/common/mod.rs` to `testenv`. - refactors `init_graph` function and `TxTemplate` struct to use `Cow` - redoes the canonical benchmark...
### Description fixes #194 ### Notes to the reviewers - enable offline signer for creating tx whenever hwi feature is enabled - make handle_offline_wallet_subcommand fn async to handle hwi operations...
### Description This PR adds `bdk-cli wallet config` command to save wallet configuration information to `config.toml` file in the data directory. Fixes #192 ### Notes to the reviewers - Reusing...
I believe technically the `NUMS_UNSPENDABLE_KEY_HEX` is not supposed to be used as is (privacy concerns), though for now it's fine. Per [BIP-0431](https://github.com/bitcoin/bips/blob/master/bip-0341.mediawiki#constructing-and-spending-taproot-outputs), should add an issue to do the following:...