zebra/zebra-chain/src/parameters
Janito Vaqueiro Ferreira Filho b563b2a1c1
feat(consensus): Validate ZIP-212 grace period blocks using checkpoints (#3889)
* Test if mandatory checkpoint is after grace period

Check that the mandatory checkpoint height is after the ZIP-212 grace
period for both mainnet and testnet, because Zebra is currently unable
to fully validate the blocks during that grace period.

* Update mandatory checkpoint height

Require it to be after the ZIP-212 grace period so that the blocks
during the grace period are validated by the checkpoints because Zebra
can't currently fully validate blocks during that period.
2022-03-17 00:37:50 +00:00
..
network feat(consensus): Validate ZIP-212 grace period blocks using checkpoints (#3889) 2022-03-17 00:37:50 +00:00
arbitrary.rs Legacy chain check and tests (#2366) 2021-06-29 15:03:51 +10:00
genesis.rs Reverse displayed endianness of transaction and block hashes (#1171) 2020-10-22 07:54:02 +10:00
network.rs feat(consensus): Validate ZIP-212 grace period blocks using checkpoints (#3889) 2022-03-17 00:37:50 +00:00
network_upgrade.rs fix(zebrad/test): stop excessive logging which causes test hangs (#3755) 2022-03-07 08:44:03 -04:00
tests.rs lint(clippy): warn on manual printing to stdout or stderr (#3767) 2022-03-08 09:14:15 +00:00
transaction.rs Add transaction version 5 stubs (#1824) 2021-03-04 07:56:41 +10:00