prysm-pulse/beacon-chain/sync
Radosław Kapka 77d3ccb9ad
Clean up state types (#11916)
* Clean up state types

* rename package
2023-01-26 14:40:12 +00:00
..
backfill Clean up state types (#11916) 2023-01-26 14:40:12 +00: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 Clean up state types (#11916) 2023-01-26 14:40:12 +00: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 Move broadcast of BLS changes to the forkwatcher (#11878) 2023-01-16 15:00:11 +00:00
broadcast_bls_changes.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
BUILD.bazel Move broadcast of BLS changes to the forkwatcher (#11878) 2023-01-16 15:00:11 +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 Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00: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 Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
fork_watcher.go Clean up state types (#11916) 2023-01-26 14:40:12 +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 Add more buckets for block arrival latency histogram (#11589) 2022-10-27 15:43:41 +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 Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
pending_attestations_queue.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
pending_blocks_queue_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
pending_blocks_queue.go Clean up state types (#11916) 2023-01-26 14:40:12 +00: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 Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
rpc_beacon_blocks_by_range.go Clean up state types (#11916) 2023-01-26 14:40:12 +00: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 Better reconstruct error msg while EL client is syncing (#11851) 2023-01-09 15:09:45 +00:00
rpc_chunked_response_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
rpc_chunked_response.go Update libp2p to support go 1.19 (#11309) 2022-10-07 15:24:51 +08: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 Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
rpc_send_request.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
rpc_status_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00: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 Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
subscriber_beacon_blocks.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +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 Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00: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 Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
utils.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
validate_aggregate_proof_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
validate_aggregate_proof.go Clean up state types (#11916) 2023-01-26 14:40:12 +00: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 Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
validate_beacon_blocks_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
validate_beacon_blocks.go Clean up state types (#11916) 2023-01-26 14:40:12 +00: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 Do not check headstate being Capella for BLS changes on gossip (#11902) 2023-01-24 00:11:26 +00: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 Clean up state types (#11916) 2023-01-26 14:40:12 +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