lighthouse/beacon_node/beacon_chain/tests
Michael Sproul 22aedda1be
Add database schema versioning (#1688)
## Issue Addressed

Closes #673

## Proposed Changes

Store a schema version in the database so that future releases can check they're running against a compatible database version. This would also enable automatic migration on breaking database changes, but that's left as future work.

The database config is also stored in the database so that the `slots_per_restore_point` value can be checked for consistency, which closes #673
2020-10-01 11:12:36 +10:00
..
attestation_production.rs Alternative (to BeaconChainHarness) BeaconChain testing API (#1380) 2020-08-26 09:24:55 +00:00
attestation_verification.rs Implement standard eth2.0 API (#1569) 2020-10-01 11:12:36 +10:00
block_verification.rs Alternative (to BeaconChainHarness) BeaconChain testing API (#1380) 2020-08-26 09:24:55 +00:00
op_verification.rs Alternative (to BeaconChainHarness) BeaconChain testing API (#1380) 2020-08-26 09:24:55 +00:00
persistence_tests.rs Apply hotfix for inconsistent head (#1639) 2020-09-22 02:06:10 +00:00
store_tests.rs Implement standard eth2.0 API (#1569) 2020-10-01 11:12:36 +10:00
tests.rs Add database schema versioning (#1688) 2020-10-01 11:12:36 +10:00