-
I open this issue for brainstorm about the optimal workflow for signing with `airgapped` wallet using communication over `QRCode` scanning (Seedsigner/Jade/SpecterDIY/???)
I think for now only spec…
-
# Choosing a Project
There are basically 3 types of projects you can pursue.
- Passion Projects
- "Cliché" (but GOOD!) Projects
- Other Useful Projects
Pro Tips™:
- **Documentation is most…
-
We got a crash on `miniscript_string` target due to validation of numbers. For `older()`, `after()`, `thresh()` and maybe other fragments, Bitcoin Core accept the usage of the `+` sign, e.g. (`l:older…
-
Hi @leycec
I am looking at the issues you raised on the ZeroNet repo regarding maintenance. You mentioned `Bump ZeroNet to support at least CPython 3.8 (but ideally CPython 3.9).` where did you se…
-
This is a good exercise of our `Network` changes. testnet4 is not yet entirely nailed down, though there is a Core PR that defines some parameters https://github.com/bitcoin/bitcoin/pull/29775. Notabl…
-
I've noticed you plan to stabilize the crate which is a great goal but given that you expose `rust-bitcoin` API (`pub extern crate bitcoin` at minimum) it's not really realistic at this point. Rust-bi…
-
This issue is to track logs and ideas about why this happens (in opam-repo-ci), thanks @dra27 for the idea! The initial theory was related to #6 this fix has helped I think, but the `opam depext -u` s…
-
We'd like these features, which are also needed for stabilization of some crates:
- [x] weak dependencies
- [ ] GAT
Other nice to have features:
- [x] panic in `const` context #3214
-
Someone should write a BIP that documents the timelocked addresses used in joinmarket fidelity bonds.
Since we use the BIP39 seed phrase standard, this BIP would join the family of BIP44 / BIP49 / …
-
This is a minor feature request:
The Fe32->bytes conversion -- `fes_to_bytes` in `primitives/iter.rs` -- drops the last incomplete byte:
```
If the total number of bits is not a multiple of 8, any …