prysm-pulse/beacon-chain/cache
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
..
depositcache Cold start for interop (#3437) 2019-09-11 13:38:35 -05:00
active_balance_test.go Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
active_balance.go stub insertions when flag off (#3131) 2019-08-03 16:28:04 -04:00
active_count_test.go Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
active_count.go Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
active_indices_test.go Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
active_indices.go Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
attestation_data_test.go Remove unused proto schemas (#3005) 2019-07-22 10:03:57 -04:00
attestation_data.go stub insertions when flag off (#3131) 2019-08-03 16:28:04 -04:00
benchmarks_test.go Benchmark active indices (#3153) 2019-08-26 11:30:28 -05:00
block_test.go Disable caches, allow toggle via feature flag (#3107) 2019-07-29 20:38:05 -07:00
block.go stub insertions when flag off (#3131) 2019-08-03 16:28:04 -04:00
BUILD.bazel Return cloned state (#3351) 2019-08-29 09:36:43 -05:00
checkpoint_state_test.go Add checkpoint to state caching (#3333) 2019-08-27 15:01:27 -07:00
checkpoint_state.go Return cloned state (#3351) 2019-08-29 09:36:43 -05:00
common.go Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
eth1_data_test.go Fix Key in Eth1Data Cache (#3074) 2019-07-25 11:26:19 -07:00
eth1_data.go stub insertions when flag off (#3131) 2019-08-03 16:28:04 -04:00
feature_flag_test.go Disable caches, allow toggle via feature flag (#3107) 2019-07-29 20:38:05 -07:00
seed_test.go Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
seed.go stub insertions when flag off (#3131) 2019-08-03 16:28:04 -04:00
shuffled_indices_test.go Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
shuffled_indices.go Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
start_shard_test.go Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
start_shard.go stub insertions when flag off (#3131) 2019-08-03 16:28:04 -04:00
total_balance_test.go Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
total_balance.go stub insertions when flag off (#3131) 2019-08-03 16:28:04 -04:00