rust-bitcoin-unsafe-fast/src/util
Andrew Poelstra 8acdb1ab64
Merge rust-bitcoin/rust-bitcoin#786: Fix unused arg in PSBT impl_psbt_get_pair macro
1b77e3609c Fix unused arg in PSBT impl_psbt_get_pair macro (Dr Maxim Orlovsky)

Pull request description:

  Closes #754

ACKs for top commit:
  apoelstra:
    ACK 1b77e3609c
  RCasatta:
    utACK 1b77e3609c
  Kixunil:
    ACK 1b77e3609c

Tree-SHA512: 339aae0a9b6adef34bc6bca27ea19eb89205c4b4694e3a95721590696b7eefbfded9294fd9101a66110b4bdfb69da7a7ef97a8e8321d9e05b3777c3fa9afff7c
2022-01-17 19:54:29 +00:00
..
psbt Merge rust-bitcoin/rust-bitcoin#786: Fix unused arg in PSBT impl_psbt_get_pair macro 2022-01-17 19:54:29 +00:00
address.rs Re-org keys and ecdsa mods - pt.1 2022-01-14 01:35:48 +01:00
amount.rs repalce unncessary extra closure with function pointer in starts_with_uppercase closure inside Denomination from_str 2022-01-14 21:07:43 +07:00
base58.rs Fixed a bunch of clippy lints, added clippy.toml 2021-12-21 22:50:13 +01:00
bip32.rs Re-org keys and ecdsa mods - pt.1 2022-01-14 01:35:48 +01:00
bip143.rs Re-org keys and ecdsa mods - pt.1 2022-01-14 01:35:48 +01:00
bip158.rs Move bip158 test vectors to test_data 2022-01-06 13:47:58 +01:00
contracthash.rs Rename inner key field in PrivateKey and PublicKey 2022-01-11 08:39:52 +01:00
ecdsa.rs Cleanup/Dedup psbt (De)Serialization code 2022-01-15 06:15:54 +05:30
endian.rs std -> core 2021-06-11 17:28:04 +02:00
hash.rs Remove testnet block hex from tests, use test_data with include_bytes! 2022-01-06 13:47:51 +01:00
key.rs Re-org keys and ecdsa mods - pt.3 2022-01-14 01:35:48 +01:00
merkleblock.rs Fixed a bunch of clippy lints, added clippy.toml 2021-12-21 22:50:13 +01:00
misc.rs Re-org keys and ecdsa mods - pt.1 2022-01-14 01:35:48 +01:00
mod.rs Re-org keys and ecdsa mods - pt.3 2022-01-14 01:35:48 +01:00
schnorr.rs Properly deprecate util::ecdsa key re-exports 2022-01-14 09:45:22 +01:00
sighash.rs Introduce PsbtSigHashType 2022-01-14 05:39:17 +05:30
taproot.rs Document that serde impl of LeafVersion uses u8 in consensus encoding 2022-01-13 17:53:50 +01:00
uint.rs Put rustdocs above attributes 2022-01-06 13:04:47 +11:00