prysm-pulse/beacon-chain/node
kasey 1df173e701
Block backfilling (#12968)
* backfill service

* fix bug where origin state is never unlocked

* support mvslice states

* use renamed interface

* refactor db code to skip block cache for backfill

* lint

* add test for verifier.verify

* enable service in service init test

* cancellation cleanup

* adding nil checks to configset juggling

* assume blocks are available by default

As long as we're sure the AvailableBlocker is initialized correctly
during node startup, defaulting to assuming we aren't in a checkpoint
sync simplifies things greatly for tests.

* block saving path refactor and bugfix

* fix fillback test

* fix BackfillStatus init tests

---------

Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
2024-01-23 07:54:30 +00:00
..
registration Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
BUILD.bazel Block backfilling (#12968) 2024-01-23 07:54:30 +00:00
config_test.go Update geth to 1.12.1 (#12718) 2023-08-11 10:45:42 +00:00
config.go Comment typo (#13209) 2023-11-22 18:54:19 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
node_test.go Blob filesystem add pruning at startup (#13253) 2023-12-11 17:08:52 +00:00
node.go Block backfilling (#12968) 2024-01-23 07:54:30 +00:00
options.go Use functional options for --blob-retention-epochs (#13283) 2023-12-06 20:20:34 +00:00
prometheus.go new prometheus metrics for client-stats metrics (#8834) 2021-04-30 13:37:38 -07:00