prysm-pulse/beacon-chain/sync
terence tsao c0fda583e7
Update seen att slashing cache to use map (#8332)
* Hide beacon operation field if it's 0

* Use map as seen slashing cache

* Revert "Hide beacon operation field if it's 0"

This reverts commit 896fa11a0bb605212293d6fff02a8974c54710ab.

* Rm unused code

* Gaz

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2021-01-26 17:24:34 +00:00
..
initial-sync Rename NewService to New (#8337) 2021-01-26 10:26:57 +00:00
BUILD.bazel Update seen att slashing cache to use map (#8332) 2021-01-26 17:24:34 +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 Move state summary cache to DB (#8101) 2020-12-16 08:56:21 -08: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 Remove go-ssz entirely from prysm (#8257) 2021-01-20 21:03:46 +00:00
pending_attestations_queue.go Move state summary cache to DB (#8101) 2020-12-16 08:56:21 -08:00
pending_blocks_queue_test.go Move state summary cache to DB (#8101) 2020-12-16 08:56:21 -08:00
pending_blocks_queue.go Copied over ssz.DeepEqual as sszutil.DeepEqual from go-ssz (#8258) 2021-01-13 20:40:56 +00: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 Declare err in loop to limit its scope (#8200) 2021-01-05 13:55:23 +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 Remove go-ssz entirely from prysm (#8257) 2021-01-20 21:03:46 +00: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 Move state summary cache to DB (#8101) 2020-12-16 08:56:21 -08:00
rpc_goodbye.go Update go-libp2p to 0.12.0 (#8015) 2020-12-14 17:22:25 +00:00
rpc_metadata_test.go Copied over ssz.DeepEqual as sszutil.DeepEqual from go-ssz (#8258) 2021-01-13 20:40:56 +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 Move state summary cache to DB (#8101) 2020-12-16 08:56:21 -08: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 Replace bytes.Equal with assert.DeepEqual in tests (#8318) 2021-01-22 15:15:40 +00:00
rpc_status.go Prune Excess Peers Better (#8260) 2021-01-14 21:28:20 +00:00
rpc_test.go Replace bytes.Equal with assert.DeepEqual in tests (#8318) 2021-01-22 15:15:40 +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 Update seen att slashing cache to use map (#8332) 2021-01-26 17:24:34 +00:00
subscriber_beacon_aggregate_proof_test.go Hydrate attestation for tests (#8228) 2021-01-07 21:00:21 +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 Hydrate attestation for tests (#8228) 2021-01-07 21:00:21 +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 seen att slashing cache to use map (#8332) 2021-01-26 17:24:34 +00:00
subscriber.go Rename getter functions to be idiomatic (#8320) 2021-01-25 21:27:30 +00: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 Remove go-ssz entirely from prysm (#8257) 2021-01-20 21:03:46 +00:00
validate_aggregate_proof.go Remove go-ssz entirely from prysm (#8257) 2021-01-20 21:03:46 +00:00
validate_attester_slashing_test.go Update seen att slashing cache to use map (#8332) 2021-01-26 17:24:34 +00:00
validate_attester_slashing.go Update seen att slashing cache to use map (#8332) 2021-01-26 17:24:34 +00:00
validate_beacon_attestation_test.go Move state summary cache to DB (#8101) 2020-12-16 08:56:21 -08:00
validate_beacon_attestation.go Add verify slot target epoch function and apply all (#8273) 2021-01-19 21:41:44 +00:00
validate_beacon_blocks_test.go Move state summary cache to DB (#8101) 2020-12-16 08:56:21 -08:00
validate_beacon_blocks.go Move state summary cache to DB (#8101) 2020-12-16 08:56:21 -08: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