prysm-pulse/beacon-chain/db
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
..
filters add better godocs (#3250) 2019-08-20 18:01:55 -04:00
kv Integrate DB Refactor Into Ethereum APIs Beacon Chain Server (#3245) 2019-08-22 15:28:53 -05:00
testing Create a testing db method that can be used with the new database interface (#3217) 2019-08-15 17:41:51 -04:00
attestation_test.go Add flags to support new database, new sync (#3252) 2019-08-21 10:04:00 -06:00
attestation.go Add flags to support new database, new sync (#3252) 2019-08-21 10:04:00 -06:00
block_operations_test.go Remove unused proto schemas (#3005) 2019-07-22 10:03:57 -04:00
block_operations.go Include Voluntary Exits Definitions in DB Refactor (#3266) 2019-08-21 16:32:44 -05:00
block_test.go Add flags to support new database, new sync (#3252) 2019-08-21 10:04:00 -06:00
block.go Add flags to support new database, new sync (#3252) 2019-08-21 10:04:00 -06:00
BUILD.bazel Add flags to support new database, new sync (#3252) 2019-08-21 10:04:00 -06:00
db_test.go Add flags to support new database, new sync (#3252) 2019-08-21 10:04:00 -06:00
db.go Basic Block/LatestVote Caching in DB Refactor (#3249) 2019-08-22 10:04:13 -05:00
deposit_contract_test.go Implement Node gRPC Server (#3049) 2019-07-22 21:19:55 -05:00
deposit_contract.go Add Deposit Contract Methods to DB Refactor (#3264) 2019-08-21 16:11:50 -05:00
schema.go Refactor DB Package to Enable Multiple Blocks/States at Slots (#2540) 2019-05-09 10:42:12 -05:00
setup_db.go Add flags to support new database, new sync (#3252) 2019-08-21 10:04:00 -06:00
state_metrics.go Remove metrics with high cardinality (#3121) 2019-08-01 12:23:52 -04:00
state_test.go Add flags to support new database, new sync (#3252) 2019-08-21 10:04:00 -06:00
state.go Add flags to support new database, new sync (#3252) 2019-08-21 10:04:00 -06:00
validator_test.go Add flags to support new database, new sync (#3252) 2019-08-21 10:04:00 -06:00
validator.go Basic Block/LatestVote Caching in DB Refactor (#3249) 2019-08-22 10:04:13 -05:00