rust-bitcoin-unsafe-fast/src/blockdata
sanket1729 042235940f
Merge rust-bitcoin/rust-bitcoin#1172: Re-export blockdata modules
6095a4de9b Use blockdata exports (Tobin C. Harding)
4a119e5624 Re-export blockdata modules (Tobin C. Harding)

Pull request description:

  In an effort to make the library more ergonomic to use re-export modules from `blockdata` at the crate root level. This helps to decouple the internal code layout with the public API.

ACKs for top commit:
  apoelstra:
    ACK 6095a4de9b
  sanket1729:
    ACK 6095a4de9b

Tree-SHA512: d9e0af1fa237bf9ad730c40088fe951dbc97df5ef9407a7038c6dbeb2f7450b93b082a40d76f5c5559731ac530fd9849405afae090de9a565e312ac4951cc0d6
2022-08-19 12:48:46 -07:00
..
block.rs Use blockdata exports 2022-08-17 09:33:24 +10:00
constants.rs Remove MAX_SEQUENCE const 2022-08-05 13:53:37 +10:00
locktime.rs Merge rust-bitcoin/rust-bitcoin#1172: Re-export blockdata modules 2022-08-19 12:48:46 -07:00
mod.rs Add lock time types 2022-07-27 08:39:19 +10:00
opcodes.rs Use pub(crate) for macros instead of macro_use 2022-07-20 11:25:54 +10:00
script.rs Move the address module out of util 2022-08-12 07:35:15 +10:00
transaction.rs Use blockdata exports 2022-08-17 09:33:24 +10:00
witness.rs Move sighash types to the sighash module 2022-08-12 07:57:37 +10:00