prysm-pulse/beacon-chain/sync
Victor Farazdagi 7735a083b2
Extract common types from sync (#7843)
* extract common types from sync

* fix tests

* simplify

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-11-18 04:17:42 +00:00
..
initial-sync Update TestMain() to use os.Exit() (#7814) 2020-11-13 18:28:14 -08:00
BUILD.bazel Refactor p2p requests: extract BeaconBlocksByRangeRequest and BeaconBlocksByRootRequest (#7718) 2020-11-04 20:09:19 +00:00
deadlines.go Validate RPC Topics Before Sending Requests (#6558) 2020-07-13 09:20:53 +08: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 Extract common types from sync (#7843) 2020-11-18 04:17:42 +00:00
fuzz_exports.go Add beacon state unmarshal fuzzer, afl support (#6625) 2020-09-14 11:42:08 -07:00
log.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
metrics.go Add Back Flag to Subscribe to All Subnets (#7836) 2020-11-17 05:25:35 +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 Hardening unaggregated attestation queue check (#7834) 2020-11-17 16:31:43 +00:00
pending_blocks_queue_test.go Extract common types from sync (#7843) 2020-11-18 04:17:42 +00:00
pending_blocks_queue.go Validate beacon block in pending queue (#7847) 2020-11-17 13:50:51 -08:00
rate_limiter_test.go Extract common types from sync (#7843) 2020-11-18 04:17:42 +00:00
rate_limiter.go Extract common types from sync (#7843) 2020-11-18 04:17:42 +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 Extract common types from sync (#7843) 2020-11-18 04:17:42 +00:00
rpc_beacon_blocks_by_root_test.go Code health: review map usage (#7635) 2020-10-26 21:17:07 +00:00
rpc_beacon_blocks_by_root.go Extract common types from sync (#7843) 2020-11-18 04:17:42 +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 Extract common types from sync (#7843) 2020-11-18 04:17:42 +00:00
rpc_metadata_test.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
rpc_metadata.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
rpc_ping_test.go Extract common types from sync (#7843) 2020-11-18 04:17:42 +00:00
rpc_ping.go Extract common types from sync (#7843) 2020-11-18 04:17:42 +00:00
rpc_send_request_test.go Refactor p2p requests: extract BeaconBlocksByRangeRequest and BeaconBlocksByRootRequest (#7718) 2020-11-04 20:09:19 +00:00
rpc_send_request.go Refactor p2p requests: extract BeaconBlocksByRangeRequest and BeaconBlocksByRootRequest (#7718) 2020-11-04 20:09:19 +00:00
rpc_status_test.go Extract common types from sync (#7843) 2020-11-18 04:17:42 +00:00
rpc_status.go Extract common types from sync (#7843) 2020-11-18 04:17:42 +00:00
rpc_test.go Use Custom SSZ for P2P Types (#7436) 2020-10-14 07:55:28 +00:00
rpc.go Extract common types from sync (#7843) 2020-11-18 04:17:42 +00:00
service_test.go clean up better (#7723) 2020-11-04 15:24:29 +08:00
service.go Clean Up GoodByes (#7790) 2020-11-13 12:58:13 +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 Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
subscriber_beacon_blocks_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
subscriber_beacon_blocks.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
subscriber_handlers.go Renames receiver in sync service (#6348) 2020-06-22 20:37:48 +00:00
subscriber_test.go beacon-chain: fix segfault (#7822) 2020-11-16 12:10:34 +01:00
subscriber.go Add Back Flag to Subscribe to All Subnets (#7836) 2020-11-17 05:25:35 +00:00
sync_test.go Update TestMain() to use os.Exit() (#7814) 2020-11-13 18:28:14 -08: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 Hardening aggregated attestation queue check (#7826) 2020-11-17 07:25:18 +00: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 Combines func params of the same type (#7500) 2020-10-12 15:43:19 +00: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 Hardening unaggregated attestation queue check (#7834) 2020-11-17 16:31:43 +00:00
validate_beacon_blocks_test.go Use Atomic Booleans in Sync Service (#7682) 2020-11-03 19:12:24 +00:00
validate_beacon_blocks.go Validate beacon block in pending queue (#7847) 2020-11-17 13:50:51 -08:00
validate_proposer_slashing_test.go Update BLST And Herumi (#7632) 2020-10-30 19:06:33 +00:00
validate_proposer_slashing.go Remove processSlots from slashing check (#7357) 2020-09-29 13:22:55 +08:00
validate_voluntary_exit_test.go Update BLST And Herumi (#7632) 2020-10-30 19:06:33 +00:00
validate_voluntary_exit.go Use state slot to verify exit signature (#7155) 2020-09-02 00:57:52 +00:00