Feat: Automate mainnet preflight checks in verify-deployment.sh#239
Open
Lansa-18 wants to merge 4 commits into
Open
Feat: Automate mainnet preflight checks in verify-deployment.sh#239Lansa-18 wants to merge 4 commits into
Lansa-18 wants to merge 4 commits into
Conversation
…mvp-features flag
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #231
Feat: Mainnet Preflight Assertions in Deployment Script (#231)
Summary
Extends
scripts/verify-deployment.shwith automated mainnet preflight assertions and back-linksdocs/MAINNET_CHECKLIST.mdto the script with copy-paste commands.New Checks in
verify-deployment.shNETWORKenv var for named networks (--network mainnet) in addition to the existing custom RPC pathget_owner()matchesOWNER_ADDRESSCRITICALon failure)EXPECTED_*var is unset to prevent silent skipsBLEND_POOL_ADDRESSis setdocs/MAINNET_CHECKLIST.mdAdded
> Automated checkcallout blocks in:Each block includes full copy-paste commands.
Pre-existing Failures Fixed
Uncovered while running local checks — none introduced by this PR:
get_user_infoprincipal fieldVaultErrornumeric codescargo denygapsChecklist
CHANGELOG.mdupdated for any contract version or on-chain behavior changesVersionstorage value (no contract version change — script and docs only, plus test/config fixes)MAINNET_CHECKLIST.md; all 339 tests pass)