prysm-pulse/cmd
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
..
beacon-chain Block backfilling (#12968) 2024-01-23 07:54:30 +00:00
client-stats Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
flags Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
mock Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
prysmctl Fix typos (#13435) 2024-01-09 21:03:36 +00:00
validator Validator client - Improve readability - NO FUNCTIONAL CHANGE (#13468) 2024-01-15 14:46:54 +00:00
BUILD.bazel Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
config_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
config.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
defaults.go Validator client - Improve readability - NO FUNCTIONAL CHANGE (#13468) 2024-01-15 14:46:54 +00:00
flags_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
flags.go Refactor validator client help. (#13401) 2024-01-02 18:02:28 +00:00
helpers_test.go Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
helpers.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
password_reader.go Validator client - Improve readability - NO FUNCTIONAL CHANGE (#13468) 2024-01-15 14:46:54 +00:00
wrap_flags.go Enable dupword linter & fix findings (#12271) 2023-04-18 22:01:27 +00:00