mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 18:32:42 +00:00
Backfill blob storage fix (#5119)
* store blobs in the correct db in backfill * add database migration * add migration file * remove log info suggesting deneb isn't schedule * add batching in blob migration
This commit is contained in:
@@ -16,7 +16,8 @@ validator client or the slasher**.
|
||||
|
||||
| Lighthouse version | Release date | Schema version | Downgrade available? |
|
||||
|--------------------|--------------|----------------|----------------------|
|
||||
| v4.6.0 | Dec 2023 | v18 | yes before Deneb |
|
||||
| v4.6.0 | Dec 2023 | v19 | yes before Deneb |
|
||||
| v4.6.0-rc.0 | Dec 2023 | v18 | yes before Deneb |
|
||||
| v4.5.0 | Sep 2023 | v17 | yes |
|
||||
| v4.4.0 | Aug 2023 | v17 | yes |
|
||||
| v4.3.0 | Jul 2023 | v17 | yes |
|
||||
@@ -192,7 +193,8 @@ Here are the steps to prune historic states:
|
||||
|
||||
| Lighthouse version | Release date | Schema version | Downgrade available? |
|
||||
|--------------------|--------------|----------------|-------------------------------------|
|
||||
| v4.6.0 | Dec 2023 | v18 | yes before Deneb |
|
||||
| v4.6.0 | Dec 2023 | v19 | yes before Deneb |
|
||||
| v4.6.0-rc.0 | Dec 2023 | v18 | yes before Deneb |
|
||||
| v4.5.0 | Sep 2023 | v17 | yes |
|
||||
| v4.4.0 | Aug 2023 | v17 | yes |
|
||||
| v4.3.0 | Jul 2023 | v17 | yes |
|
||||
|
||||
Reference in New Issue
Block a user