rust-bitcoin-unsafe-fast/bitcoin/src
Andrew Poelstra 2b50859753
Merge rust-bitcoin/rust-bitcoin#1958: Fill in deprecated since NEXT-RELEASE placeholder
1edc5f4098 Fill in deprecated since NEXT-RELEASE placeholder (Tobin C. Harding)

Pull request description:

  As we gear up for the v0.31.0 release we can fill in the NEXT-RELEASE placeholders.

ACKs for top commit:
  sanket1729:
    utACK 1edc5f4098
  apoelstra:
    ACK 1edc5f4098

Tree-SHA512: 61a78e9df0d563a1ebefef3d6c3447b767c5d878f05b45e9a20aecdcef897cc9d8c40d499882a7b8d74d5e99b25a256946c39edf2f05abab370cc0223346f66b
2023-07-27 13:14:03 +00:00
..
blockdata Fill in deprecated since NEXT-RELEASE placeholder 2023-07-27 07:26:21 +10:00
consensus Merge rust-bitcoin/rust-bitcoin#1954: Avoid vector allocation in `RawNetworkMessage` encoding 2023-07-27 08:55:21 +02:00
crypto Merge rust-bitcoin/rust-bitcoin#1949: key: Impl From<secp256k1::PublicKey> for bitcoin::PublicKey 2023-07-21 15:06:56 +00:00
merkle_tree Merge rust-bitcoin/rust-bitcoin#1825: Simplify per-file license comments 2023-05-01 20:11:53 +00:00
network Avoid serialize inner data in RawNetworkMessage 2023-07-26 08:34:49 +02:00
psbt Rename HashParse error variant to InvalidHash 2023-07-24 15:08:07 +10:00
util bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
address.rs Move witness types to the script module 2023-07-13 09:51:40 +10:00
amount.rs Use from_int_btc function for const context 2023-06-13 11:32:58 +02:00
base58.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
bip32.rs bitcoin/bip32: add DerivationPath::to_u32_vec 2023-07-18 14:33:29 +02:00
bip152.rs Use Amount type for TxOut value field 2023-05-04 17:09:08 +02:00
bip158.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
error.rs Move `impl_std_error` to `bitcoin-internals` 2023-05-30 18:04:54 +02:00
hash_types.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
internal_macros.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
lib.rs Merge rust-bitcoin/rust-bitcoin#1938: Rename PartiallySignedTransaction to Psbt 2023-07-17 16:35:43 +00:00
parse.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
policy.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
pow.rs Merge rust-bitcoin/rust-bitcoin#1739: Mutate mul_u64 with mutagen 2023-06-14 17:53:39 -07:00
serde_utils.rs Use package in manifest and shorten import 2023-03-28 12:20:04 +11:00
sign_message.rs Remove doc(hidden) from error conversion functions 2023-05-30 15:54:40 +10:00
string.rs Merge rust-bitcoin/rust-bitcoin#1742: Use package in manifest and shorten import 2023-04-05 14:20:06 +00:00
taproot.rs Merge rust-bitcoin/rust-bitcoin#1895: Improve `crytpo::taproot` error type 2023-06-04 21:22:21 +00:00
test_macros.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00