mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 06:14:38 +00:00
Remove support for database migrations prior to schema version v22 (#7332)
Remove deprecated database migrations prior to v22 along with v22 migration specific code.
This commit is contained in:
@@ -17,6 +17,7 @@ validator client or the slasher**.
|
||||
|
||||
| Lighthouse version | Release date | Schema version | Downgrade available? |
|
||||
|--------------------|--------------|----------------|----------------------|
|
||||
| v7.1.0 | TBD 2025 | v23 | yes |
|
||||
| v7.0.0 | Apr 2025 | v22 | no |
|
||||
| v6.0.0 | Nov 2024 | v22 | no |
|
||||
|
||||
@@ -206,6 +207,7 @@ Here are the steps to prune historic states:
|
||||
|
||||
| Lighthouse version | Release date | Schema version | Downgrade available? |
|
||||
|--------------------|--------------|----------------|-------------------------------------|
|
||||
| v7.1.0 | TBD 2025 | v23 | yes |
|
||||
| v7.0.0 | Apr 2025 | v22 | no |
|
||||
| v6.0.0 | Nov 2024 | v22 | no |
|
||||
| v5.3.0 | Aug 2024 | v21 | yes before Electra using <= v7.0.0 |
|
||||
|
||||
Reference in New Issue
Block a user