rust-bitcoin-unsafe-fast/primitives/src
merge-script ed772d4fc9
Merge rust-bitcoin/rust-bitcoin#4168: Move `opcodes` back to bitcoin
a74393324b Move opcodes back to bitcoin (Tobin C. Harding)

Pull request description:

  Duplicate `opcodes` in `bitcoin` and hide it in `primitives` so we do not have to commit to the API.

  We use opcodes in `impl fmt::Display for Script`.

  Close: #4144

ACKs for top commit:
  apoelstra:
    ACK a74393324bd47f89fd47281d567ab15ab6bcb2ba; successfully ran local tests; sure
  Kixunil:
    ACK a74393324b

Tree-SHA512: 738685b9cd2288a581daa6219e3b21bd48bb4845ea627bf6b8085e0e48f5649ac5ec616a3421d10cd37543f76b66d31f94fd55bf94effc2fb8f91d1ecf5c8611
2025-03-05 00:57:46 +00:00
..
locktime Inline small functions 2025-03-03 12:26:52 +00:00
script 2025-03-02 automated rustfmt nightly 2025-03-02 01:22:29 +00:00
block.rs Inline small functions 2025-03-03 12:26:52 +00:00
lib.rs Merge rust-bitcoin/rust-bitcoin#4168: Move `opcodes` back to bitcoin 2025-03-05 00:57:46 +00:00
merkle_tree.rs Remove hex string trait bounds from GeneralHash 2024-11-13 14:01:13 +11:00
opcodes.rs Merge rust-bitcoin/rust-bitcoin#4168: Move `opcodes` back to bitcoin 2025-03-05 00:57:46 +00:00
pow.rs Inline small functions 2025-03-03 12:26:52 +00:00
sequence.rs Inline small functions 2025-03-03 12:26:52 +00:00
taproot.rs Move taproot back to bitcoin crate 2025-02-26 15:45:49 +11:00
transaction.rs Inline small functions 2025-03-03 12:26:52 +00:00
witness.rs Inline small functions 2025-03-03 12:26:52 +00:00