prysm-pulse/beacon-chain/verification
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
..
blob_test.go fix it (#13496) 2024-01-22 14:26:14 +00:00
blob.go fix it (#13496) 2024-01-22 14:26:14 +00:00
BUILD.bazel VerifiedROBlobs in initial-sync (#13351) 2024-01-06 23:47:09 +00:00
cache_test.go Block backfilling (#12968) 2024-01-23 07:54:30 +00:00
cache.go Use proposer index cache for blob verification (#13423) 2024-01-07 03:24:07 +00:00
error.go Verify roblobs (#13245) 2023-12-07 02:36:25 +00:00
fake.go VerifiedROBlobs in initial-sync (#13351) 2024-01-06 23:47:09 +00:00
initializer_test.go initialize sig cache for verification.Initializer (#13295) 2023-12-07 20:14:01 +00:00
initializer.go Use proposer index cache for blob verification (#13423) 2024-01-07 03:24:07 +00:00
interface.go VerifiedROBlobs in initial-sync (#13351) 2024-01-06 23:47:09 +00:00
mock.go VerifiedROBlobs in initial-sync (#13351) 2024-01-06 23:47:09 +00:00
result.go Verify roblobs (#13245) 2023-12-07 02:36:25 +00:00