-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix! not loading in contracts with custom WasmVM after upgrade #961
Conversation
since juno190g5j8aszqhvtg7cprmev8xcxs6csra7xnk3n3 is not a vesting account anymore maybe we can just send balance witha a standard transaction instead of messing more with it |
@dimiandre I'm fine with that. Didn't know if Core-1 could get the votes. The first commit in this PR is from the release/v19 branch. So I can't remove that (v19.1.0) but will get the handler out if desired for v20 |
lets do the halt and patch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
* fix!: load from the proper data dir * v20 plain upgrade * lintor * execute contract's before and after an upgrade * remove v20 storekey addition * CreateV20UpgradeHandler * remove v20 * fix upgrade test (v18 -> v19)
…#968) * fix!: load from the proper data dir * v20 plain upgrade * lintor * execute contract's before and after an upgrade * remove v20 storekey addition * CreateV20UpgradeHandler * remove v20 * fix upgrade test (v18 -> v19) Co-authored-by: Reece Williams <[email protected]>
* fix! not loading in contracts with custom WasmVM after upgrade (#961) * fix!: load from the proper data dir * v20 plain upgrade * lintor * execute contract's before and after an upgrade * remove v20 storekey addition * CreateV20UpgradeHandler * remove v20 * fix upgrade test (v18 -> v19) * Create v21 Namespace & Upgrade Handler * bump: golang-ci-lint-action (#974) * Bump golangci/golangci-lint-action from 3 to 4 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3...v4) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * update lint action * do the easy stuff first.... --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * run upgrade test against v20 & remove wasm from store upgrades --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Reece Williams <[email protected]> Co-authored-by: Jacob Gadikian <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrea Di Michele <[email protected]>
ref PR #960 for further information and debugging scripts
Will need to backport to main