prysm-pulse/beacon-chain/blockchain/forkchoice
terence tsao 798bbbdc82 Cold start for interop (#3437)
* coldstart flags for validator

* WIP beacon node flags

* wip beacon chain, flag fix in validator, arg fix in validator

* checkpoint

* Added interop service

* working on mock chainstart

* save the state lol

* fix tests

* Save genesis validators

* gaz

* fix validator help flags

* WaitForChainStart actually waits for genesis time

* cold start fixes

* cache

* change back

* allow for genesis state too

* remove logs

* increase mmap size

* dont process if head doesn't exist

* add 10ms tolerance

* enable libp2p debug at debug, fix pubsub

* works with checkpt

* initialize justified and finalized in db

* Removed preloadStatePath from blockchain service

* Clean up

* Write to disk for now post state

* revert b466dd536f8eadbdae2264a545a755370223d917

* Builds

* Only RPC test fails now

* use minimal config, no demo config

* clean up branch

* Lint

* resolve lint

* more lint fixes

* lint

* fix viz

* Fixing RPC test

* skip before epoch 2

* RPC time out

* Fixed ordering

* rename

* remove some dbg statements

* ensure index is correct

* fix some panics

* getting closer

* fix tests

* Fix private key

* Fixed RPC test

* Fixed beacon chain build for docker

* Add interop.go to validator go_image

* Fixed docker build

* handle errors

* skip test, skip disconnecting peers

* Fixed docker build

* tolerance for attestation processing

* revert copy

* clearer err message parse

* fix launching from dep contract
2019-09-11 13:38:35 -05:00
..
benchmark_test.go Refactor fork choice start up (#3360) 2019-08-30 08:58:02 -05:00
BUILD.bazel Add back state metrics (#3369) 2019-09-01 08:37:38 -07:00
doc.go Part 1 of fork choice update - fork choice as a service (#3209) 2019-08-20 12:26:43 -06:00
lmd_ghost_test.yaml Update WORKSPACE With Latest SSZ (#3416) 2019-09-08 12:58:22 -04:00
lmd_ghost_yaml_test.go Refactor fork choice start up (#3360) 2019-08-30 08:58:02 -05:00
log.go Part 1 of fork choice update - fork choice as a service (#3209) 2019-08-20 12:26:43 -06:00
metrics.go Align metrics to interop (#3406) 2019-09-05 08:32:35 -07:00
process_attestation_test.go Cold start for interop (#3437) 2019-09-11 13:38:35 -05:00
process_attestation.go Cold start for interop (#3437) 2019-09-11 13:38:35 -05:00
process_block_test.go Rename / move logic about updating validator indices (#3402) 2019-09-03 13:57:08 -07:00
process_block.go Cold start for interop (#3437) 2019-09-11 13:38:35 -05:00
service_test.go Refactor fork choice start up (#3360) 2019-08-30 08:58:02 -05:00
service.go Cold start for interop (#3437) 2019-09-11 13:38:35 -05:00
tree_test.go Part 1 of fork choice update - fork choice as a service (#3209) 2019-08-20 12:26:43 -06:00