prysm-pulse/beacon-chain/sync
2020-06-17 16:44:43 -07:00
..
initial-sync First part of block chain service cleanup (#6286) 2020-06-17 17:11:21 +00:00
BUILD.bazel Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
deadlines.go make them debug (#5891) 2020-05-18 02:27:18 -04:00
decode_pubsub.go Fix Network Encoder (#5435) 2020-04-15 03:03:44 +00:00
doc.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
error_test.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
error.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
log.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
metrics.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
pending_attestations_queue_test.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
pending_attestations_queue.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
pending_blocks_queue_test.go Fixes overflow issue in sync/pending_blocks_queue (#6039) 2020-05-29 13:50:41 +00:00
pending_blocks_queue.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
rpc_beacon_blocks_by_range_test.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
rpc_beacon_blocks_by_range.go Sort Duplicate Blocks In Response (#6222) 2020-06-12 13:50:07 +00:00
rpc_beacon_blocks_by_root_test.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
rpc_beacon_blocks_by_root.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
rpc_chunked_response.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
rpc_goodbye_test.go add new methods and tests (#5852) 2020-05-14 22:44:03 +08:00
rpc_goodbye.go Reset Streams Properly (#6066) 2020-06-01 16:14:47 +08:00
rpc_metadata_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
rpc_metadata.go Reset Streams Properly (#6066) 2020-06-01 16:14:47 +08:00
rpc_ping_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
rpc_ping.go Reset Streams Properly (#6066) 2020-06-01 16:14:47 +08:00
rpc_status_test.go Fix underflow in resyncIfBehind (#6274) 2020-06-15 16:46:36 -07:00
rpc_status.go Fix underflow in resyncIfBehind (#6274) 2020-06-15 16:46:36 -07:00
rpc_test.go Adds rate limiting tests to beaconBlocksByRangeRPCHandler (#5866) 2020-05-15 20:51:23 +00:00
rpc.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
service_test.go Register RPC And Pubsub Handlers After Genesis is Determined (#6020) 2020-05-28 05:39:40 +00:00
service.go Follow Up to #6225 (#6226) 2020-06-12 13:23:29 +00:00
subscriber_beacon_aggregate_proof_test.go Save unaggregated att in beacon_aggregate_and_proof subscriber (#6109) 2020-06-03 19:49:43 +00:00
subscriber_beacon_aggregate_proof.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
subscriber_beacon_attestation_test.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
subscriber_beacon_attestation.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
subscriber_beacon_blocks_test.go Adds rate limiting tests to beaconBlocksByRangeRPCHandler (#5866) 2020-05-15 20:51:23 +00:00
subscriber_beacon_blocks.go Less restrictive block stream for slashing detection (#6269) 2020-06-17 12:38:07 -04:00
subscriber_handlers.go Remove DB check for receiving p2p slashings (#5892) 2020-05-18 07:36:37 +00:00
subscriber_test.go Register RPC And Pubsub Handlers After Genesis is Determined (#6020) 2020-05-28 05:39:40 +00:00
subscriber.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
sync_test.go Refactors redundant global variables from sync (#5860) 2020-05-15 08:53:19 +00:00
utils_test.go Sort Duplicate Blocks In Response (#6222) 2020-06-12 13:50:07 +00:00
utils.go Sort Duplicate Blocks In Response (#6222) 2020-06-12 13:50:07 +00:00
validate_aggregate_proof_test.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
validate_aggregate_proof.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
validate_attester_slashing_test.go Disable some static analysis checks for coverage builds (#6105) 2020-06-03 19:22:48 +00:00
validate_attester_slashing.go Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
validate_beacon_attestation_test.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
validate_beacon_attestation.go Fix getting att pre state in sync (#6295) 2020-06-17 16:44:43 -07:00
validate_beacon_blocks_test.go Less restrictive block stream for slashing detection (#6269) 2020-06-17 12:38:07 -04:00
validate_beacon_blocks.go Less restrictive block stream for slashing detection (#6269) 2020-06-17 12:38:07 -04:00
validate_proposer_slashing_test.go Disable some static analysis checks for coverage builds (#6105) 2020-06-03 19:22:48 +00:00
validate_proposer_slashing.go Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
validate_voluntary_exit_test.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
validate_voluntary_exit.go Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00