chore: update contract migrations after 3.14 release - #4081
Conversation
Pull request overviewRoutine post-release migration cleanup: the Changes:
Reviewed changesPer-file summary
Verified locally: shadow field list and order match FindingsBlocking (must fix before merge):
Non-blocking (nits, follow-ups, suggestions):
|
…on-cleanup-after-3140-release
#4081 replaced `v3_13_0_state.rs` with `v3_14_0_state.rs` after the 3.14.0 release, so the grants-map initialisation moves to the new shadow state: state deployed at 3.14.0 still needs the empty map. Also, per review: `DEFAULT_ATTESTATION_STORAGE_FEE_MILLINEAR` was sitting inside the "Gas Defaults (in TeraGas)" block, which it is not — moved below it and cut to one line. `AttestationGrantsV1` loses the suffix, matching the last several keys added (the file's own note says renaming is safe).
(cherry picked from commit 38d9984)
(cherry picked from commit 38d9984)
(cherry picked from commit 38d9984)
(cherry picked from commit 38d9984)
(cherry picked from commit 38d9984)
Closes #4080