prysm-pulse/beacon-chain/sync
2023-12-15 03:26:48 +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 Beacon APIs: re enabling blob events (#13315) 2023-12-12 15:58:11 +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 Use verified blob for gossip checks (#13294) 2023-12-11 00:37:45 +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
mock_blob_verifier.go Use verified blob for gossip checks (#13294) 2023-12-11 00:37:45 +00:00
options.go Use verified blob for gossip checks (#13294) 2023-12-11 00:37:45 +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 Verify roblobs (#13245) 2023-12-07 02:36:25 +00:00
rpc_beacon_blocks_by_root.go Enable errname linter and fix findings (#13341) 2023-12-15 03:26:48 +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 Handle potential error from newBlockRangeBatcher (#13344) 2023-12-15 02:28:07 +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 Verify roblobs (#13245) 2023-12-07 02:36:25 +00:00
rpc_send_request.go Add more color to sending blob by range req log (#13349) 2023-12-15 02:43:16 +00:00
rpc_status_test.go Use verified blob for gossip checks (#13294) 2023-12-11 00:37:45 +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 fix it (#13325) 2023-12-13 11:01:01 +00:00
service_test.go beacon-chain/sync: fix some datarace in go test (#13039) 2023-10-17 17:30:10 +00:00
service.go Use verified blob for gossip checks (#13294) 2023-12-11 00:37:45 +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 Beacon APIs: re enabling blob events (#13315) 2023-12-12 15:58:11 +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 Use verified blob for gossip checks (#13294) 2023-12-11 00:37:45 +00:00
validate_blob.go reordered blob validation (#13347) 2023-12-15 02:46:12 +00:00
validate_bls_to_execution_change_test.go Use verified blob for gossip checks (#13294) 2023-12-11 00:37:45 +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 Use verified blob for gossip checks (#13294) 2023-12-11 00:37:45 +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 Use verified blob for gossip checks (#13294) 2023-12-11 00:37:45 +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 Test improvement TestValidateVoluntaryExit_ValidExit (#13313) 2023-12-11 08:01:56 +00:00
validate_voluntary_exit.go use read only head state (#13014) 2023-10-07 14:44:52 -05:00