rust-bitcoin-unsafe-fast/bitcoin/src
Andrew Poelstra 311b023eef
Merge rust-bitcoin/rust-bitcoin#1721: Mark `Denomination` as `non_exhaustive`
67618d679d Mark `Denomination` as `non_exhaustive` (Martin Habovstiak)

Pull request description:

  It is possible that we will add new variants to `Denomination` in the future so making it `non_exhaustive` is better for forward compatibility.

ACKs for top commit:
  tcharding:
    ACK 67618d679d
  apoelstra:
    ACK 67618d679d
  sanket1729:
    ACK 67618d679d

Tree-SHA512: a28b7c6577f098b3d64c505e948e3b9fd0cc43a911a2b7c35610ada6a2f75514a1cb05ab8c99212340cf4e34426ac8b5f0ecc65d5afa22d67296e82d878b9308
2023-03-21 23:08:28 +00:00
..
blockdata Feature: Add difficulty_float method for block::Header. 2023-03-21 10:30:17 -07:00
consensus Merge rust-bitcoin/rust-bitcoin#1710: Support weight prediction in `const` context 2023-03-19 13:22:34 +00:00
crypto Improve the public API 2023-03-01 09:28:42 +11:00
merkle_tree Run the formatter 2023-03-06 10:22:29 +11:00
network Run the formatter 2023-03-06 10:22:29 +11:00
psbt Rename ScriptLeaf to LeafNode 2023-03-01 16:59:13 -08:00
util Move base58 module to crate root 2022-12-01 09:56:33 +11:00
address.rs Improve QR code formatting documentation 2023-03-15 06:45:58 +01:00
amount.rs Mark `Denomination` as `non_exhaustive` 2023-03-21 20:21:37 +01:00
base58.rs Replace `Vec::from_hex` with `hex!` 2022-12-31 21:10:19 +01:00
bip32.rs Run the formatter 2023-03-06 10:22:29 +11:00
bip152.rs Run the formatter 2023-03-06 10:22:29 +11:00
bip158.rs Run the formatter 2023-03-06 10:22:29 +11:00
error.rs Move util::Error to error module 2022-11-16 10:42:30 +11:00
hash_types.rs Re-name hash inner/byte methods 2023-02-27 14:23:58 +11:00
internal_macros.rs Support weight prediction in `const` context 2023-03-17 08:16:17 +01:00
lib.rs Remove extern crate hashbrown 2023-03-21 15:14:29 +11:00
parse.rs Improve string parsing 2023-02-10 12:28:25 +11:00
policy.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
pow.rs Swap out `Work::log2` implementation for `U256::to_f64` 2023-03-17 14:10:00 -07:00
serde_utils.rs Run the formatter 2023-03-06 10:22:29 +11:00
sign_message.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
string.rs Run the formatter 2023-03-06 10:22:29 +11:00
taproot.rs Merge rust-bitcoin/rust-bitcoin#1695: fix clippy lint 2023-03-07 21:11:52 +00:00
test_macros.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00