rust-bitcoin-unsafe-fast/src/util
Dr. Maxim Orlovsky 670e808c17
Merge rust-bitcoin/rust-bitcoin#681: Add support for taproot psbt fields BIP 371
7d982fa9a2 Add all tests from BIP 371 (sanket1729)
d22e0149ad Taproot psbt impl BIP 371 (sanket1729)
108fc3d4db Impl encodable traits for TapLeafhash (sanket1729)
c7478d8fd0 Derive serde for taproot stuctures (sanket1729)

Pull request description:

  Built on top of #677 . Will rebase and mark ready for review after #677 is merged.

ACKs for top commit:
  apoelstra:
    ACK 7d982fa9a2
  dr-orlovsky:
    re-tACK 7d982fa9a2 basing on `git range-diff`. The original PR before last re-base was tested commit-by-commit.

Tree-SHA512: feb30e4b38d13110a9c0fabf6466d8f0fb7df09a82f4e01d70b8371b34ab0187004a6c63f9796c6585ee30841e8ee765ae9becae139d2e1e3d839553d64c3d1e
2021-12-30 02:12:03 +02:00
..
psbt Merge rust-bitcoin/rust-bitcoin#681: Add support for taproot psbt fields BIP 371 2021-12-30 02:12:03 +02:00
address.rs Fixed a bunch of clippy lints, added clippy.toml 2021-12-21 22:50:13 +01:00
amount.rs Merge rust-bitcoin/rust-bitcoin#731: Improve parsing of `Denomination` string 2021-12-27 10:17:40 +01:00
base58.rs Fixed a bunch of clippy lints, added clippy.toml 2021-12-21 22:50:13 +01:00
bip32.rs Fixed a bunch of clippy lints, added clippy.toml 2021-12-21 22:50:13 +01:00
bip143.rs Merge rust-bitcoin/rust-bitcoin#672: New Witness struct to improve ser/de perfomance 2021-12-30 01:55:44 +02:00
bip158.rs Fixed a bunch of clippy lints, added clippy.toml 2021-12-21 22:50:13 +01:00
contracthash.rs Fixed a bunch of clippy lints, added clippy.toml 2021-12-21 22:50:13 +01:00
ecdsa.rs Fixed a bunch of clippy lints, added clippy.toml 2021-12-21 22:50:13 +01:00
endian.rs std -> core 2021-06-11 17:28:04 +02:00
hash.rs Return None from merkle_root functions 2021-12-10 11:24:30 +11:00
key.rs Clean up module level rustdocs 2021-11-06 10:59:53 +11:00
merkleblock.rs Fixed a bunch of clippy lints, added clippy.toml 2021-12-21 22:50:13 +01:00
misc.rs Fixed a bunch of clippy lints, added clippy.toml 2021-12-21 22:50:13 +01:00
mod.rs Fixed a bunch of clippy lints, added clippy.toml 2021-12-21 22:50:13 +01:00
schnorr.rs Derive serde for taproot stuctures 2021-12-28 20:40:58 +05:30
sighash.rs Merge rust-bitcoin/rust-bitcoin#681: Add support for taproot psbt fields BIP 371 2021-12-30 02:12:03 +02:00
taproot.rs Taproot psbt impl BIP 371 2021-12-28 20:40:58 +05:30
uint.rs add helpful message to division-by-zero panic 2021-12-15 01:50:56 +09:00