app/upgrades: add v1.11.1 audit min_disk_free_percent floor#106
app/upgrades: add v1.11.1 audit min_disk_free_percent floor#106mateeullahmalik merged 2 commits intomasterfrom
Conversation
Reviewed commits dc05815..3208581 which add the v1.11.1 upgrade handler with conditional audit store support for direct v1.10.1->v1.11.1 upgrades. The Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
6c82c1e to
3208581
Compare
Summary
v1.11.1audit.params.min_disk_free_percent >= 15at upgrade executionv1.11.1into the central upgrade registry and upgrade testsContext
Mainnet needs a deterministic, upgrade-time safety floor for audit host disk-free enforcement, without mutating historical
v1.11.0semantics.Safety / Correctness
RunMigrationsfirst, then applies bounded param updateAuditKeeperwiring is missingFiles Changed
app/upgrades/upgrades.goapp/upgrades/upgrades_test.goapp/upgrades/v1_11_1/upgrade.go(new)app/upgrades/v1_11_1/upgrade_test.go(new)Tests
Executed:
go test ./app/upgrades/... ./x/audit/v1/keeper/...All passed.