prysm-pulse/beacon-chain/sync
kasey ce2344301c
forkchoice.Getter wrapper with locking wrappers (#13244)
* forkchoice.Getter wrapper with locking wrappers

* comments

* lint

* only expose fast fc getters

* potuz feedback re rlock

* update mocks for new fc method

* appease deepsource

* add missing exported func comment

* yeet errors to make the linter happy

* even more devious _discard

* rm TargetRoot

* derp

* handle nil error in _discard

* deep source

---------

Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2023-12-04 21:01:39 +00:00
..
backfill Fix Multivalue Slice Deadlock (#13087) 2023-10-21 17:08:52 +00:00
checkpoint Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
genesis db: Log a warning if the genesis state is smaller than 1Kb (#12897) 2023-09-23 15:29:15 +00:00
initial-sync forkchoice.Getter wrapper with locking wrappers (#13244) 2023-12-04 21:01:39 +00:00
verify Verified roblobs (#13190) 2023-11-21 18:44:38 +00:00
batch_verifier_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
batch_verifier.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
blobs_test.go Verified roblobs (#13190) 2023-11-21 18:44:38 +00:00
block_batcher_test.go BlobSidecarsByRoot (#12420) 2023-08-31 08:41:57 -05:00
block_batcher.go BlobSidecarsByRoot (#12420) 2023-08-31 08:41:57 -05:00
broadcast_bls_changes_test.go Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
broadcast_bls_changes.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
BUILD.bazel Verified roblobs (#13190) 2023-11-21 18:44:38 +00:00
context_test.go Replace statefeed Initialize (#12285) 2023-05-03 04:34:01 +00:00
context.go BlobSidecarsByRoot (#12420) 2023-08-31 08:41:57 -05:00
deadlines.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
decode_pubsub_test.go Replace statefeed Initialize (#12285) 2023-05-03 04:34:01 +00:00
decode_pubsub.go Verified roblobs (#13190) 2023-11-21 18:44:38 +00:00
doc.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
error_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
error.go BlobSidecarsByRoot (#12420) 2023-08-31 08:41:57 -05:00
fork_watcher_test.go fix it (#12917) 2023-09-18 22:30:34 +08:00
fork_watcher.go fix it (#12917) 2023-09-18 22:30:34 +08:00
fuzz_exports.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
log.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
metrics.go Remove pending blobs queue (#13166) 2023-11-03 07:07:43 -07:00
options.go Verified roblobs (#13190) 2023-11-21 18:44:38 +00:00
pending_attestations_queue_test.go beacon-chain/sync: fix some datarace in go test (#13039) 2023-10-17 17:30:10 +00:00
pending_attestations_queue.go Check block exists in pending queue before requesting from peer (#13013) 2023-10-09 10:35:15 -07:00
pending_blocks_queue_test.go Fix Pending Queue Expiration Bug (#13104) 2023-10-24 20:28:57 +00:00
pending_blocks_queue.go Add a helper for max request block (#13173) 2023-11-14 05:50:51 +00:00
rate_limiter_test.go BlobSidecarsByRoot (#12420) 2023-08-31 08:41:57 -05:00
rate_limiter.go BlobSidecarsByRoot (#12420) 2023-08-31 08:41:57 -05:00
rpc_beacon_blocks_by_range_test.go Revert initsync revert (#12431) 2023-05-19 16:59:13 +00:00
rpc_beacon_blocks_by_range.go Add a helper for max request block (#13173) 2023-11-14 05:50:51 +00:00
rpc_beacon_blocks_by_root_test.go Verified roblobs (#13190) 2023-11-21 18:44:38 +00:00
rpc_beacon_blocks_by_root.go Verified roblobs (#13190) 2023-11-21 18:44:38 +00:00
rpc_blob_sidecars_by_range_test.go Verified roblobs (#13190) 2023-11-21 18:44:38 +00:00
rpc_blob_sidecars_by_range.go Verified roblobs (#13190) 2023-11-21 18:44:38 +00:00
rpc_blob_sidecars_by_root_test.go Verified roblobs (#13190) 2023-11-21 18:44:38 +00:00
rpc_blob_sidecars_by_root.go Verified roblobs (#13190) 2023-11-21 18:44:38 +00:00
rpc_chunked_response_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
rpc_chunked_response.go Verified roblobs (#13190) 2023-11-21 18:44:38 +00:00
rpc_goodbye_test.go Replace statefeed Initialize (#12285) 2023-05-03 04:34:01 +00:00
rpc_goodbye.go Set Verbosity of Goodbye Logs to Trace (#13077) 2023-10-19 03:49:34 +00:00
rpc_handler_test.go Fix redundant type converstion (#13076) 2023-10-20 15:07:10 +00:00
rpc_metadata_test.go Replace statefeed Initialize (#12285) 2023-05-03 04:34:01 +00:00
rpc_metadata.go Replace statefeed Initialize (#12285) 2023-05-03 04:34:01 +00:00
rpc_ping_test.go Replace statefeed Initialize (#12285) 2023-05-03 04:34:01 +00:00
rpc_ping.go Replace statefeed Initialize (#12285) 2023-05-03 04:34:01 +00:00
rpc_send_request_test.go Verified roblobs (#13190) 2023-11-21 18:44:38 +00:00
rpc_send_request.go Verified roblobs (#13190) 2023-11-21 18:44:38 +00:00
rpc_status_test.go Add pending blobs queue for missing parent block (#13005) 2023-10-17 14:42:15 +00:00
rpc_status.go Replace statefeed Initialize (#12285) 2023-05-03 04:34:01 +00:00
rpc_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
rpc.go migrating get blob from eip4844 and deneb-integration (#12603) 2023-08-31 08:41:57 -05:00
service_test.go beacon-chain/sync: fix some datarace in go test (#13039) 2023-10-17 17:30:10 +00:00
service.go Verified roblobs (#13190) 2023-11-21 18:44:38 +00:00
subscriber_beacon_aggregate_proof_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
subscriber_beacon_aggregate_proof.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
subscriber_beacon_attestation.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
subscriber_beacon_blocks_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
subscriber_beacon_blocks.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
subscriber_blob_sidecar.go Verified roblobs (#13190) 2023-11-21 18:44:38 +00:00
subscriber_bls_to_execution_change.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
subscriber_handlers.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
subscriber_sync_committee_message.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
subscriber_sync_contribution_proof.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
subscriber_test.go Add Blob Gossip (#12413) 2023-08-31 08:41:57 -05:00
subscriber.go fix: correct blob sidecar count (#12865) 2023-09-08 15:37:53 +00:00
subscription_topic_handler_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
subscription_topic_handler.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
sync_fuzz_test.go Replace statefeed Initialize (#12285) 2023-05-03 04:34:01 +00:00
sync_test.go BlobSidecarsByRoot (#12420) 2023-08-31 08:41:57 -05:00
validate_aggregate_proof_test.go Replace statefeed Initialize (#12285) 2023-05-03 04:34:01 +00:00
validate_aggregate_proof.go Ignore some untimely attestations (#12387) 2023-05-12 16:55:33 +00:00
validate_attester_slashing_test.go Replace statefeed Initialize (#12285) 2023-05-03 04:34:01 +00:00
validate_attester_slashing.go Fix Attester Slashing Validation In Gossip (#12295) 2023-04-17 15:35:38 +00:00
validate_beacon_attestation_test.go Replace statefeed Initialize (#12285) 2023-05-03 04:34:01 +00:00
validate_beacon_attestation.go Replace statefeed Initialize (#12285) 2023-05-03 04:34:01 +00:00
validate_beacon_blocks_test.go Verify Block Signatures On Insertion Into Pending Queue (#13183) 2023-11-28 03:13:59 +00:00
validate_beacon_blocks.go Verify Block Signatures On Insertion Into Pending Queue (#13183) 2023-11-28 03:13:59 +00:00
validate_blob_test.go Verified roblobs (#13190) 2023-11-21 18:44:38 +00:00
validate_blob.go Verified roblobs (#13190) 2023-11-21 18:44:38 +00:00
validate_bls_to_execution_change_test.go Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
validate_bls_to_execution_change.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
validate_proposer_slashing_test.go Replace statefeed Initialize (#12285) 2023-05-03 04:34:01 +00:00
validate_proposer_slashing.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
validate_sync_committee_message_test.go Add pending blobs queue for missing parent block (#13005) 2023-10-17 14:42:15 +00:00
validate_sync_committee_message.go Fix metric name from PR #12430 (#12445) 2023-05-22 17:43:21 +00:00
validate_sync_contribution_proof_test.go Add pending blobs queue for missing parent block (#13005) 2023-10-17 14:42:15 +00:00
validate_sync_contribution_proof.go Fix numerous spelling error and typos in the log messages, comments, and documentation. (#12385) 2023-05-11 20:45:43 +00:00
validate_voluntary_exit_test.go Replace statefeed Initialize (#12285) 2023-05-03 04:34:01 +00:00
validate_voluntary_exit.go use read only head state (#13014) 2023-10-07 14:44:52 -05:00