rust-bitcoin-unsafe-fast/src
Jeffrey Czyz ade2bcee8e
Return BlockHash from BlockHeader::validate_pow
Validating a block's proof-of-work involves computing the block hash.
Returning it from BlockHeader::validate_pow avoids having callers
recompute the block hash if it is needed.
2021-02-17 17:40:17 -08:00
..
blockdata Return BlockHash from BlockHeader::validate_pow 2021-02-17 17:40:17 -08:00
consensus Change the signature of consensus_encode to return io::Error's 2021-01-12 17:39:41 +00:00
network Change the signature of consensus_encode to return io::Error's 2021-01-12 17:39:41 +00:00
util Implement Ord for ParseLengthError 2021-01-22 00:27:28 +02:00
hash_types.rs Change the signature of consensus_encode to return io::Error's 2021-01-12 17:39:41 +00:00
internal_macros.rs Change the signature of consensus_encode to return io::Error's 2021-01-12 17:39:41 +00:00
lib.rs Use efficient serialization for non-human-readable formats 2021-01-14 19:36:36 +02:00
serde_utils.rs serde_utils: Only use special serialization for human-readable 2020-12-30 16:32:52 +01:00
test_macros.rs Remove Decimal and replace strason with serde_json 2019-06-13 18:29:16 +01:00