mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 06:14:38 +00:00
Merge branch 'unstable' into validator-manager
This commit is contained in:
@@ -141,7 +141,7 @@ curl -X POST "http://localhost:5052/lighthouse/ui/validator_metrics" -d '{"indic
|
||||
"attestation_head_hit_percentage": 100,
|
||||
"attestation_target_hits": 5,
|
||||
"attestation_target_misses": 5,
|
||||
"attestation_target_hit_percentage": 50
|
||||
"attestation_target_hit_percentage": 50
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,10 +26,16 @@ validator client or the slasher**.
|
||||
| v3.1.0 | Sep 2022 | v12 | yes |
|
||||
| v3.2.0 | Oct 2022 | v12 | yes |
|
||||
| v3.3.0 | Nov 2022 | v13 | yes |
|
||||
| v3.4.0 | Jan 2023 | v13 | yes |
|
||||
| v3.5.0 | Feb 2023 | v15 | yes before Capella |
|
||||
|
||||
> **Note**: All point releases (e.g. v2.3.1) are schema-compatible with the prior minor release
|
||||
> (e.g. v2.3.0).
|
||||
|
||||
> **Note**: Support for old schemas is gradually removed from newer versions of Lighthouse. We
|
||||
usually do this after a major version has been out for a while and everyone has upgraded. In this
|
||||
case the above table will continue to record the deprecated schema changes for reference.
|
||||
|
||||
## How to apply a database downgrade
|
||||
|
||||
To apply a downgrade you need to use the `lighthouse db migrate` command with the correct parameters.
|
||||
|
||||
Reference in New Issue
Block a user