Zebra/zebra-chain/src/block
Alfredo Garcia 21ad6ffc47
Reverse displayed endianness of transaction and block hashes (#1171)
* Reverse displayed endianness of transaction and block hashes
* fix zebra-checkpoints utility for new hash order
* Stop using "zebrad revhex" in zebrad-hash-lookup
* Rebuild checkpoint lists in new hash order
This change also adds additional checkpoints to the end of each list.

* Replace TransactionHash with transaction::Hash
This change should have been made in #905, but we missed Debug impls
and some docs.

Co-authored-by: Ramana Venkata <vramana@users.noreply.github.com>
Co-authored-by: teor <teor@riseup.net>
2020-10-22 07:54:02 +10:00
..
tests Reverse displayed endianness of transaction and block hashes (#1171) 2020-10-22 07:54:02 +10:00
arbitrary.rs Implement MVP of NonFinalizedState and integrate it with the state service (#1101) 2020-10-08 13:07:32 +10:00
hash.rs Reverse displayed endianness of transaction and block hashes (#1171) 2020-10-22 07:54:02 +10:00
header.rs Rename any remaining is_time_valid_at instances 2020-10-13 08:11:11 +10:00
height.rs Block Subsidy and Founders Reward Amounts (#1051) 2020-10-13 06:54:48 +10:00
merkle.rs export proptest impls for use in downstream crates (#1092) 2020-09-23 18:52:52 -07:00
root_hash.rs Update to `RootHash` in comments 2020-09-16 12:26:25 -04:00
serialize.rs chain: rename to block::merkle::{Root, Tree}. 2020-08-17 11:46:34 -07:00
tests.rs export proptest impls for use in downstream crates (#1092) 2020-09-23 18:52:52 -07:00