prysm-pulse/beacon-chain/sync
Nishant Das 30b2adc5d6
Add in Sync Contribution And Proof Pubsub Validator (#9475)
* add contribution handlers

* fix it

* fmt

* fix more

* add clean up

* Apply suggestions from code review

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update beacon-chain/sync/validate_sync_contribution_proof.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* use validation pipeline

* deepsource

* fix all tests

* clean up

* comment

Co-authored-by: Radosław Kapka <rkapka@wp.pl>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2021-09-03 04:06:54 +00:00
..
initial-sync Patch Initial Sync For Non Finalized Blocks (#9452) 2021-08-24 10:20:45 -05:00
BUILD.bazel Add in Sync Contribution And Proof Pubsub Validator (#9475) 2021-09-03 04:06:54 +00:00
context_test.go Add in Context For Req/Resp (#8895) 2021-05-17 19:25:59 +00:00
context.go Add in Context For Req/Resp (#8895) 2021-05-17 19:25:59 +00:00
deadlines.go Update sync loggings (#7914) 2020-11-22 14:31:55 -06:00
decode_pubsub_test.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
decode_pubsub.go Sync Committee Message P2P Validations (#9481) 2021-09-02 02:26:38 +00:00
doc.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
error_test.go Embed Config Pattern for Sync Services (#8636) 2021-03-21 19:07:42 +00:00
error.go Embed Config Pattern for Sync Services (#8636) 2021-03-21 19:07:42 +00:00
fuzz_exports.go Feature lru cache wrapper 2 (#9511) 2021-09-02 18:36:54 +08:00
log.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
metrics.go Add in P2P Changes (#9390) 2021-08-27 09:34:20 +08:00
pending_attestations_queue_test.go Feature lru cache wrapper 2 (#9511) 2021-09-02 18:36:54 +08:00
pending_attestations_queue.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
pending_blocks_queue_test.go Feature lru cache wrapper 2 (#9511) 2021-09-02 18:36:54 +08:00
pending_blocks_queue.go Change to Proto Check For Blocks (#9372) 2021-08-13 00:35:23 +00:00
rate_limiter_test.go Refactor RPC Topic Construction (#8892) 2021-05-15 08:58:56 +08:00
rate_limiter.go Add Metadata V2 Object and Interface (#8962) 2021-06-02 13:44:34 +08:00
rpc_beacon_blocks_by_range_test.go Eliminate Proto V2 Namespace (#9297) 2021-07-28 21:23:44 +00:00
rpc_beacon_blocks_by_range.go Eliminate Proto V2 Namespace (#9297) 2021-07-28 21:23:44 +00:00
rpc_beacon_blocks_by_root_test.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
rpc_beacon_blocks_by_root.go Eliminate Proto V2 Namespace (#9297) 2021-07-28 21:23:44 +00:00
rpc_chunked_response.go Eliminate Proto V2 Namespace (#9297) 2021-07-28 21:23:44 +00:00
rpc_goodbye_test.go Embed Config Pattern for Sync Services (#8636) 2021-03-21 19:07:42 +00:00
rpc_goodbye.go Refactor RPC Topic Construction (#8892) 2021-05-15 08:58:56 +08:00
rpc_metadata_test.go Eliminate Proto V2 Namespace (#9297) 2021-07-28 21:23:44 +00:00
rpc_metadata.go Eliminate Proto V2 Namespace (#9297) 2021-07-28 21:23:44 +00:00
rpc_ping_test.go Eliminate Proto V2 Namespace (#9297) 2021-07-28 21:23:44 +00:00
rpc_ping.go Add Metadata V2 Object and Interface (#8962) 2021-06-02 13:44:34 +08:00
rpc_send_request_test.go Eliminate Proto V2 Namespace (#9297) 2021-07-28 21:23:44 +00:00
rpc_send_request.go Eliminate Proto V2 Namespace (#9297) 2021-07-28 21:23:44 +00:00
rpc_status_test.go Eliminate Proto V2 Namespace (#9297) 2021-07-28 21:23:44 +00:00
rpc_status.go Eliminate Proto V2 Namespace (#9297) 2021-07-28 21:23:44 +00:00
rpc_test.go Fix duplicated imports (#9304) 2021-07-29 16:45:17 -05:00
rpc.go Refactor RPC Topic Construction (#8892) 2021-05-15 08:58:56 +08:00
service_test.go Add Subscription Handler (#9508) 2021-09-02 06:10:02 +00:00
service.go Add in Sync Contribution And Proof Pubsub Validator (#9475) 2021-09-03 04:06:54 +00:00
subscriber_beacon_aggregate_proof_test.go Feature lru cache wrapper 2 (#9511) 2021-09-02 18:36:54 +08:00
subscriber_beacon_aggregate_proof.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
subscriber_beacon_attestation.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
subscriber_beacon_blocks_test.go Feature lru cache wrapper 2 (#9511) 2021-09-02 18:36:54 +08:00
subscriber_beacon_blocks.go Remove Canonical Attestations From Pool Correctly (#9444) 2021-08-24 00:33:17 +00:00
subscriber_handlers.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
subscriber_test.go Feature lru cache wrapper 2 (#9511) 2021-09-02 18:36:54 +08:00
subscriber.go Add Subscription Handler (#9508) 2021-09-02 06:10:02 +00:00
subscription_topic_handler_test.go Add Subscription Topic Handler (#9490) 2021-09-01 12:07:20 +08:00
subscription_topic_handler.go Add Subscription Topic Handler (#9490) 2021-09-01 12:07:20 +08:00
sync_test.go Add Goland Standard "cmd" Pattern for Beacon-Chain Binaries (#8540) 2021-03-02 13:36:03 -06:00
utils_test.go Eliminate Proto V2 Namespace (#9297) 2021-07-28 21:23:44 +00:00
utils.go Eliminate Proto V2 Namespace (#9297) 2021-07-28 21:23:44 +00:00
validate_aggregate_proof_test.go Feature lru cache wrapper 2 (#9511) 2021-09-02 18:36:54 +08:00
validate_aggregate_proof.go Increase seen attestation cache sizes (#9476) 2021-08-26 21:37:35 +00:00
validate_attester_slashing_test.go State: move state interfaces into state package (#9268) 2021-07-23 16:11:21 +00:00
validate_attester_slashing.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
validate_beacon_attestation_test.go Feature lru cache wrapper 2 (#9511) 2021-09-02 18:36:54 +08:00
validate_beacon_attestation.go Increase seen attestation cache sizes (#9476) 2021-08-26 21:37:35 +00:00
validate_beacon_blocks_test.go Feature lru cache wrapper 2 (#9511) 2021-09-02 18:36:54 +08:00
validate_beacon_blocks.go Eliminate Proto V2 Namespace (#9297) 2021-07-28 21:23:44 +00:00
validate_proposer_slashing_test.go Feature lru cache wrapper 2 (#9511) 2021-09-02 18:36:54 +08:00
validate_proposer_slashing.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
validate_sync_committee_message_test.go Add in Sync Contribution And Proof Pubsub Validator (#9475) 2021-09-03 04:06:54 +00:00
validate_sync_committee_message.go Sync Committee Message P2P Validations (#9481) 2021-09-02 02:26:38 +00:00
validate_sync_contribution_proof_test.go Add in Sync Contribution And Proof Pubsub Validator (#9475) 2021-09-03 04:06:54 +00:00
validate_sync_contribution_proof.go Add in Sync Contribution And Proof Pubsub Validator (#9475) 2021-09-03 04:06:54 +00:00
validate_voluntary_exit_test.go Feature lru cache wrapper 2 (#9511) 2021-09-02 18:36:54 +08:00
validate_voluntary_exit.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00