rust-bitcoin-unsafe-fast/primitives/src
merge-script 38c8c90765
Merge rust-bitcoin/rust-bitcoin#4065: locktimes: Remove `PartialOrd` and `ArbitraryOrd`
4259dab93a Remove rust-ordered dependency (Tobin C. Harding)
d392cdbd7d Remove PartialOrd from locktimes (Tobin C. Harding)

Pull request description:

  These two things are related so we remove them both in the same PR. Please see commit logs for full explanation.

  For more context see discussion below and also:

  - #2500
  - #4002
  - #3881

  Close: #4029

ACKs for top commit:
  Kixunil:
    ACK 4259dab93a
  apoelstra:
    ACK 4259dab93ab52795305db4b889b9151595bcee51; successfully ran local tests

Tree-SHA512: 7526d4faaa9edf8017d2af412c41a33f33d851ad5130c9a745bba86d9c71dc1db7f20d07377aaf3a25fec2c0de79f3ffabc2c538a5a366e415c7a6eaa730153c
2025-02-18 19:55:40 +00:00
..
locktime Remove rust-ordered dependency 2025-02-18 13:36:07 +11:00
script Implement Default for Script 2025-02-13 03:22:37 +05:30
block.rs Add a test for Header size 2025-02-06 14:28:22 +00:00
lib.rs Add missing re-exports to primitives crate root 2025-02-07 08:01:46 +00:00
merkle_tree.rs Remove hex string trait bounds from GeneralHash 2024-11-13 14:01:13 +11:00
opcodes.rs Add test to opcodes 2025-02-06 16:30:52 +00:00
pow.rs Add tests to CompactTarget 2025-02-06 17:06:41 +00:00
sequence.rs Test sequence formatting 2025-02-07 17:50:45 +00:00
taproot.rs Remove hex string trait bounds from GeneralHash 2024-11-13 14:01:13 +11:00
transaction.rs 2025-02-16 automated rustfmt nightly 2025-02-16 01:21:38 +00:00
witness.rs Merge rust-bitcoin/rust-bitcoin#4061: Make Debug representation of Witness to be slice of hex-encoded bytes strings to improve readability 2025-02-17 23:21:39 +00:00