rust-bitcoin-unsafe-fast/bitcoin/src
Jiri Jakes e215a39dba
Improve documentation of Xpub::from_xpriv
2024-09-29 11:07:54 +08:00
..
address fix: check overflow for push_int with push_int_unchecked 2024-09-25 03:15:03 +00:00
blockdata test: ensure push_int check i32::MIN of overflow error 2024-09-26 10:05:44 +09:00
consensus Allow unused variables in release mode 2024-09-05 12:46:13 +10:00
crypto Implement Arbitrary for signature types 2024-09-27 18:35:33 -05:00
merkle_tree Remove `unused_imports` in docs 2024-09-18 15:58:45 +01:00
network Remove unused variables and methods from docs 2024-09-18 16:36:52 +01:00
p2p 2024-09-08 automated rustfmt nightly 2024-09-08 01:17:12 +00:00
psbt Improve naming of methods on Xpub and Xpriv 2024-09-29 11:07:32 +08:00
taproot Implement impl_to_hex_from_lower_hex macro for types that implement fmt::LowerHex 2024-08-31 22:41:40 -05:00
bip32.rs Improve documentation of Xpub::from_xpriv 2024-09-29 11:07:54 +08:00
bip152.rs Fix clippy rustdocs warnings 2024-08-30 05:47:31 +10:00
bip158.rs feat(bip158): compute canonical filter hash 2024-08-22 10:33:14 -10:00
consensus_validation.rs Generalize fn params in `define_extension_trait` 2024-08-13 13:13:10 +02:00
hash_types.rs Use TBD in deprecated attribute 2024-08-23 14:49:57 +10:00
internal_macros.rs Use UFCS in macros 2024-09-14 09:46:57 +02:00
lib.rs Remove `unused_imports` in docs 2024-09-18 15:58:45 +01:00
policy.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
pow.rs 2024-09-08 automated rustfmt nightly 2024-09-08 01:17:12 +00:00
serde_utils.rs bitcoin: add a couple missing prelude imports 2024-08-22 16:55:32 +00:00
sign_message.rs signed_msg_hash takes impl AsRef<[u8]> 2024-09-14 00:19:05 +02:00