-
Notifications
You must be signed in to change notification settings - Fork 335
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
Update moonbeam to polkadot stable2407 #2932
Conversation
* add simple wasm size check * only run on pull requests * add Github token to env * fix download dir name * try comparing previous and current runtimes * change master branch with dynamic target branch ref * add comparison to latest release * test with older release * download from release instead of workflow artifact * debug release tag not saved to env * debug some more * use gh cli to get releases instead of git tag * use gh api instead of releases * remove get build id & fix awk parsing * build runtimes with _, releases with - * add comment to PR and format msg * use markdown report & replace comment * cat report & fix comment formatting * add twiggy diff reports as artifacts * use upload v4 & create reports dir * rm: deprecated ::set-output cmd
* add: storage read cost constant * update test-pov * update xcm-v3 tests * update xcm-v4 tests * add storage read gas cost to constants * update test-precompile * load constant in beforeAll * replace gas cost with weight to gas ratio
…use (#2913) * chore: rename crate manual-xcm-rpc -> moonbeam-dev-rpc * add RPC method test_skipRelayBlocks * allow Root to resume XCM execution * update moonkit pin * add dev-test that trigger auto-pause of xcm * prettier * dev test auto-pause xcm: remove unused imports & improve test scenario * add pallet-emergency-para-xcm to moonriver * add pallet-emergency-para-xcm to moonbeam * apply review suggestions
* set the block size to 60mln gas for moonbeam * update mbip-5 value in test
* add pallet parameters * XcmFeesAccount * add copyrights * add FeesTreasuryProportion --------- Co-authored-by: Rodrigo Quelhas <[email protected]>
…ential relay slots
WASM runtime size check:Compared to target branchMoonbase runtime: 2204 KB (no changes) ✅ Moonbeam runtime: 2164 KB (no changes) ✅ Moonriver runtime: 2156 KB (no changes) ✅ Compared to latest release (runtime-3200)Moonbase runtime: 2204 KB (+244 KB compared to latest release) Moonbeam runtime: 2164 KB (+240 KB compared to latest release) Moonriver runtime: 2156 KB (+232 KB compared to latest release) |
This reverts commit 4382107.
* Add XcmRecorder to XcmConfig * Add VersionWrapper to hrmp::COnfig * Remove code from deprecated pallet treasury * Remove code from deprecated DmpQueue * Remove code from deprecated XCMV2
test/suites/dev/moonbase/test-precompile/test-precompile-collective.ts
Outdated
Show resolved
Hide resolved
It only fails in the first block collation attempts with: ❗️ Inherent extrinsic returned unexpected error: Error at calling runtime api: Execution failed: Execution aborted due to panic: panicked at /home/builder/cargo/git/checkouts/moonkit-d7d2e5bc44c7ff78/509c4f4/pallets/async-backing/src/consensus_hook.rs:79:17:
slot moved backwards The issue was related to the changes in |
What does it do?
Updates Moonbeam to Polkadot SDK stable2407.
Starting from this version, the naming of versioning and the release process change as described here: RELEASE.md.
What important points reviewers should know?
Changes that affected us:
xcm-fee-payment-runtime-api
intoxcm-runtime-ap
i ([xcm] runtime api for LocationToAccount conversions paritytech/polkadot-sdk#4857)ApproveOrigin
,OnSlash
,ProposalBond
,ProposalBondMinimum
fields from Treasury pallet's config (more here).cumulus_pallet_dmp_queue
(more here and here)Full list of changes here.
Are there relevant PRs or issues in other repositories (Substrate, Polkadot, Frontier, Cumulus)?
See dependency pins:
Evm
: https://github.com/moonbeam-foundation/evm/tree/moonbeam-polkadot-stable2407Frontier
: https://github.com/moonbeam-foundation/polkadot-sdk/tree/moonbeam-polkadot-stable2407Polkadot SDK
: https://github.com/moonbeam-foundation/frontier/tree/moonbeam-polkadot-stable2407Crowdloan rewards
: https://github.com/moonbeam-foundation/crowdloan-rewards/tree/moonbeam-polkadot-stable2407Moonkit
: https://github.com/Moonsong-Labs/moonkit/tree/moonbeam-polkadot-stable2407