prysm-pulse/beacon-chain/core/helpers
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
..
spectest Update to spec v0.8.3 (#3355) 2019-09-08 12:41:52 -07:00
attestation_test.go Remove deprecated services and --next (#3371) 2019-09-05 11:04:06 -05:00
attestation.go Wrap errors (#3123) 2019-08-01 19:27:38 -07:00
block_test.go Replaced block and state roots construction to SlotsPerHistoricalRoot (#3160) 2019-08-08 13:12:35 -05:00
block.go Update to spec v0.8.3 (#3355) 2019-09-08 12:41:52 -07:00
BUILD.bazel Clean up post --next (#3411) 2019-09-06 22:39:14 -04:00
cache.go Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
committee_test.go Update to spec v0.8.3 (#3355) 2019-09-08 12:41:52 -07:00
committee.go Cold start for interop (#3437) 2019-09-11 13:38:35 -05:00
randao_test.go Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
randao.go Wrap errors (#3123) 2019-08-01 19:27:38 -07:00
rewards_penalties_test.go Disable caches, allow toggle via feature flag (#3107) 2019-07-29 20:38:05 -07:00
rewards_penalties.go Wrap errors (#3123) 2019-08-01 19:27:38 -07:00
shuffle_test.go Standardize Flags at Top Level and Remove Deprecated Utils (#3046) 2019-07-23 08:58:20 -05:00
shuffle.go Standardize Flags at Top Level and Remove Deprecated Utils (#3046) 2019-07-23 08:58:20 -05:00
slot_epoch_test.go Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
slot_epoch.go Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
validators_test.go Remove unused proto schemas (#3005) 2019-07-22 10:03:57 -04:00
validators.go Wrap errors (#3123) 2019-08-01 19:27:38 -07:00