release: Bump Pendulum spec version to 26 - #560
Merged
Conversation
The GitLab pipeline this workflow used to trigger no longer exists (its runners were decommissioned). A referendum's wasm must still be reproducible, so the build moves to GitHub-hosted runners: srtool with the image matching rust-toolchain.toml, the subwasm report recorded, and the compressed wasm plus report attached to the release for a pushed <chain>-release-<spec> tag. A manual run without a tag is a dry run that keeps the artifacts on the workflow run only.
The upgrade adds the token-migration pallet at index 102 and its BaseFilter arm — no existing call index, argument or signed extension changes — so transaction_version stays at 11: signed transactions built against spec 25 remain valid across enactment.
Member
Author
|
Dry run of the srtool workflow: success — https://github.com/pendulum-chain/pendulum/actions/runs/34232584726 Built from
The publish step was skipped as designed (no tag). After merge: push |
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.
Release PR for the Pendulum runtime that ships the token-migration pallet (#559).
What changes
spec_version25 → 26.transaction_versionstays at 11: the upgrade adds a pallet at a new index (102) and aBaseFilterarm — no existing call index, argument or signed extension changes, so transactions signed against spec 25 remain valid across enactment.release.ymlused to trigger no longer exists (runners decommissioned). The workflow now builds the runtime with srtool (image1.81.0, matchingrust-toolchain.toml) on a GitHub-hosted runner, records the srtool/subwasm report, and attaches the compressed wasm plus the report to the GitHub release for a pushed<chain>-release-<spec>tag. A manual run without a tag is a dry run that keeps the artifacts on the workflow run only.Validation already done (local build of this exact tree, spec 26)
MigrationInitiatedfield order intact; real locked balances refused; treasury account present; nonces monotonic.:codeunder a running four-attestor fleet; every attestor decoded post-upgrade blocks without a restart and rode a node restart.pendulum_runtime.compact.compressed.wasm, 2,206,797 bytes, sha2568e82e2e8f0e17eb2174aa114cef2b999e52b905bb6e87b51a0aae8e72100c782.Decisions recorded in
docs/pen-migration-internal-review.md: minimum migration amount stays 100 PEN, pause origin unchanged, noBaseFiltermint block, dev-machine benchmark weights accepted as production weights.After merge
pendulum-release-26and push the tag — the workflow builds and publishes the release automatically.