prysm-pulse/beacon-chain/rpc
Raul Jordan 8f01b76366
Integrate DB Refactor Into Ethereum APIs Beacon Chain Server (#3245)
* deprecate db

* fix build

* begin integrating new db

* gaz

* use more of the new db

* newest implementation uses head state

* remove more deprecated items

* setup validators in state helper

* fix up some tests with the new db

* resolve broken build

* gaz

* begin ensuring tests pass

* optional idx

* list validator balances passing

* default page size passing

* only two failing

* fixed most tests, found edge case

* allow nil return and add proper tests

* pass tests

* fix head block root problem

* working with the new db

* every ethereumapis method now compliant with both dbs

* pass in db into server
2019-08-22 15:28:53 -05:00
..
attester_server_test.go Add flags to support new database, new sync (#3252) 2019-08-21 10:04:00 -06:00
attester_server.go Add flags to support new database, new sync (#3252) 2019-08-21 10:04:00 -06:00
beacon_chain_server_test.go Integrate DB Refactor Into Ethereum APIs Beacon Chain Server (#3245) 2019-08-22 15:28:53 -05:00
beacon_chain_server.go Integrate DB Refactor Into Ethereum APIs Beacon Chain Server (#3245) 2019-08-22 15:28:53 -05:00
beacon_server_test.go Add flags to support new database, new sync (#3252) 2019-08-21 10:04:00 -06:00
beacon_server.go Fix BLS Aggregation Method (#3269) 2019-08-22 11:45:02 +05:30
BUILD.bazel Integrate DB Refactor Into Ethereum APIs Beacon Chain Server (#3245) 2019-08-22 15:28:53 -05:00
node_server_test.go Minor runtime fixes for --next (#3265) 2019-08-21 16:58:38 -04:00
node_server.go Minor runtime fixes for --next (#3265) 2019-08-21 16:58:38 -04:00
proposer_server_test.go Add flags to support new database, new sync (#3252) 2019-08-21 10:04:00 -06:00
proposer_server.go Add flags to support new database, new sync (#3252) 2019-08-21 10:04:00 -06:00
service_test.go Part 4 of update fork choice - mark old functions deprecated (#3215) 2019-08-19 11:34:25 -04:00
service.go Fix BLS Aggregation Method (#3269) 2019-08-22 11:45:02 +05:30
validator_server_test.go Add flags to support new database, new sync (#3252) 2019-08-21 10:04:00 -06:00
validator_server.go Add flags to support new database, new sync (#3252) 2019-08-21 10:04:00 -06:00