prysm-pulse/beacon-chain/db
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
..
filesystem Change blob latency metrics to ms (#13481) 2024-01-17 23:28:42 +00:00
filters Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
iface Block backfilling (#12968) 2024-01-23 07:54:30 +00:00
kv Block backfilling (#12968) 2024-01-23 07:54:30 +00:00
slasherkv fixing sa4006 (#13350) 2023-12-15 16:49:27 +00:00
testing Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
alias.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
BUILD.bazel Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
db_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
db.go Use functional options for --blob-retention-epochs (#13283) 2023-12-06 20:20:34 +00:00
errors.go Block backfilling (#12968) 2024-01-23 07:54:30 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
restore_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
restore.go Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00