rust-bitcoin-unsafe-fast/primitives/src
merge-script 794fb75497
Merge rust-bitcoin/rust-bitcoin#3562: Re-export `block::Header` as `BlockHeader`
85942c355d Re-export block::Header as BlockHeader (Tobin C. Harding)

Pull request description:

  For users who want to just grab stuff from the crate root it makes total sense for there to be a `BlockHeader`.

  Another nice thing, in the HMTL docs it makes BlockHeader be in the struct list right along with `Block`, `BlockHash`, and `BlockHeight`.

  Close: #3548

ACKs for top commit:
  apoelstra:
    ACK 85942c355dfdcf9ddf9a46202f4db56794dcc85d; successfully ran local tests
  jamillambert:
    ACK 85942c355d

Tree-SHA512: 6fbaf7936062323d31940179ffcbc62951b21f53955a42dca2e28476bda0cebeb041db0e1b4f1ceeac32e43d94fe5476ef055595ae88dc6cfc266d32082bdf4d
2024-11-03 17:02:38 +00:00
..
locktime 2024-11-03 automated rustfmt nightly 2024-11-03 01:21:14 +00:00
script Merge rust-bitcoin/rust-bitcoin#3544: Favour `to_vec` over `to_bytes` 2024-11-01 00:55:15 +00:00
block.rs Move block::Header to primitives 2024-10-15 11:04:00 +11:00
lib.rs Merge rust-bitcoin/rust-bitcoin#3562: Re-export `block::Header` as `BlockHeader` 2024-11-03 17:02:38 +00:00
merkle_tree.rs Move merkle_tree hash types to primitives 2024-09-25 06:56:24 +10:00
opcodes.rs Move opcodes to primitives 2024-07-09 15:26:33 +10:00
pow.rs Correctly feature gate impl_to_hex_from_lower_hex 2024-10-31 13:43:47 +11:00
sequence.rs primitives: Add rustdoc links back in 2024-11-02 08:26:39 +11:00
taproot.rs Move taproot hash types to primitives 2024-10-22 13:50:44 +11:00
transaction.rs Move Transaction type to primitives 2024-10-30 12:28:53 +11:00
witness.rs Remove needless_borrows_for_generic_args 2024-11-01 14:30:45 +11:00