prysm-pulse/beacon-chain/db
Nishant Das 16b04699d0 Allow Initial Sync to Work with Simulator (#669)
* polling interval

* adding proto message

* changing proto messages

* changing naming

* adding slot functionality

* initial sync working

* new changes

* more sync fixes

* its working now

* finally working

* add tests

* fix tests

* tests

* adding tests

* lint

* log checks

* making changes to simulator

* update logs

* fix tests

* get sync to work with crystallized state

* fixing race

* making requested changes

* unexport

* documentation

* gazelle and fix merge conflicts

* adding repeated requests

* fix lint

* adding new clock , db methods, and util func

* revert change to test

* gazelle

* add in test

* gazelle

* finally working

* save slot

* fix lint and constant
2018-11-21 10:00:36 -08:00
..
attestation_test.go Replace LevelDB with Bolt (#666) 2018-10-17 01:11:24 -05:00
attestation.go Disable Codecov Patch As It Is Unreliable (#713) 2018-10-30 17:00:20 +01:00
block_test.go Standartize params for BeaconChain and Validator projects (#796) 2018-11-19 00:39:35 +08:00
block_vote_cache_test.go Move BlockVoteCache out of ActiveState (#739) 2018-11-11 08:54:17 -08:00
block_vote_cache.go Move BlockVoteCache out of ActiveState (#739) 2018-11-11 08:54:17 -08:00
block.go fixed error strings (#708) 2018-10-31 23:05:55 +01:00
BUILD.bazel Allow Initial Sync to Work with Simulator (#669) 2018-11-21 10:00:36 -08:00
db_test.go Allow Sync Service to Query State Of Network (#787) 2018-11-19 09:59:11 +08:00
db.go Allow Initial Sync to Work with Simulator (#669) 2018-11-21 10:00:36 -08:00
schema.go Allow Initial Sync to Work with Simulator (#669) 2018-11-21 10:00:36 -08:00
simulator_test.go Allow Initial Sync to Work with Simulator (#669) 2018-11-21 10:00:36 -08:00
simulator.go Allow Initial Sync to Work with Simulator (#669) 2018-11-21 10:00:36 -08:00
state_test.go Move BlockVoteCache out of ActiveState (#739) 2018-11-11 08:54:17 -08:00
state.go Allow Initial Sync to Work with Simulator (#669) 2018-11-21 10:00:36 -08:00