Bitcoin Zavior
Bitcoin Zavior
Using [`build_fee_bump`](https://docs.rs/bdk/0.29.0/bdk/wallet/struct.Wallet.html#method.build_fee_bump) to replace transaction along with [`allow_shrinking`](https://docs.rs/bdk/0.29.0/bdk/wallet/tx_builder/struct.TxBuilder.html#method.allow_shrinking) results in the specified address output amount increasing and consuming all of the input utxo amount. **To Reproduce** Create a transaction with...
1. The landing page for Blogs and Tutorials is not consistent. The Blogs landing page shows a list of all blogs in reverse chronological order. The Tutorials landing page shows...
**Describe the bug** Using concurrency value of more than 2 for EsploraConfig is resulting in following errors: 1. failed to lookup address information: nodename nor servname provided, or not known...
At the moment TxBuilder does not have `add_foreign_utxo` https://bitcoindevkit.org/docs-rs/bdk/nightly/latest/bdk/wallet/tx_builder/struct.TxBuilder.html#method.add_foreign_utxo It will be great to have this method exposed so that it can be used in the language and framework bindings....