rust-bitcoin-unsafe-fast/src
Tobin C. Harding b6c5fc3622 Remove MAX_SEQUENCE const
This is follow up work to the recent addition of the `Sequence` type. We
do not need to keep a public integer const for `MAX_SEQUENCE` because we
offer the `Sequenc::MAX` associated type.

Use the all-bits-set u64 directly in the associated type `Sequence::MAX`.
2022-08-05 13:53:37 +10:00
..
blockdata Remove MAX_SEQUENCE const 2022-08-05 13:53:37 +10:00
consensus BIP152: Add basic Compact Block structures 2022-07-24 13:21:08 +02:00
network Merge rust-bitcoin/rust-bitcoin#1144: Remove deprecated `StreamReader` 2022-08-01 19:20:19 +00:00
util Remove stutter for error variants 2022-08-02 08:55:00 +10:00
error.rs Extend `ParseIntError` to carry more context 2022-07-27 18:51:53 +02:00
hash_types.rs Enable formatter for "src" 2022-07-19 13:43:12 +10:00
internal_macros.rs Take self by value 2022-08-02 08:54:53 +10:00
lib.rs Extend `ParseIntError` to carry more context 2022-07-27 18:51:53 +02:00
parse.rs Implement string parsing for `Sequence` 2022-07-27 20:46:37 +02:00
policy.rs Enable formatter for "src" 2022-07-19 13:43:12 +10:00
serde_utils.rs Remove extern crate bitcoin_hashes 2022-07-20 11:23:59 +10:00
test_macros.rs Introduce SPDX license identifiers 2022-06-29 14:12:02 +10:00