-
Tracking issue for what is needed for us to be able to stabalize the `hashes` crate.
- All errors seem to be satisfactory (there is only one error type in this crate)
### Issues we want resolved…
-
**Describe the enhancement**
As mentioned in https://github.com/payjoin/rust-payjoin/issues/337, it's way clearer having a `Cargo.lock` file than having the pinned dependencies only on the READ…
-
In #3259 it was observed that we convert an error to an option when decoding a compact size. Should we panic assuming that the `Witness` is valid.
- ~Our `serde` deserialization implementation doe…
-
I used v0.6 of sqlx because there were some circular deps that I suspected were from the older version of rust-bitcoin now that thats been updated we may be able to update sqlx. Ideally keeping msrv w…
-
When building the firmware locally on MacBook Pro `cargo metadata` is unable to find `sui-types`.
System Specs:
```bash
Graphics/Displays:
Apple M2 Max:
Chipset Model: Apple M2 …
-
> Yes. I have been meaning to move away from honggfuzz to libfuzzer for this reason but it's not a super high priority.
Originally posted by @apoelstra in https://github.com/rust-bitcoin/rust-bitco…
-
Hello ord team,
I appreciate the work you’ve done on ord and its capabilities in decoding transactions and handling Bitcoin data efficiently. As ord is written in Rust, I’d like to propose an enhan…
-
If you can write that proptest properly I'd be thrilled. I tried doing this (as a fuzztest, not as a proptest) but I got constantly gummed up by the `width` parameter which behaves weird…
-
# [Card principal](https://github.com/orgs/w3b3d3v/projects/13/views/1?pane=issue&itemId=58474973)
O Miniscript é uma linguagem de script projetada para tornar mais fácil criar e analisar scripts do …
-
I am trying to cross compile a rust application (from linux, for windows) which interacts with the bitcoin ecosystem.
The bitcoinconsensus crate causes an issue as upon building everything builds fi…