Zebra/zebra-chain/src/block
teor 7afd76f5fb feature: Add light_client_root_hash(network) to Block
* use the right variant in LightClientRootHash::from_bytes()
* make block.header.light_client_root_hash pub(super)
* add tests for LightClientRootHash and block.light_client_root_hash
2020-08-10 18:54:42 +10:00
..
difficulty refactor: Move the difficulty tests into their own file 2020-08-04 15:24:52 -04:00
difficulty.rs refactor: Move the difficulty tests into their own file 2020-08-04 15:24:52 -04:00
hash.rs Refactor block module to have submodules (#512) 2020-06-25 09:18:05 -07:00
header.rs feature: Add light_client_root_hash(network) to Block 2020-08-10 18:54:42 +10:00
light_client.rs feature: Add light_client_root_hash(network) to Block 2020-08-10 18:54:42 +10:00
serialize.rs fix: Rename the light client hash field 2020-08-10 18:54:42 +10:00
tests.rs feature: Add light_client_root_hash(network) to Block 2020-08-10 18:54:42 +10:00