prysm-pulse/beacon-chain/sync
Preston Van Loon ce28feea45 Regular sync: pubsub subscriber for beacon blocks (#3220)
* add validation

* add block db check in validation

* merge

* in memory caching of seen blocks

* basic block processing

* Update BUILD.bazel

* use new receiveBlockNoPubsub

* fix build

* add TODO issue numbers

* add TODO issue numbers

* lint
2019-08-22 13:11:52 -05:00
..
BUILD.bazel Regular sync: pubsub subscriber for beacon blocks (#3220) 2019-08-22 13:11:52 -05:00
deadlines.go sync RPC: Hello handler (#3216) 2019-08-16 16:03:11 -04:00
doc.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
error_test.go Implement Attester Slashing Handler in Sync (#3260) 2019-08-22 11:04:25 +05:30
error.go sync RPC: Hello handler (#3216) 2019-08-16 16:03:11 -04:00
log.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
metrics.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
rpc_beacon_blocks_test.go Reg sync beacon blocks (#3218) 2019-08-20 14:06:49 -05:00
rpc_beacon_blocks.go Reg sync beacon blocks (#3218) 2019-08-20 14:06:49 -05:00
rpc_hello_test.go sync RPC: Hello handler (#3216) 2019-08-16 16:03:11 -04:00
rpc_hello.go sync RPC: Hello handler (#3216) 2019-08-16 16:03:11 -04:00
rpc_test.go sync RPC: Hello handler (#3216) 2019-08-16 16:03:11 -04:00
rpc.go Reg sync beacon blocks (#3218) 2019-08-20 14:06:49 -05:00
service.go Regular sync: pubsub subscriber for beacon blocks (#3220) 2019-08-22 13:11:52 -05:00
subscriber_beacon_blocks.go Regular sync: pubsub subscriber for beacon blocks (#3220) 2019-08-22 13:11:52 -05:00
subscriber_handlers.go Implement Proposer Slashing Handler (#3273) 2019-08-22 20:01:56 +05:30
subscriber_test.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
subscriber.go Regular sync: pubsub subscriber for beacon blocks (#3220) 2019-08-22 13:11:52 -05:00
validate_attester_slashing.go Implement Attester Slashing Handler in Sync (#3260) 2019-08-22 11:04:25 +05:30
validate_attetser_slashing_test.go Implement Attester Slashing Handler in Sync (#3260) 2019-08-22 11:04:25 +05:30
validate_beacon_blocks_test.go Regular sync: pubsub subscriber for beacon blocks (#3220) 2019-08-22 13:11:52 -05:00
validate_beacon_blocks.go Regular sync: pubsub subscriber for beacon blocks (#3220) 2019-08-22 13:11:52 -05:00
validate_proposer_slashing_test.go Implement Proposer Slashing Handler (#3273) 2019-08-22 20:01:56 +05:30
validate_proposer_slashing.go Implement Proposer Slashing Handler (#3273) 2019-08-22 20:01:56 +05:30
validate_voluntary_exit_test.go Regular sync: pubsub subscriber for voluntary exits (#3227) 2019-08-18 11:33:58 -04:00
validate_voluntary_exit.go Implement Attester Slashing Handler in Sync (#3260) 2019-08-22 11:04:25 +05:30