lighthouse/beacon_node/network
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
..
src Add database schema versioning (#1688) 2020-10-01 11:12:36 +10:00
Cargo.toml Implement standard eth2.0 API (#1569) 2020-10-01 11:12:36 +10:00