prysm-pulse/beacon-chain/sync
Preston Van Loon d5ddd012bc
Enforce error handling and checking type assertions (#5403)
* Enforce error handling and checking type assertions
* Reference issue #5404 in the TODO message
* doc description
* Merge branch 'master' into errcheck
* fix tests and address @nisdas feedbacK
* gaz
* fix docker image
2020-04-13 04:11:09 +00:00
..
initial-sync Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
initial-sync-old Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
BUILD.bazel Micro optimizations on new-state-mgmt service for initial syncing (#5241) 2020-03-30 17:10:45 -05:00
deadlines.go Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
decode_pubsub.go Use libp2p gossipsub upstream validator framework (#4318) 2019-12-20 03:18:08 +00:00
doc.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
error_test.go Service as proper names (#4293) 2019-12-16 19:53:55 -06:00
error.go Rate limiter for rpc beacon blocks (#4549) 2020-01-15 17:19:06 -08:00
log.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
metrics.go Handle attestations with missing block (#4705) 2020-02-02 01:42:29 +00:00
pending_attestations_queue_test.go Micro optimizations on new-state-mgmt service for initial syncing (#5241) 2020-03-30 17:10:45 -05:00
pending_attestations_queue.go Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
pending_blocks_queue_test.go Add Attestation Subnet Bitfield (#4989) 2020-03-23 09:41:47 -05:00
pending_blocks_queue.go Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
rpc_beacon_blocks_by_range_test.go Rate limiter for rpc beacon blocks (#4549) 2020-01-15 17:19:06 -08:00
rpc_beacon_blocks_by_range.go Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
rpc_beacon_blocks_by_root_test.go Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
rpc_beacon_blocks_by_root.go Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00: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 Fix Goodbye RPC handler (#4831) 2020-02-11 09:08:01 -06:00
rpc_goodbye.go Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
rpc_status_test.go Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
rpc_status.go Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
rpc_test.go Release Skip Slot Cache to All (#5280) 2020-04-01 19:09:54 -07:00
rpc.go Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
service.go Micro optimizations on new-state-mgmt service for initial syncing (#5241) 2020-03-30 17:10:45 -05:00
subscriber_beacon_aggregate_proof_test.go Faster hashing for attestation pool (#5217) 2020-03-26 23:55:25 +00:00
subscriber_beacon_aggregate_proof.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
subscriber_beacon_blocks_test.go Faster hashing for attestation pool (#5217) 2020-03-26 23:55:25 +00:00
subscriber_beacon_blocks.go Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
subscriber_committee_index_beacon_attestation_test.go Micro optimizations on new-state-mgmt service for initial syncing (#5241) 2020-03-30 17:10:45 -05:00
subscriber_committee_index_beacon_attestation.go Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
subscriber_handlers.go handle slashing from p2p (#5047) 2020-03-13 16:47:27 -05:00
subscriber_test.go handle slashing from p2p (#5047) 2020-03-13 16:47:27 -05:00
subscriber.go Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
validate_aggregate_proof_test.go Micro optimizations on new-state-mgmt service for initial syncing (#5241) 2020-03-30 17:10:45 -05:00
validate_aggregate_proof.go Micro optimizations on new-state-mgmt service for initial syncing (#5241) 2020-03-30 17:10:45 -05:00
validate_attester_slashing_test.go fuzz core/blocks package (#4907) 2020-03-03 19:02:14 +05:30
validate_attester_slashing.go Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
validate_beacon_blocks_test.go Add ssz marshal and unmarshal for most data structures (#5121) 2020-03-19 02:39:23 +00:00
validate_beacon_blocks.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
validate_committee_index_beacon_attestation_test.go Micro optimizations on new-state-mgmt service for initial syncing (#5241) 2020-03-30 17:10:45 -05:00
validate_committee_index_beacon_attestation.go Micro optimizations on new-state-mgmt service for initial syncing (#5241) 2020-03-30 17:10:45 -05:00
validate_proposer_slashing_test.go fuzz core/blocks package (#4907) 2020-03-03 19:02:14 +05:30
validate_proposer_slashing.go Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
validate_voluntary_exit_test.go fuzz core/blocks package (#4907) 2020-03-03 19:02:14 +05:30
validate_voluntary_exit.go Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00