helios/consensus/src
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
..
rpc feat: wasm support (#182) 2023-01-30 21:38:46 -05:00
consensus.rs feat: backfill payloads (#189) 2023-02-07 17:36:29 -05:00
constants.rs refactor: add count parameter to get_update and use 128 as the limit (#97) 2022-11-08 16:24:55 -05:00
errors.rs feat: check consensus rpc network (#177) 2023-01-23 10:07:11 -05:00
lib.rs refactor: add count parameter to get_update and use 128 as the limit (#97) 2022-11-08 16:24:55 -05:00
types.rs feat: check consensus rpc network (#177) 2023-01-23 10:07:11 -05:00
utils.rs feat: wasm support (#182) 2023-01-30 21:38:46 -05:00