prysm-pulse/beacon-chain/sync
Raul Jordan af07c13730
[Interop] Improve RPC Codebase + Start Beacon Chain With Mock ETH1 Values (#3407)
* add main.go

* interop readme

* proper visibility

* standardize and abstract into simpler funcs

* formatting

* no os pkg

* add test

* no panics anywhere, properly and nicely handle errors

* proper comments

* fix broken test

* readme

* comment

* recommend ssz

* install

* tool now works

* README

* build

* readme

* 64 validators

* rem print

* register the no powchain flag

* work on mock eth1 start

* common interface

* getting closer with the interface defs

* only two uses of powchain

* remove powchain dependency

* remove powchain dependency

* common powchain interface

* proper comment in case of flag

* proper args into rpc services

* rename fields

* pass in mock flag into RPC

* conforms to iface

* use client instead of block fetcher iface

* broken tests

* block fetcher

* finalized

* resolved broken build

* fix build

* comment

* fix tests

* tests pass

* resolved confs

* took them out

* rename into smaller interfaces

* resolve some confs

* ensure tests pass

* properly utilize mock instead of localized mock

* res lint

* lint

* finish test for mock eth1data

* run gazelle

* include flag again

* fix broken build

* disable powchain

* dont dial eth1 nodes

* reenable pow

* use smaller interfaces, standardize naming

* abstract mock into its own package

* faulty mock lint

* fix stutter in lint

* rpc tests all passing

* use mocks for operations

* no more mocks in the entire rpc package

* no  mock

* viz

* testonly
2019-09-09 17:13:50 -04:00
..
initial-sync [Interop] Improve RPC Codebase + Start Beacon Chain With Mock ETH1 Values (#3407) 2019-09-09 17:13:50 -04:00
testing [Interop] Improve RPC Codebase + Start Beacon Chain With Mock ETH1 Values (#3407) 2019-09-09 17:13:50 -04:00
BUILD.bazel fix some parent context usage, add tracing to p2p handlers (#3395) 2019-09-03 11:06:35 -07: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 Fix broadcast ssz (#3423) 2019-09-08 19:34:52 -07:00
error.go Fix broadcast ssz (#3423) 2019-09-08 19:34:52 -07:00
log.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
metrics.go Add sync/p2p metric for number of messages received by topic (#3341) 2019-08-28 10:14:22 -05:00
rpc_beacon_blocks_test.go Fix broadcast ssz (#3423) 2019-09-08 19:34:52 -07:00
rpc_beacon_blocks.go Fix broadcast ssz (#3423) 2019-09-08 19:34:52 -07:00
rpc_goodbye_test.go Implement GoodBye RPC Handler (#3282) 2019-08-23 12:53:38 -04:00
rpc_goodbye.go Implement GoodBye RPC Handler (#3282) 2019-08-23 12:53:38 -04:00
rpc_hello_test.go Fix broadcast ssz (#3423) 2019-09-08 19:34:52 -07:00
rpc_hello.go Fix broadcast ssz (#3423) 2019-09-08 19:34:52 -07:00
rpc_recent_beacon_blocks_test.go Fix broadcast ssz (#3423) 2019-09-08 19:34:52 -07:00
rpc_recent_beacon_blocks.go Fix broadcast ssz (#3423) 2019-09-08 19:34:52 -07:00
rpc_test.go First pass: single peer initial sync (#3363) 2019-08-30 15:15:40 -05:00
rpc.go Fix broadcast ssz (#3423) 2019-09-08 19:34:52 -07:00
service.go [Interop] Improve RPC Codebase + Start Beacon Chain With Mock ETH1 Values (#3407) 2019-09-09 17:13:50 -04: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 Log the slot of the block w/o parent (#3401) 2019-09-03 13:43:59 -07:00
subscriber_handlers.go fixes (#3291) 2019-08-23 17:34:03 -04:00
subscriber_test.go PubSub: Check messages received from self, do not double process (#3403) 2019-09-03 17:22:15 -07:00
subscriber.go Fix broadcast ssz (#3423) 2019-09-08 19:34:52 -07:00
validate_attester_slashing_test.go PubSub: Check messages received from self, do not double process (#3403) 2019-09-03 17:22:15 -07:00
validate_attester_slashing.go PubSub: Check messages received from self, do not double process (#3403) 2019-09-03 17:22:15 -07:00
validate_beacon_attestation_test.go PubSub: Check messages received from self, do not double process (#3403) 2019-09-03 17:22:15 -07:00
validate_beacon_attestation.go PubSub: Check messages received from self, do not double process (#3403) 2019-09-03 17:22:15 -07:00
validate_beacon_blocks_test.go PubSub: Check messages received from self, do not double process (#3403) 2019-09-03 17:22:15 -07:00
validate_beacon_blocks.go PubSub: Check messages received from self, do not double process (#3403) 2019-09-03 17:22:15 -07:00
validate_proposer_slashing_test.go PubSub: Check messages received from self, do not double process (#3403) 2019-09-03 17:22:15 -07:00
validate_proposer_slashing.go PubSub: Check messages received from self, do not double process (#3403) 2019-09-03 17:22:15 -07:00
validate_voluntary_exit_test.go PubSub: Check messages received from self, do not double process (#3403) 2019-09-03 17:22:15 -07:00
validate_voluntary_exit.go PubSub: Check messages received from self, do not double process (#3403) 2019-09-03 17:22:15 -07:00