rust-bitcoin-unsafe-fast/bitcoin/src
merge-script 631ea1a2a9
Merge rust-bitcoin/rust-bitcoin#4126: Add additional re-exports
5da506b506 Add additional re-exports (Tobin C. Harding)

Pull request description:

  As we do for other types add two new alias' at the crate root of `primitives` and mirror it in `bitcoin`:

  - `BlockVersion`
  - `TransactionVersion`

ACKs for top commit:
  apoelstra:
    ACK 5da506b506aa41b88aa7e8ecdffdcc0478ec72b6; successfully ran local tests
  Kixunil:
    ACK 5da506b506

Tree-SHA512: 5f91e3aae87b1128256b528d20d9aab562bf054131ed8028e0db789e2b487863ad4c89aaca080d0fbcf760dd160815a1843046c5fab0ed1483230fdedc66402e
2025-03-06 23:13:42 +00:00
..
address 2025-03-02 automated rustfmt nightly 2025-03-02 01:22:29 +00:00
blockdata Merge rust-bitcoin/rust-bitcoin#4092: Add `Timestamp` newtype 2025-03-06 19:34:11 +00:00
consensus 2025-01-12 automated rustfmt nightly 2025-01-12 01:23:13 +00:00
crypto Deprecate `PrivateKey::from_slice` method 2025-03-04 21:01:34 +01:00
merkle_tree 2025-01-12 automated rustfmt nightly 2025-01-12 01:23:13 +00:00
network Update CompactTarget::from_next_work_required to take timespan as i64 2024-11-27 11:27:22 -06:00
p2p Update message.rs 2025-02-28 12:35:17 +01:00
psbt Merge rust-bitcoin/rust-bitcoin#4189: Private key from slice fix 2025-03-05 23:07:23 +00:00
taproot Merge rust-bitcoin/rust-bitcoin#4154: update secp256k1 to 0.30.0 2025-03-03 19:04:09 +00:00
bip32.rs update secp256k1 to 0.30.0 2025-03-02 23:31:48 +08:00
bip152.rs Add Timestamp newtype 2025-02-25 10:03:28 +11:00
bip158.rs 2025-01-12 automated rustfmt nightly 2025-01-12 01:23:13 +00:00
consensus_validation.rs Stop using FQP on Amount type 2025-01-24 08:54:24 +11:00
hash_types.rs bitcoin: Remove hash type re-exports 2025-03-04 08:15:04 +11:00
internal_macros.rs Set avoid-breaking-exported-api to false 2024-12-11 10:11:50 +11:00
lib.rs Merge rust-bitcoin/rust-bitcoin#4126: Add additional re-exports 2025-03-06 23:13:42 +00:00
policy.rs Policy: Relax MIN_STANDARD_TX_NONWITNESS_SIZE to 65 2025-02-27 00:20:08 +07:00
pow.rs Add Timestamp newtype 2025-02-25 10:03:28 +11:00
serde_utils.rs Elide more lifetimes 2024-10-28 15:22:13 +11:00
sign_message.rs update secp256k1 to 0.30.0 2025-03-02 23:31:48 +08:00