Tobin C. Harding

Results 26 issues of Tobin C. Harding

I have just realised that `electrs` uses `rust-bitcoincore-rpc` in production ``. Until just now I thought that `bitcoincore-rpc` was only ever used in testing. I have, as of today, decided...

This is not a merge candidate, just for testing the current bitcoin release candidate. Test the latest bitcoin release candidate. Includes bumping the version numbers so we can use this...

Upgrading `rust-bitcoin` in `bdk` (https://github.com/bitcoindevkit/bdk/pull/1177) needs a new release of `hwi` please.

The types in this library use a prefix `HWI` which makes them stutter if used with the full path (eg. `hwi::HWIAddress`). We could simplify the path and make the code...

If #76 merges then we can use the more terse `Psbt` type, available in `rust-bitcoin` v0.30.0

This is not a merge candidate, just for testing the current bitcoin release candidate. Test the latest bitcoin release candidate. Includes bumping the version numbers so we can use this...

This is not a merge candidate, just for testing the current bitcoin release candidate. Test the latest bitcoin release candidate. Includes bumping the version numbers so we can use this...

The features are not additive, this means running `cargo test --all-features` doesn't work. The problem is the electrs/esplora features used to define `VERSION`, perhaps there is another way? ```rust #[cfg(feature...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Package ecosystem Rust crates, `cargo` package manager ### Package manager version _No response_...

T: bug 🐞
L: rust:cargo

As we have been doing in other crates, use the new maintainer tools test script we created from `rust-bitcoin/rust-bitcoin-maintainer-tools/ci`. - This should not change test coverage in any meaningful way....