prysm-pulse/beacon-chain/p2p/peers
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
..
peerdata Replace Empty Slice Literals with Nil Slices (#13093) 2023-10-23 16:36:11 +00:00
scorers Refactor Network Config Into Main Config (#13364) 2023-12-19 14:59:30 +00:00
assigner_test.go Block backfilling (#12968) 2024-01-23 07:54:30 +00:00
assigner.go Block backfilling (#12968) 2024-01-23 07:54:30 +00:00
benchmark_test.go Rename getter functions to be idiomatic (#8320) 2021-01-25 21:27:30 +00:00
BUILD.bazel Block backfilling (#12968) 2024-01-23 07:54:30 +00:00
log.go Add static analysis for unsafe uint casting (#10318) 2022-03-11 09:34:30 +00:00
peers_test.go BlobSidecarsByRoot (#12420) 2023-08-31 08:41:57 -05:00
status_test.go Update Libp2p To v0.32.1 and Go to v1.21.5 (#13304) 2023-12-21 16:09:54 +00:00
status.go Append Dynamic Addinng Trusted Peer Apis (#12531) 2023-07-11 09:26:08 +00:00