-
When working across networks it's common to want to take a mainnet address and "convert it" to a testnet address by just changing the `Network` field of the address.
Pre-0.32 this required a hack t…
-
Resolve review suggestions:
- https://github.com/rust-bitcoin/rust-bitcoin/pull/2473#discussion_r1515872613
- https://github.com/rust-bitcoin/rust-bitcoin/pull/2473#discussion_r1515875404
- https…
-
Some types are shared between `payjoin` and `payjoin-directory`:
- the current `payjoin_directory::db::ShortId` is also used in #389 for subdirectory IDs
- Message length constants in #395 can be …
-
In `rust-bitcoin` we have a macro name the same as one here `impl_array_newtype` but they differ substantially.
Should they be the same?
The one in `rust-bitcoin` was patched in https://github.c…
-
## Motivation
If a UTXO is locked via a script, not a public key or public key hash. The UTXO Objet in Rooch is owned by the system address.
If the developer wants to provide a method to handle …
-
It looks like we broke WASM in c22f9de669f41c0f3c5738326e5235e5ad03af98.
`cargo build --target wasm32-unknown-unknown` stops working after this commit.
It looks like secp256k1-zkp includes a pro…
-
We should allow to override our fee estimation for methods like `Node::send_to_onchain_address`.
It would however make sense to expose this as an `Option` in the API. To avoid immediately breaking …
tnull updated
1 month ago
-
While its true that reading rust-bitcoin types directly without a buffer is gonna be slow, sadly the Rust world uses the `Read` type everywhere, not `BufRead`. As a result, in many cases, you end up w…
-
Because I saved the name `bitcoin-io` I am showing up as an owner (on [crates.io](https://crates.io/crates/bitcoin-io/versions)) of the new `bitcoin-io` crate. This, IMO, is not correct. If anyone sho…
-
Tracking issue for what is needed for us to be able to stabalize the `hex-conservative` crate.
### TODO
- #125
- All issues labelled "1.0": https://github.com/rust-bitcoin/hex-conservative/issu…