prysm-pulse/beacon-chain/sync
Nishant Das 0db690df75 Chunked Responses (#3528)
* update naming

* replace with updated version

* more changes

* fixed all tests

* build and lint

* regen protos

* fix test

* remove outdated code

* prestons review

* add chunk size

* more fixes to chunked responses

* handle eof

* fix all tests

* abstract into common method

* add comment

* preston's comments

* preston's review

* preston's review

* lint

* add encoding methods

* gaz

* simplify

* simplify

* lint

* change naming

* update

* handle eof separately

* Apply suggestions from code review

Co-Authored-By: Preston Van Loon <preston@prysmaticlabs.com>

* remove def

* preston's review

* preston's review

* add unit tests

* add delay to fix test
2019-09-24 07:56:50 -07:00
..
initial-sync Chunked Responses (#3528) 2019-09-24 07:56:50 -07:00
peerstatus Is len(map) threadsafe? (#3535) 2019-09-20 13:05:08 -05:00
BUILD.bazel Chunked Responses (#3528) 2019-09-24 07:56:50 -07:00
deadlines.go Chunked Responses (#3528) 2019-09-24 07:56:50 -07:00
doc.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
error_test.go Remove Error Message Type (#3533) 2019-09-20 09:13:38 -05:00
error.go Remove Error Message Type (#3533) 2019-09-20 09:13:38 -05:00
log.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
metrics.go Handle blocks after chain start (#3486) 2019-09-17 14:14:51 -07:00
pending_blocks_queue_test.go Wait until fully synced to process pubsub messages (#3514) 2019-09-20 10:54:32 -07:00
pending_blocks_queue.go Wait until fully synced to process pubsub messages (#3514) 2019-09-20 10:54:32 -07:00
rpc_beacon_blocks_by_range_test.go Chunked Responses (#3528) 2019-09-24 07:56:50 -07:00
rpc_beacon_blocks_by_range.go Chunked Responses (#3528) 2019-09-24 07:56:50 -07:00
rpc_beacon_blocks_by_root_test.go Chunked Responses (#3528) 2019-09-24 07:56:50 -07:00
rpc_beacon_blocks_by_root.go Chunked Responses (#3528) 2019-09-24 07:56:50 -07:00
rpc_chunked_response.go Chunked Responses (#3528) 2019-09-24 07:56:50 -07:00
rpc_goodbye_test.go Update Naming to Latest Networking Spec (#3519) 2019-09-20 11:57:28 +05:30
rpc_goodbye.go Update Naming to Latest Networking Spec (#3519) 2019-09-20 11:57:28 +05:30
rpc_status_test.go Wait until fully synced to process pubsub messages (#3514) 2019-09-20 10:54:32 -07:00
rpc_status.go Wait until fully synced to process pubsub messages (#3514) 2019-09-20 10:54:32 -07:00
rpc_test.go allow rpc requests (#3490) 2019-09-16 12:54:46 -05:00
rpc.go Chunked Responses (#3528) 2019-09-24 07:56:50 -07:00
service.go Chunked Responses (#3528) 2019-09-24 07:56:50 -07:00
subscriber_beacon_attestation.go Minor runtime fixes (#3335) 2019-08-27 22:19:47 -05:00
subscriber_beacon_blocks_test.go Fix finalized block filtering in sync (#3334) 2019-08-28 08:29:45 -07:00
subscriber_beacon_blocks.go Write failed blocks to disk (#3569) 2019-09-23 21:46:40 -07:00
subscriber_handlers.go fixes (#3291) 2019-08-23 17:34:03 -04:00
subscriber_test.go Update Naming to Latest Networking Spec (#3519) 2019-09-20 11:57:28 +05:30
subscriber.go Wait until fully synced to process pubsub messages (#3514) 2019-09-20 10:54:32 -07:00
validate_attester_slashing_test.go Wait until fully synced to process pubsub messages (#3514) 2019-09-20 10:54:32 -07:00
validate_attester_slashing.go Wait until fully synced to process pubsub messages (#3514) 2019-09-20 10:54:32 -07:00
validate_beacon_attestation_test.go Wait until fully synced to process pubsub messages (#3514) 2019-09-20 10:54:32 -07:00
validate_beacon_attestation.go Wait until fully synced to process pubsub messages (#3514) 2019-09-20 10:54:32 -07:00
validate_beacon_blocks_test.go Wait until fully synced to process pubsub messages (#3514) 2019-09-20 10:54:32 -07:00
validate_beacon_blocks.go Lock around validateBeaconBlockPubSub (#3567) 2019-09-23 18:43:07 -07:00
validate_proposer_slashing_test.go Wait until fully synced to process pubsub messages (#3514) 2019-09-20 10:54:32 -07:00
validate_proposer_slashing.go Wait until fully synced to process pubsub messages (#3514) 2019-09-20 10:54:32 -07:00
validate_voluntary_exit_test.go Wait until fully synced to process pubsub messages (#3514) 2019-09-20 10:54:32 -07:00
validate_voluntary_exit.go Wait until fully synced to process pubsub messages (#3514) 2019-09-20 10:54:32 -07:00