rust-bitcoin-unsafe-fast/bitcoin/src/psbt
merge-script 6d483585df
Merge rust-bitcoin/rust-bitcoin#2991: Move locktimes and `Sequence` to `primitives`
64c31cfb97 Move locktimes and Sequence to primitives (Tobin C. Harding)

Pull request description:

  The `absolute` and `relative` locktimes as well as the `Sequence` are all primitive bitcoin types.

  Move the `Sequence`, and `locktime` stuff over to `primitives`.

  There is nothing surprising here, the consensus encoding stuff stays in `bitcoin` and we re-export everything from `blockdata`.

  Note please `Sequence` is no longer publicly available at `bitcoin::transaction::Sequence` but it is available at `bitcoin::Sequence`.

ACKs for top commit:
  Kixunil:
    ACK 64c31cfb97
  apoelstra:
    ACK 64c31cfb97

Tree-SHA512: 968aa595bfb53e8fcfa860dae797ec5381ed49c67326a8ef9494086ec65d737502dffe4b24143e159042d07c59c5109d50103029082f87e1c3c26671e975f1b3
2024-07-15 21:13:41 +00:00
..
map Rename key field in Key to key_data 2024-07-14 18:12:24 -05:00
error.rs Capitalize Taproot 2024-07-01 17:42:36 +01:00
macros.rs Rename key field in Key to key_data 2024-07-14 18:12:24 -05:00
mod.rs Merge rust-bitcoin/rust-bitcoin#2991: Move locktimes and `Sequence` to `primitives` 2024-07-15 21:13:41 +00:00
raw.rs Rename key field in Key to key_data 2024-07-14 18:12:24 -05:00
serialize.rs Capitalize Merkle 2024-07-01 17:42:43 +01:00