-
Recent bugs and discussions highlighted that we may want to enforce some stricter (automated) code checks.
In particular, we may want to introduce `semgrep` to:
- Require any non-`lock()`ing `un…
tnull updated
9 months ago
-
Only 32-bit integers are allowed in Bitcoin script so `i64` is misleading and potentially dangerous.
Also to avoid having to convert lock times with suspiciously-looking `as` I suggest we have `pus…
-
Hello, newbie user here.
After some time researching, I don't know if I am missing some step using the `skip_block_download_wait = true` configuration. If not, and is just not possible to use elect…
-
In https://github.com/rust-bitcoin/rust-bitcoin/pull/669#discussion_r780689066 we decided to allow non-standard sighash types in PSBT partial signatures, on the grounds that the PSBT spec doesn't for…
-
`or_d(dv:0,0)` is sane for Bitcoin Core (`IsSane()` returns true) but fails for rust-miniscript due to "fragment «or_d(dv:0,0)» requires its left child be a unit (outputs exactly 1 given a satisfying …
-
There is a core PR (bitcoin/bitcoin#29775) in the works to update testnet3 to testnet4. If/when this is merged we should update the BDK testnet genesis hash to use the new one. Also examples and docs …
-
# 📖 Abstract:
- ✅ 基于 `C FFI`, 把 `rust 库` binding 给`其他语言`调用,以及反向操作。
# 💯 Related:
- ✅ #432
- ✅ #433
- ✅ #362
- ✅ #384
- ✅ #242
-
**Is your feature request related to a problem? Please describe.**
I'm looking to build on top of Oisy. A key feature is the ability to have multiple 'Accounts' by leveraging subaccounts within a Pri…
-
I've been learning rust-miniscript, and when attempting to try out timelocks, I kept hitting a `CouldNotSatisfy` when finalizing my psbt. The reason turned out to be totally of my own doing - I had in…
-
Our code for bip143 segwitv0 sighash does not support signature verification of non-standard transactions! This is a bug and should be addressed independently.
_Originally posted by @sanket1729 in …