rust-bitcoin-unsafe-fast/bitcoin/src
Tobin C. Harding 5eb5941215
Add FIFTY_BTC const to the amount types
The mining reward for the first epoc is 50 bitcoin. For mainnet this is
old news but for regtest it is still relevant.

Add and use a new const `FIFTY_BTC` to the `Amount` type. To keep the
amount types uniform also add it to the `SignedAmount`.
2025-01-17 10:08:09 +11:00
..
address 2025-01-12 automated rustfmt nightly 2025-01-12 01:23:13 +00:00
blockdata Add FIFTY_BTC const to the amount types 2025-01-17 10:08:09 +11:00
consensus 2025-01-12 automated rustfmt nightly 2025-01-12 01:23:13 +00:00
crypto Fix up ParsePublickeyError 2025-01-15 21:00:55 +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 Add BIP324 V2 p2p network message support 2025-01-06 20:38:57 -08:00
psbt 2025-01-12 automated rustfmt nightly 2025-01-12 01:23:13 +00:00
taproot 2025-01-12 automated rustfmt nightly 2025-01-12 01:23:13 +00:00
bip32.rs 2025-01-12 automated rustfmt nightly 2025-01-12 01:23:13 +00:00
bip152.rs 2025-01-12 automated rustfmt nightly 2025-01-12 01:23:13 +00:00
bip158.rs 2025-01-12 automated rustfmt nightly 2025-01-12 01:23:13 +00:00
consensus_validation.rs 2025-01-12 automated rustfmt nightly 2025-01-12 01:23:13 +00:00
hash_types.rs Unify deprecated note field format 2024-10-15 15:16:01 +01:00
internal_macros.rs Set avoid-breaking-exported-api to false 2024-12-11 10:11:50 +11:00
lib.rs units: Remove InputString from the public API 2025-01-15 08:09:38 +11:00
policy.rs Make capitalization of SegWit uniform in rustdocs 2024-12-17 14:28:28 +00:00
pow.rs Add parenthesis to explicitly show precedence 2025-01-04 15:25:00 +11:00
serde_utils.rs Elide more lifetimes 2024-10-28 15:22:13 +11:00
sign_message.rs 2025-01-12 automated rustfmt nightly 2025-01-12 01:23:13 +00:00