Zebra/zebra-consensus/src
teor 3fad3cf3af Rename functions to subsidy_is_valid*
To match the other check::* functions.

Automated commit, created using the script:

sed -i 's/subsidy_is_correct/subsidy_is_valid/' \
    $(grep -r subsidy_is_correct zebra* | cut -d: -f1 | sort -u)
2020-10-13 08:11:11 +10:00
..
block Rename functions to subsidy_is_valid* 2020-10-13 08:11:11 +10:00
chain consensus: fix block-not-in-state check in test 2020-09-11 13:37:49 -07:00
checkpoint move genesis parameters to zebra-chain (#1151) 2020-10-12 14:08:23 -07:00
parameters move genesis parameters to zebra-chain (#1151) 2020-10-12 14:08:23 -07:00
primitives deps: use Tower 0.4 from git instead of 0.3.1. 2020-09-21 14:16:56 -07:00
block.rs Rename functions to subsidy_is_valid* 2020-10-13 08:11:11 +10:00
chain.rs Apply error and span suggestions 2020-10-13 08:11:11 +10:00
checkpoint.rs move genesis parameters to zebra-chain (#1151) 2020-10-12 14:08:23 -07:00
config.rs feature: Add a checkpoint_sync config option 2020-08-24 15:34:46 +10:00
error.rs Block Subsidy and Founders Reward Amounts (#1051) 2020-10-13 06:54:48 +10:00
lib.rs Move consensus verification errors (#1070) 2020-09-21 11:54:06 -07:00
mempool.rs consensus: Add a mempool stub 2020-06-12 09:46:18 -07:00
parameters.rs move genesis parameters to zebra-chain (#1151) 2020-10-12 14:08:23 -07:00
primitives.rs consensus: add a static redjubjub::VERIFIER with fallback 2020-08-05 21:28:55 -07:00
script.rs Consensus refactor (#629) 2020-07-10 16:51:01 +10:00
transaction.rs Consensus refactor (#629) 2020-07-10 16:51:01 +10:00