prysm-pulse/beacon-chain/sync
terencechain 00b9e484e5
Cleanups from eip4844 branch (#12109)
* Minor cleanups from eip4844 branch

* Add back handler

* Fix gazelle

* More fixes

* More fixes

---------

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2023-03-10 16:46:27 +00:00
..
backfill Rename block interfaces (#11975) 2023-02-09 10:23:32 +01:00
checkpoint Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
genesis Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
initial-sync Update Libp2p (#12096) 2023-03-08 23:52:51 +08:00
batch_verifier_test.go Identify invalid signature within batch verification (#11582) (#11741) 2022-12-20 18:41:47 +08:00
batch_verifier.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
broadcast_bls_changes_test.go modify slice in place (#11956) 2023-02-02 00:01:46 +00:00
broadcast_bls_changes.go modify slice in place (#11956) 2023-02-02 00:01:46 +00:00
BUILD.bazel Store Blinded Beacon Blocks by Default for New Prysm Databases (#11591) 2023-03-01 00:07:23 +00:00
context_test.go Update libp2p to support go 1.19 (#11309) 2022-10-07 15:24:51 +08:00
context.go Update libp2p to support go 1.19 (#11309) 2022-10-07 15:24:51 +08:00
deadlines.go Update libp2p to support go 1.19 (#11309) 2022-10-07 15:24:51 +08:00
decode_pubsub_test.go Rename block interfaces (#11975) 2023-02-09 10:23:32 +01:00
decode_pubsub.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
doc.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
error_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
error.go Update libp2p to support go 1.19 (#11309) 2022-10-07 15:24:51 +08:00
fork_watcher_test.go Update Libp2p (#12096) 2023-03-08 23:52:51 +08:00
fork_watcher.go Randomize bls changes at fork (#11923) 2023-01-26 23:13:28 +00:00
fuzz_exports.go Update libp2p to support go 1.19 (#11309) 2022-10-07 15:24:51 +08:00
log.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
metrics.go Enhance block arrival delay metrics by adding a gauge (#11897) 2023-02-02 15:43:25 +00:00
options.go Add Gossip Handler For BLS To Execution Changes (#11690) 2022-11-26 11:07:05 -08:00
pending_attestations_queue_test.go Remove VerifyFinalizedBlkDescendant (#12046) 2023-02-25 13:39:13 -03:00
pending_attestations_queue.go Remove VerifyFinalizedBlkDescendant (#12046) 2023-02-25 13:39:13 -03:00
pending_blocks_queue_test.go Remove VerifyFinalizedBlkDescendant (#12046) 2023-02-25 13:39:13 -03:00
pending_blocks_queue.go Rename block interfaces (#11975) 2023-02-09 10:23:32 +01:00
rate_limiter_test.go Update libp2p to support go 1.19 (#11309) 2022-10-07 15:24:51 +08:00
rate_limiter.go Vendor Leaky Bucket Implementation (#11560) 2022-10-20 16:40:13 -05:00
rpc_beacon_blocks_by_range_test.go Store Blinded Beacon Blocks by Default for New Prysm Databases (#11591) 2023-03-01 00:07:23 +00:00
rpc_beacon_blocks_by_range.go Rename block interfaces (#11975) 2023-02-09 10:23:32 +01:00
rpc_beacon_blocks_by_root_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
rpc_beacon_blocks_by_root.go Rename block interfaces (#11975) 2023-02-09 10:23:32 +01:00
rpc_chunked_response_test.go Rename block interfaces (#11975) 2023-02-09 10:23:32 +01:00
rpc_chunked_response.go Rename block interfaces (#11975) 2023-02-09 10:23:32 +01:00
rpc_goodbye_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
rpc_goodbye.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
rpc_metadata_test.go Vendor Leaky Bucket Implementation (#11560) 2022-10-20 16:40:13 -05:00
rpc_metadata.go Update libp2p to support go 1.19 (#11309) 2022-10-07 15:24:51 +08:00
rpc_ping_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
rpc_ping.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
rpc_send_request_test.go Update Libp2p (#12096) 2023-03-08 23:52:51 +08:00
rpc_send_request.go Rename block interfaces (#11975) 2023-02-09 10:23:32 +01:00
rpc_status_test.go Rename block interfaces (#11975) 2023-02-09 10:23:32 +01:00
rpc_status.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
rpc_test.go Update libp2p to support go 1.19 (#11309) 2022-10-07 15:24:51 +08:00
rpc.go Update libp2p to support go 1.19 (#11309) 2022-10-07 15:24:51 +08:00
service_test.go Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
service.go Add Gossip Handler For BLS To Execution Changes (#11690) 2022-11-26 11:07:05 -08:00
subscriber_beacon_aggregate_proof_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
subscriber_beacon_aggregate_proof.go fix error message of subscriber (#11622) 2022-11-07 16:44:38 +00:00
subscriber_beacon_attestation.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
subscriber_beacon_blocks_test.go Prune canonical attestations when head changes (#11771) 2023-02-02 16:53:01 +00:00
subscriber_beacon_blocks.go Prune canonical attestations when head changes (#11771) 2023-02-02 16:53:01 +00:00
subscriber_bls_to_execution_change.go Implement bls_to_execution_change API event (#11865) 2023-01-17 09:45:20 +00:00
subscriber_handlers.go Redesign voluntary exits pool (#11898) 2023-03-01 17:44:00 +01:00
subscriber_sync_committee_message.go fix error message of subscriber (#11622) 2022-11-07 16:44:38 +00:00
subscriber_sync_contribution_proof.go fix error message of subscriber (#11622) 2022-11-07 16:44:38 +00:00
subscriber_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
subscriber.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
subscription_topic_handler_test.go Implement bls_to_execution_change API event (#11865) 2023-01-17 09:45:20 +00:00
subscription_topic_handler.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
sync_fuzz_test.go Update libp2p to support go 1.19 (#11309) 2022-10-07 15:24:51 +08:00
sync_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
utils_test.go Rename block interfaces (#11975) 2023-02-09 10:23:32 +01:00
utils.go Rename block interfaces (#11975) 2023-02-09 10:23:32 +01:00
validate_aggregate_proof_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
validate_aggregate_proof.go Remove VerifyFinalizedBlkDescendant (#12046) 2023-02-25 13:39:13 -03:00
validate_attester_slashing_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
validate_attester_slashing.go Update libp2p to support go 1.19 (#11309) 2022-10-07 15:24:51 +08:00
validate_beacon_attestation_test.go Accept attestations when node is optimistic (#11319) 2022-08-25 20:15:07 -03:00
validate_beacon_attestation.go Remove VerifyFinalizedBlkDescendant (#12046) 2023-02-25 13:39:13 -03:00
validate_beacon_blocks_test.go Remove VerifyFinalizedBlkDescendant (#12046) 2023-02-25 13:39:13 -03:00
validate_beacon_blocks.go Remove VerifyFinalizedBlkDescendant (#12046) 2023-02-25 13:39:13 -03:00
validate_bls_to_execution_change_test.go Do not check headstate being Capella for BLS changes on gossip (#11902) 2023-01-24 00:11:26 +00:00
validate_bls_to_execution_change.go Utilize Read Only Head State (#11932) 2023-01-31 10:41:53 -08:00
validate_proposer_slashing_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
validate_proposer_slashing.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
validate_sync_committee_message_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
validate_sync_committee_message.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
validate_sync_contribution_proof_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
validate_sync_contribution_proof.go Cleanups from eip4844 branch (#12109) 2023-03-10 16:46:27 +00:00
validate_voluntary_exit_test.go Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
validate_voluntary_exit.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00