helios/consensus
christn 1b1a540340
feat: backfill payloads (#189)
* Loop over all missing slots since last update

* Adjust get_block_header function to allow getting headers of past blocks

* Compare parent hashes when backfilling blocks

* Backfill blocks concurrently

* Do not rehash backfilled blocks

* Revert "Adjust get_block_header function to allow getting headers of past blocks"

This reverts commit 5895118046.

* Move get_payloads to consensus module

* Continue with the next block instead of request failure to recover from skipped blocks

* clippy and rustfmt

* clippy

* Remove redundant get_block_from_rpc method
2023-02-07 17:36:29 -05:00
..
src feat: backfill payloads (#189) 2023-02-07 17:36:29 -05:00
testdata test: add consensus tests (#11) 2022-09-04 19:32:16 -04:00
tests feat: verify checkpoint has valid age (#105) 2022-11-14 15:23:51 -05:00
Cargo.toml feat: backfill payloads (#189) 2023-02-07 17:36:29 -05:00