prysm-pulse/cmd/beacon-chain
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
..
blockchain Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
db Refactor validator client help. (#13401) 2024-01-02 18:02:28 +00:00
execution Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
flags Fix typos (#13435) 2024-01-09 21:03:36 +00:00
jwt Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
storage Fix typos (#13435) 2024-01-09 21:03:36 +00:00
sync Block backfilling (#12968) 2024-01-23 07:54:30 +00:00
BUILD.bazel Block backfilling (#12968) 2024-01-23 07:54:30 +00:00
log.go Add Goland Standard "cmd" Pattern for Beacon-Chain Binaries (#8540) 2021-03-02 13:36:03 -06:00
main.go Block backfilling (#12968) 2024-01-23 07:54:30 +00:00
pprof.beacon-chain.samples.cpu.pb.gz pgo: Enable pgo behind release flag (#13158) 2023-11-08 13:33:26 +00:00
usage_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
usage.go Block backfilling (#12968) 2024-01-23 07:54:30 +00:00