rust-bitcoin-unsafe-fast/bitcoin/src
merge-script bcfc9dcb20
Merge rust-bitcoin/rust-bitcoin#2989: Move opcodes to `primitives`
9a586987d1 Move opcodes to primitives (Tobin C. Harding)

Pull request description:

  Move the `opcodes` module to the new `primitives` crate. This is pretty straight forward, some things to note:

  - Are we ok with the public wildcard re-export from `blockdata`? I think so because the whole `blockdata` module should, IMO, be deleted after everything in it is moved to `primitives`.

  - `decode_pushnum` becomes public.

ACKs for top commit:
  Kixunil:
    ACK 9a586987d1
  apoelstra:
    ACK 9a586987d1

Tree-SHA512: ee9fa0ae4265f54ff7784dc873abc12572852c32ff24456e34cd6a8a004f9e1f932e01c80d3448107fca76507db4bdaa3dfff6b5a80de0707d59a033e582fb9e
2024-07-10 16:32:52 +00:00
..
address Capitalize Taproot 2024-07-01 17:42:36 +01:00
blockdata Merge rust-bitcoin/rust-bitcoin#2989: Move opcodes to `primitives` 2024-07-10 16:32:52 +00:00
consensus Merge rust-bitcoin/rust-bitcoin#2978: Fixed typo in encode.rs 2024-07-09 13:28:18 +00:00
crypto 2024-07-07 automated rustfmt nightly 2024-07-07 01:10:59 +00:00
merkle_tree 2024-07-07 automated rustfmt nightly 2024-07-07 01:10:59 +00:00
p2p Add missing ref keyword 2024-07-08 11:15:12 +01:00
psbt 2024-07-07 automated rustfmt nightly 2024-07-07 01:10:59 +00:00
taproot 2024-07-07 automated rustfmt nightly 2024-07-07 01:10:59 +00:00
bip32.rs Merge rust-bitcoin/rust-bitcoin#2889: Move `serde_round_trip` macro to internals 2024-07-08 20:50:23 +00:00
bip152.rs bip152: check if indexes do not overflow 2024-07-05 17:44:54 -03:00
bip158.rs 2024-07-07 automated rustfmt nightly 2024-07-07 01:10:59 +00:00
hash_types.rs bitcoin: remove all direct use of hashing/engines in unit tests 2024-06-24 13:58:03 +00:00
internal_macros.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
lib.rs Merge rust-bitcoin/rust-bitcoin#2889: Move `serde_round_trip` macro to internals 2024-07-08 20:50:23 +00:00
network.rs Remove wildcard from prelude import 2024-06-28 08:02:43 +01:00
policy.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
pow.rs 2024-06-30 automated rustfmt nightly 2024-06-30 01:10:26 +00:00
serde_utils.rs Merge rust-bitcoin/rust-bitcoin#2890: Move `serde` string macros to internals 2024-07-01 01:09:00 +00:00
sign_message.rs Remove wildcard from prelude import 2024-06-28 08:02:43 +01:00