Zebra/zebra-consensus/src/checkpoint
Alfredo Garcia 01908822f1
v1.0.0-rc.8 release (#6632)
* change versions

* add mainnet and testnet checkpoints

* add changelog

* add estimated height

* Apply suggestions from code review

Co-authored-by: teor <teor@riseup.net>

* cargo update

* rername deprecated function

* fix rustfmt

* update bans

* remove digest as dup dependency

* add dup dependency for all features

---------

Co-authored-by: teor <teor@riseup.net>
2023-05-11 22:15:12 +00:00
..
list fix(log): Fix confusing comments and error messages in zebra-checkpoints (#6579) 2023-04-28 02:26:13 +00:00
README.md change(ci): Generate testnet checkpoints in CI (#6581) 2023-05-03 23:14:22 +00:00
list.rs feat(ui): Add a terminal-based progress bar to Zebra (#6235) 2023-04-13 08:42:17 +00:00
main-checkpoints.txt v1.0.0-rc.8 release (#6632) 2023-05-11 22:15:12 +00:00
test-checkpoints.txt v1.0.0-rc.8 release (#6632) 2023-05-11 22:15:12 +00:00
tests.rs fix(chain): Validate header versions when serializing blocks (#6475) 2023-04-12 04:54:02 +00:00
types.rs feat(ui): Add a terminal-based progress bar to Zebra (#6235) 2023-04-13 08:42:17 +00:00

README.md

Zebra checkpoints

Zebra validates settled network upgrades using a list of Mainnet and Testnet block hash checkpoints:

Using these checkpoints increases Zebra's security against some attacks.

Update checkpoints

Checkpoint lists are distributed with Zebra, maintainers should update them about every few months to get newer hashes. Here are the exact commands for updating the lists.