prysm-pulse/beacon-chain/sync
Nishant Das b45a6664be
Enable Deneb For E2E Scenario Tests (#13317)
* fix all cases

* update web3signer

* current progress

* fix it finally

* push it back to capella

* remove hard-coded forks

* fix failing tests

* gaz

* fix dumb bug

* fix bad test setup

* change back
2023-12-16 11:37:44 +00:00
..
backfill
checkpoint
genesis
initial-sync
verify
batch_verifier_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
batch_verifier.go
blobs_test.go
block_batcher_test.go
block_batcher.go
broadcast_bls_changes_test.go
broadcast_bls_changes.go
BUILD.bazel
context_test.go
context.go
deadlines.go
decode_pubsub_test.go
decode_pubsub.go
doc.go
error_test.go
error.go
fork_watcher_test.go
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
metrics.go
mock_blob_verifier.go
options.go
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
pending_blocks_queue_test.go
pending_blocks_queue.go
rate_limiter_test.go
rate_limiter.go
rpc_beacon_blocks_by_range_test.go
rpc_beacon_blocks_by_range.go
rpc_beacon_blocks_by_root_test.go
rpc_beacon_blocks_by_root.go
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
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
rpc_chunked_response_test.go
rpc_chunked_response.go
rpc_goodbye_test.go
rpc_goodbye.go
rpc_handler_test.go
rpc_metadata_test.go
rpc_metadata.go
rpc_ping_test.go
rpc_ping.go
rpc_send_request_test.go
rpc_send_request.go
rpc_status_test.go
rpc_status.go
rpc_test.go
rpc.go
service_test.go
service.go
subscriber_beacon_aggregate_proof_test.go
subscriber_beacon_aggregate_proof.go
subscriber_beacon_attestation.go
subscriber_beacon_blocks_test.go
subscriber_beacon_blocks.go
subscriber_blob_sidecar.go
subscriber_bls_to_execution_change.go
subscriber_handlers.go
subscriber_sync_committee_message.go
subscriber_sync_contribution_proof.go
subscriber_test.go
subscriber.go
subscription_topic_handler_test.go
subscription_topic_handler.go
sync_fuzz_test.go
sync_test.go
validate_aggregate_proof_test.go
validate_aggregate_proof.go
validate_attester_slashing_test.go
validate_attester_slashing.go
validate_beacon_attestation_test.go
validate_beacon_attestation.go
validate_beacon_blocks_test.go
validate_beacon_blocks.go
validate_blob_test.go Use verified blob for gossip checks (#13294) 2023-12-11 00:37:45 +00:00
validate_blob.go
validate_bls_to_execution_change_test.go
validate_bls_to_execution_change.go
validate_proposer_slashing_test.go
validate_proposer_slashing.go
validate_sync_committee_message_test.go
validate_sync_committee_message.go
validate_sync_contribution_proof_test.go
validate_sync_contribution_proof.go
validate_voluntary_exit_test.go
validate_voluntary_exit.go