prysm-pulse/beacon-chain/sync
james-prysm d3d25e3ae5
proposer and attester slashing sse (#13414)
* wip

* adding in event notifiers for slashing events

* fixing tests
2024-01-05 15:27:50 +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 fixing sa4006 (#13350) 2023-12-15 16:49:27 +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 fixing sa4006 (#13350) 2023-12-15 16:49:27 +00:00
blobs_test.go Enable Deneb For E2E Scenario Tests (#13317) 2023-12-16 11:37:44 +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 Refactor Network Config Into Main Config (#13364) 2023-12-19 14:59:30 +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 Refactor Network Config Into Main Config (#13364) 2023-12-19 14:59:30 +00: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 Refactor Network Config Into Main Config (#13364) 2023-12-19 14:59:30 +00: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 fixing sa4006 (#13350) 2023-12-15 16:49:27 +00: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 Refactor Network Config Into Main Config (#13364) 2023-12-19 14:59:30 +00:00
rpc_beacon_blocks_by_range.go Update Libp2p To v0.32.1 and Go to v1.21.5 (#13304) 2023-12-21 16:09:54 +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 Enable Deneb For E2E Scenario Tests (#13317) 2023-12-16 11:37:44 +00:00
rpc_blob_sidecars_by_range.go Enable Deneb For E2E Scenario Tests (#13317) 2023-12-16 11:37:44 +00:00
rpc_blob_sidecars_by_root_test.go Enable Deneb For E2E Scenario Tests (#13317) 2023-12-16 11:37:44 +00:00
rpc_blob_sidecars_by_root.go Enable Deneb For E2E Scenario Tests (#13317) 2023-12-16 11:37:44 +00:00
rpc_chunked_response_test.go Remove blind field from block type (#13389) 2023-12-29 21:28:19 +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 Refactor Network Config Into Main Config (#13364) 2023-12-19 14:59:30 +00:00
rpc_send_request.go Enable Deneb For E2E Scenario Tests (#13317) 2023-12-16 11:37:44 +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 Update Libp2p To v0.32.1 and Go to v1.21.5 (#13304) 2023-12-21 16:09:54 +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 Refactor Network Config Into Main Config (#13364) 2023-12-19 14:59:30 +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 Refactor Network Config Into Main Config (#13364) 2023-12-19 14:59:30 +00:00
subscriber.go Refactor Network Config Into Main Config (#13364) 2023-12-19 14:59:30 +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 proposer and attester slashing sse (#13414) 2024-01-05 15:27:50 +00:00
validate_attester_slashing.go proposer and attester slashing sse (#13414) 2024-01-05 15:27:50 +00:00
validate_beacon_attestation_test.go fixing sa4006 (#13350) 2023-12-15 16:49:27 +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 Refactor Network Config Into Main Config (#13364) 2023-12-19 14:59:30 +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 proposer and attester slashing sse (#13414) 2024-01-05 15:27:50 +00:00
validate_proposer_slashing.go proposer and attester slashing sse (#13414) 2024-01-05 15:27:50 +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 Refactor Network Config Into Main Config (#13364) 2023-12-19 14:59:30 +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 Refactor Network Config Into Main Config (#13364) 2023-12-19 14:59:30 +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