prysm-pulse/time/slots
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
..
testing Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
BUILD.bazel revert revert of f6764fe62b (#12399) 2023-05-16 11:50:02 +00:00
countdown_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
countdown.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
slotticker_test.go revert revert of f6764fe62b (#12399) 2023-05-16 11:50:02 +00:00
slotticker.go refactor slot tickers with intervals (#12440) 2023-08-03 20:55:16 -03:00
slottime_test.go Break out several helpers from postBlockProcess (#13419) 2024-01-06 02:29:07 +00:00
slottime.go Block backfilling (#12968) 2024-01-23 07:54:30 +00:00
slotutil_test.go Replace ioutil with io and os (#10541) 2022-04-18 20:42:07 +00:00