prysm-pulse/beacon-chain/sync
Nishant Das 508c5fcf2f
More Efficient Validation of Proposer Index (#8107)
* metric

* make it better

* make it better

* gaz

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2020-12-15 16:27:05 +00:00
..
initial-sync Remove duplicate package imports (#8104) 2020-12-14 22:22:55 +00:00
BUILD.bazel Update go-libp2p to 0.12.0 (#8015) 2020-12-14 17:22:25 +00:00
deadlines.go Update sync loggings (#7914) 2020-11-22 14:31:55 -06:00
decode_pubsub_test.go Update PubSub and include topic filter (#7496) 2020-10-16 07:05:40 +00:00
decode_pubsub.go Update PubSub and include topic filter (#7496) 2020-10-16 07:05:40 +00:00
doc.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
error_test.go Use Custom SSZ for P2P Types (#7436) 2020-10-14 07:55:28 +00:00
error.go Update go-libp2p to 0.12.0 (#8015) 2020-12-14 17:22:25 +00:00
fuzz_exports.go Pending block queue caching with TTL (#7816) 2020-11-19 05:15:58 +00:00
log.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
metrics.go More Efficient Validation of Proposer Index (#8107) 2020-12-15 16:27:05 +00:00
pending_attestations_queue_test.go Hardening unaggregated attestation queue check (#7834) 2020-11-17 16:31:43 +00:00
pending_attestations_queue.go Move Verified and saved pending attestations to pool to debug (#7928) 2020-11-25 22:52:57 +00:00
pending_blocks_queue_test.go Recover state summary for sync validation (#7994) 2020-11-29 20:42:45 -06:00
pending_blocks_queue.go Pending block queue lock fixes (#8002) 2020-12-02 11:50:37 +02:00
rate_limiter_test.go Extract common types from sync (#7843) 2020-11-18 04:17:42 +00:00
rate_limiter.go Add Back Error/Debug Logs (#7922) 2020-11-23 18:29:27 +00:00
rpc_beacon_blocks_by_range_test.go Extract common types from sync (#7843) 2020-11-18 04:17:42 +00:00
rpc_beacon_blocks_by_range.go Update go-libp2p to 0.12.0 (#8015) 2020-12-14 17:22:25 +00:00
rpc_beacon_blocks_by_root_test.go Update sync loggings (#7914) 2020-11-22 14:31:55 -06:00
rpc_beacon_blocks_by_root.go Update go-libp2p to 0.12.0 (#8015) 2020-12-14 17:22:25 +00:00
rpc_chunked_response.go QSP 32: Add Appropriate Stream Deadlines for RPC Requests (#6583) 2020-07-13 19:40:12 +00:00
rpc_goodbye_test.go Extract common types from sync (#7843) 2020-11-18 04:17:42 +00:00
rpc_goodbye.go Update go-libp2p to 0.12.0 (#8015) 2020-12-14 17:22:25 +00:00
rpc_metadata_test.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
rpc_metadata.go Update go-libp2p to 0.12.0 (#8015) 2020-12-14 17:22:25 +00:00
rpc_ping_test.go Extract common types from sync (#7843) 2020-11-18 04:17:42 +00:00
rpc_ping.go Update go-libp2p to 0.12.0 (#8015) 2020-12-14 17:22:25 +00:00
rpc_send_request_test.go Update sync loggings (#7914) 2020-11-22 14:31:55 -06:00
rpc_send_request.go Update go-libp2p to 0.12.0 (#8015) 2020-12-14 17:22:25 +00:00
rpc_status_test.go Remove unused vars in tests (#8103) 2020-12-13 05:23:13 +00:00
rpc_status.go Update go-libp2p to 0.12.0 (#8015) 2020-12-14 17:22:25 +00:00
rpc_test.go Use Custom SSZ for P2P Types (#7436) 2020-10-14 07:55:28 +00:00
rpc.go Update go-libp2p to 0.12.0 (#8015) 2020-12-14 17:22:25 +00:00
service_test.go Pending block queue caching with TTL (#7816) 2020-11-19 05:15:58 +00:00
service.go Add Back Error/Debug Logs (#7922) 2020-11-23 18:29:27 +00:00
subscriber_beacon_aggregate_proof_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
subscriber_beacon_aggregate_proof.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
subscriber_beacon_attestation.go Update sync loggings (#7914) 2020-11-22 14:31:55 -06:00
subscriber_beacon_blocks_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
subscriber_beacon_blocks.go Update sync loggings (#7914) 2020-11-22 14:31:55 -06:00
subscriber_handlers.go Renames receiver in sync service (#6348) 2020-06-22 20:37:48 +00:00
subscriber_test.go Update sync loggings (#7914) 2020-11-22 14:31:55 -06:00
subscriber.go Refactor Subnet Search (#8048) 2020-12-11 18:40:56 -08:00
sync_test.go Update TestMain(): do not call os.Exit() explicitly (#8046) 2020-12-04 16:10:07 +00:00
utils_test.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
utils.go Batch Block Roots Requesting (#7027) 2020-08-20 04:50:14 +00:00
validate_aggregate_proof_test.go Batch verify aggregated attestation signatures (#7744) 2020-11-10 00:54:44 +00:00
validate_aggregate_proof.go Update sync loggings (#7914) 2020-11-22 14:31:55 -06:00
validate_attester_slashing_test.go Update PubSub and include topic filter (#7496) 2020-10-16 07:05:40 +00:00
validate_attester_slashing.go Update sync loggings (#7914) 2020-11-22 14:31:55 -06:00
validate_beacon_attestation_test.go Remove checkpoint info cache and usages (#7642) 2020-10-26 14:09:19 -05:00
validate_beacon_attestation.go Update sync loggings (#7914) 2020-11-22 14:31:55 -06:00
validate_beacon_blocks_test.go More Efficient Validation of Proposer Index (#8107) 2020-12-15 16:27:05 +00:00
validate_beacon_blocks.go More Efficient Validation of Proposer Index (#8107) 2020-12-15 16:27:05 +00:00
validate_proposer_slashing_test.go Update BLST And Herumi (#7632) 2020-10-30 19:06:33 +00:00
validate_proposer_slashing.go Update sync loggings (#7914) 2020-11-22 14:31:55 -06:00
validate_voluntary_exit_test.go Update BLST And Herumi (#7632) 2020-10-30 19:06:33 +00:00
validate_voluntary_exit.go Update sync loggings (#7914) 2020-11-22 14:31:55 -06:00