Zebra/zebra-chain/src
teor 407962b864 Rename any remaining is_time_valid_at instances
Automated search and replace, using the script:

sed -i 's/is_time_valid_at/time_is_valid_at/' \
    $(grep -r is_time_valid_at zebra* | cut -d: -f1 | sort -u)
2020-10-13 08:11:11 +10:00
..
block Rename any remaining is_time_valid_at instances 2020-10-13 08:11:11 +10:00
parameters move genesis parameters to zebra-chain (#1151) 2020-10-12 14:08:23 -07:00
primitives export proptest impls for use in downstream crates (#1092) 2020-09-23 18:52:52 -07:00
sapling Implement MVP of NonFinalizedState and integrate it with the state service (#1101) 2020-10-08 13:07:32 +10:00
serialization Update sha2@0.9.1 (#938) 2020-08-21 16:26:14 -07:00
sprout Add some more human-readable language to the doc comment on merkle_crh_sprout 2020-10-05 23:44:25 -04:00
transaction Implement MVP of NonFinalizedState and integrate it with the state service (#1101) 2020-10-08 13:07:32 +10:00
transparent Add tests for `Chain` implementation (#1093) 2020-10-02 15:51:51 -07:00
work Fix some function docs and parameter names 2020-10-13 08:11:11 +10:00
amount.rs Block Subsidy and Founders Reward Amounts (#1051) 2020-10-13 06:54:48 +10:00
block.rs Improve error messages for header.time validation 2020-10-13 08:11:11 +10:00
lib.rs Implement MVP of NonFinalizedState and integrate it with the state service (#1101) 2020-10-08 13:07:32 +10:00
parameters.rs move genesis parameters to zebra-chain (#1151) 2020-10-12 14:08:23 -07:00
primitives.rs chain: move Transparent{Input,Output} to transparent 2020-08-17 11:46:34 -07:00
sapling.rs export proptest impls for use in downstream crates (#1092) 2020-09-23 18:52:52 -07:00
serialization.rs chain: touch up docs 2020-08-17 11:46:34 -07:00
sprout.rs export proptest impls for use in downstream crates (#1092) 2020-09-23 18:52:52 -07:00
transaction.rs Implement RFC5: State updates `Chain` type (#1069) 2020-09-24 15:46:04 -07:00
transparent.rs Add tests for `Chain` implementation (#1093) 2020-10-02 15:51:51 -07:00
work.rs export proptest impls for use in downstream crates (#1092) 2020-09-23 18:52:52 -07:00