lighthouse/slasher/src
Michael Sproul 43ac3f7209 Fix slasher database schema migration to v2 (#2125)
## Issue Addressed

Closes #2119

## Proposed Changes

Update the slasher schema version to v2 for the breaking changes to the config introduced in #2079. Implement a migration from v1 to v2 so that users can seamlessly upgrade from any version of Lighthouse <=1.0.5.

Users who deleted their database for v1.0.5 can upgrade to a release including this patch without any manual intervention. Similarly, any users still on v1.0.4 or earlier can now upgrade without having to drop their database.
2020-12-28 05:09:19 +00:00
..
array.rs update dependencies (#2032) 2020-12-07 08:20:33 +00:00
attestation_queue.rs Implement slasher (#1567) 2020-11-23 03:43:22 +00:00
attester_record.rs Implement slasher (#1567) 2020-11-23 03:43:22 +00:00
batch_stats.rs Add slasher broadcast (#2079) 2020-12-16 03:44:01 +00:00
block_queue.rs Implement slasher (#1567) 2020-11-23 03:43:22 +00:00
config.rs Add slasher broadcast (#2079) 2020-12-16 03:44:01 +00:00
database.rs Fix slasher database schema migration to v2 (#2125) 2020-12-28 05:09:19 +00:00
error.rs Fix slasher database schema migration to v2 (#2125) 2020-12-28 05:09:19 +00:00
lib.rs Fix slasher database schema migration to v2 (#2125) 2020-12-28 05:09:19 +00:00
metrics.rs Implement slasher (#1567) 2020-11-23 03:43:22 +00:00
migrate.rs Fix slasher database schema migration to v2 (#2125) 2020-12-28 05:09:19 +00:00
slasher.rs Add slasher broadcast (#2079) 2020-12-16 03:44:01 +00:00
test_utils.rs Implement slasher (#1567) 2020-11-23 03:43:22 +00:00
utils.rs Tweak slasher DB schema and pruning (#1948) 2020-11-23 21:33:51 +00:00