prysm-pulse/beacon-chain/db/kv
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
..
attestations_test.go Fix Bolt Fatal Crash (#3320) 2019-08-26 09:00:40 -05:00
attestations.go Integrate DB Refactor Into Ethereum APIs Beacon Chain Server (#3245) 2019-08-22 15:28:53 -05:00
blocks_test.go no cache tests (#3284) 2019-08-23 09:56:48 -05:00
blocks.go Save genesis state in DB (#3359) 2019-08-29 15:32:35 -07:00
BUILD.bazel Refactor fork choice start up (#3360) 2019-08-30 08:58:02 -05:00
checkpoint_test.go DB: finalized and justified checkpoints can't return nil (#3362) 2019-08-30 10:03:55 -07:00
checkpoint.go DB: finalized and justified checkpoints can't return nil (#3362) 2019-08-30 10:03:55 -07:00
deposit_contract_test.go Add Deposit Contract Methods to DB Refactor (#3264) 2019-08-21 16:11:50 -05:00
deposit_contract.go Add Deposit Contract Methods to DB Refactor (#3264) 2019-08-21 16:11:50 -05:00
kv_test.go Create a testing db method that can be used with the new database interface (#3217) 2019-08-15 17:41:51 -04:00
kv.go Cold start for interop (#3437) 2019-09-11 13:38:35 -05:00
operations_test.go Include Voluntary Exits Definitions in DB Refactor (#3266) 2019-08-21 16:32:44 -05:00
operations.go Include Voluntary Exits Definitions in DB Refactor (#3266) 2019-08-21 16:32:44 -05:00
schema.go Refactor fork choice start up (#3360) 2019-08-30 08:58:02 -05:00
slashings_test.go Block Slashings CRUD Methods DB Refactor (#3261) 2019-08-21 15:21:04 -05:00
slashings.go Block Slashings CRUD Methods DB Refactor (#3261) 2019-08-21 15:21:04 -05:00
state_test.go Save genesis state in DB (#3359) 2019-08-29 15:32:35 -07:00
state.go Tracing: Add additional attributes (#3404) 2019-09-03 20:03:09 -07:00
utils.go Fix Bolt Fatal Crash (#3320) 2019-08-26 09:00:40 -05:00
validators_test.go no cache tests (#3284) 2019-08-23 09:56:48 -05:00
validators.go Fixed validator pubkey -> index getter (#3361) 2019-08-30 13:50:21 -07:00