rust-bitcoin-unsafe-fast/src/util
Steven Roose 385a657974
Refactor Address
- use AddressError instead of encode::Error
- replace using bech32-bitcoin with Payload::WitnessProgram variant
2019-08-13 08:47:10 +01:00
..
psbt use BTreeMap instead of HashMap to always serialize the same (#310) 2019-08-09 17:03:12 +02:00
address.rs Refactor Address 2019-08-13 08:47:10 +01:00
amount.rs Check that the amount precision isn't more than the size of the amount 2019-08-09 10:41:21 -04:00
base58.rs Convert codebase from util::hash to bitcoin_hashes 2019-01-24 16:27:52 -05:00
bip32.rs Fix typos 2019-08-04 19:27:36 +00:00
bip143.rs bip143: Rename witness_script to script_code 2019-07-15 17:33:23 +02:00
bip158.rs Reduce blockfilter memory (#302) 2019-08-09 16:58:02 +02:00
contracthash.rs Remove unused rand dependency 2019-06-10 13:59:31 +00:00
hash.rs Implement Witness commitment check for Block. Remove MerkleRoot implementations for types implementing BitcoinHash as 2019-02-01 17:46:26 +01:00
key.rs util::key add serde de/serialization 2019-03-21 18:27:42 +00:00
merkleblock.rs eliminate type parameter from the `Decodable` trait 2019-07-11 17:23:01 +00:00
misc.rs Remove unused rand dependency 2019-06-10 13:59:31 +00:00
mod.rs Add client side block filter (BIP158) (#281) 2019-07-26 09:36:25 +02:00
uint.rs eliminate type parameter from the `Decodable` trait 2019-07-11 17:23:01 +00:00