prysm-pulse/beacon-chain/sync
Nishant Das c78bfab69d
Fix Go Builds (#7123)
* change to ssz DeepEqual
* gaz
2020-08-27 13:12:49 +00:00
..
initial-sync Apply testutils assertions: final cleanup (#7003) 2020-08-25 15:23:06 +00:00
BUILD.bazel Fix Go Builds (#7123) 2020-08-27 13:12:49 +00:00
deadlines.go Validate RPC Topics Before Sending Requests (#6558) 2020-07-13 09:20:53 +08:00
decode_pubsub.go Renames receiver in sync service (#6348) 2020-06-22 20:37:48 +00:00
doc.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
error_test.go Apply testutils assertions: final cleanup (#7003) 2020-08-25 15:23:06 +00:00
error.go Clean Up Metadata logs (#7109) 2020-08-26 17:59:16 +08:00
log.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
metrics.go Change Sync Error Logs To Debug Logs (#6865) 2020-08-04 20:30:40 +00:00
pending_attestations_queue_test.go Revert "Update fastssz" (#7100) 2020-08-24 20:06:28 +00:00
pending_attestations_queue.go Handle Nil Signature in Pending Queue (#7097) 2020-08-24 22:54:58 +08:00
pending_blocks_queue_test.go Revert "Update fastssz" (#7100) 2020-08-24 20:06:28 +00:00
pending_blocks_queue.go Fix Go Builds (#7123) 2020-08-27 13:12:49 +00:00
rate_limiter_test.go QSP 29: Add Rate Limiter For All Topics (#6606) 2020-07-17 08:58:51 +00:00
rate_limiter.go Change Sync Error Logs To Debug Logs (#6865) 2020-08-04 20:30:40 +00:00
rpc_beacon_blocks_by_range_test.go Revert "Update fastssz" (#7100) 2020-08-24 20:06:28 +00:00
rpc_beacon_blocks_by_range.go Do Not Retrieve From DB For Block Roots (#7028) 2020-08-17 08:41:45 +00:00
rpc_beacon_blocks_by_root_test.go Revert "Update fastssz" (#7100) 2020-08-24 20:06:28 +00:00
rpc_beacon_blocks_by_root.go Use map to reject seen pending block (#7045) 2020-08-18 09:21:25 -07: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 QSP 29: Add Rate Limiter For All Topics (#6606) 2020-07-17 08:58:51 +00:00
rpc_goodbye.go Code quality issues - Remove unused code (#6864) 2020-08-05 13:59:46 +02:00
rpc_metadata_test.go QSP 29: Add Rate Limiter For All Topics (#6606) 2020-07-17 08:58:51 +00:00
rpc_metadata.go Clean Up Metadata logs (#7109) 2020-08-26 17:59:16 +08:00
rpc_ping_test.go Adds peer scorer manager (#6752) 2020-07-29 09:26:46 +00:00
rpc_ping.go Clean Up Metadata logs (#7109) 2020-08-26 17:59:16 +08:00
rpc_status_test.go Revert "Update fastssz" (#7100) 2020-08-24 20:06:28 +00:00
rpc_status.go More conservative selection of non-finalized peers (#7086) 2020-08-24 14:07:21 +00:00
rpc_test.go Fix Metadata Sequence Checks (#6711) 2020-07-25 11:53:41 -05:00
rpc.go Shift Sync Warn and Error Messages To Debug (#7059) 2020-08-20 11:30:41 +08:00
service_test.go Revert "Update fastssz" (#7100) 2020-08-24 20:06:28 +00:00
service.go Set Healthz to Return Error if Chain Has Not Yet Started (#7077) 2020-08-21 19:09:52 +00:00
subscriber_beacon_aggregate_proof_test.go Revert "Update fastssz" (#7100) 2020-08-24 20:06:28 +00:00
subscriber_beacon_aggregate_proof.go Renames receiver in sync service (#6348) 2020-06-22 20:37:48 +00:00
subscriber_beacon_attestation_test.go Revert "Update fastssz" (#7100) 2020-08-24 20:06:28 +00:00
subscriber_beacon_attestation.go Revert "Subscriber: use target epoch for hasSeen cache" (#6944) 2020-08-09 18:52:37 +00:00
subscriber_beacon_blocks_test.go Apply testutils assertions: final cleanup (#7003) 2020-08-25 15:23:06 +00:00
subscriber_beacon_blocks.go Don't ban blocks for context deadlines (#7040) 2020-08-18 01:21:10 +00:00
subscriber_handlers.go Renames receiver in sync service (#6348) 2020-06-22 20:37:48 +00:00
subscriber_test.go Revert "Update fastssz" (#7100) 2020-08-24 20:06:28 +00:00
subscriber.go Ignore subscription cancelled warning (#7020) 2020-08-17 01:58:30 +00:00
sync_test.go Refactors redundant global variables from sync (#5860) 2020-05-15 08:53:19 +00:00
utils_test.go Sync: check blocks and roots lengths (#7019) 2020-08-16 16:48:39 -07:00
utils.go Batch Block Roots Requesting (#7027) 2020-08-20 04:50:14 +00:00
validate_aggregate_proof_test.go Use checkpoint info cache (#7098) 2020-08-24 17:11:45 -05:00
validate_aggregate_proof.go Use checkpoint info cache (#7098) 2020-08-24 17:11:45 -05:00
validate_attester_slashing_test.go Revert "Update fastssz" (#7100) 2020-08-24 20:06:28 +00:00
validate_attester_slashing.go Renames receiver in sync service (#6348) 2020-06-22 20:37:48 +00:00
validate_beacon_attestation_test.go Use checkpoint info cache (#7098) 2020-08-24 17:11:45 -05:00
validate_beacon_attestation.go Use checkpoint info cache (#7098) 2020-08-24 17:11:45 -05:00
validate_beacon_blocks_test.go Revert "Update fastssz" (#7100) 2020-08-24 20:06:28 +00:00
validate_beacon_blocks.go Use map to reject seen pending block (#7045) 2020-08-18 09:21:25 -07:00
validate_proposer_slashing_test.go Add helper ComputeDomainAndSign (#6773) 2020-07-30 19:11:22 +00:00
validate_proposer_slashing.go Change Sync Error Logs To Debug Logs (#6865) 2020-08-04 20:30:40 +00:00
validate_voluntary_exit_test.go Add helper ComputeDomainAndSign (#6773) 2020-07-30 19:11:22 +00:00
validate_voluntary_exit.go Tidying up a few core functions (#6995) 2020-08-20 19:53:22 +00:00