rust-bitcoin-unsafe-fast/bitcoin/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
..
address Remove needless_borrows_for_generic_args 2024-11-01 14:30:45 +11:00
blockdata Merge rust-bitcoin/rust-bitcoin#3569: script: remove `unsafe` marker from slice-to-script conversions 2024-11-03 15:06:36 +00:00
consensus 2024-11-03 automated rustfmt nightly 2024-11-03 01:21:14 +00:00
crypto 2024-11-03 automated rustfmt nightly 2024-11-03 01:21:14 +00:00
merkle_tree Explicitly re-export stuff from crates down the stack 2024-10-27 06:45:58 +11:00
network Elide more lifetimes 2024-10-28 15:22:13 +11:00
p2p Elide more lifetimes 2024-10-28 15:22:13 +11:00
psbt script: deprecate to_bytes 2024-11-01 07:09:53 +11:00
taproot Merge rust-bitcoin/rust-bitcoin#3518: Automated nightly rustfmt (2024-10-27) 2024-10-28 21:34:59 +00:00
bip32.rs Move impl_array_newtype to internal_macros 2024-10-31 14:15:41 +11:00
bip152.rs Move impl_array_newtype to internal_macros 2024-10-31 14:15:41 +11:00
bip158.rs Replace VarInt type with ReadExt and WriteExt functions 2024-09-25 06:56:09 +10:00
consensus_validation.rs Introduce Transaction extension traits 2024-10-30 12:28:52 +11:00
hash_types.rs Unify deprecated note field format 2024-10-15 15:16:01 +01:00
internal_macros.rs Merge rust-bitcoin/rust-bitcoin#3544: Favour `to_vec` over `to_bytes` 2024-11-01 00:55:15 +00:00
lib.rs Re-export block::Header as BlockHeader 2024-11-02 07:38:10 +11:00
policy.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
pow.rs Elide more lifetimes 2024-10-28 15:22:13 +11:00
serde_utils.rs Elide more lifetimes 2024-10-28 15:22:13 +11:00
sign_message.rs refactor: compute recid in a single line 2024-10-18 16:39:50 +09:00