-
Notifications
You must be signed in to change notification settings - Fork 374
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
polkadot-sdk v1.11.0 uplift #1314
Conversation
/bench astar-dev,shibuya-dev,shiden-dev all |
/runtime-upgrade-test astar,shiden,shibuya |
Invalid runtime. It should be 'shibuya', 'shiden', or 'astar'. |
/runtime-upgrade-test shibuya |
/runtime-upgrade-test astar |
/runtime-upgrade-test shiden |
/bench astar-dev,shibuya-dev,shiden-dev all |
@Dinonard This comes from |
Benchmarks job is scheduled at https://github.com/AstarNetwork/Astar/actions/runs/10299699208. |
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.
LGTM! ✨
Benchmarks have been finished. |
Sorry but how to reproduce this again?
|
/bench shibuya-dev,shiden-dev all |
@Dinonard Sorry I forgot to mention the command, I used:
You may include |
@ipapandinas you meant the error in the log, now I see it. |
Benchmarks job is scheduled at https://github.com/AstarNetwork/Astar/actions/runs/10302935572. |
Benchmarks have been finished. |
Minimum allowed line rate is |
/bench shibuya-dev all |
Benchmarks job is scheduled at https://github.com/AstarNetwork/Astar/actions/runs/10309118965. |
Benchmarks have been finished. |
Summary
Uplifts dependencies from
polkadot-sdk-v1.9.0
topolkadot-v1.11.0
.Impact For Users
Deprecation of
pallet-xcm
callsThe following calls from
pallet-xcm
have been deprecated:reserve_transfer_assets
- uselimited_reserve_transfer_assets
instead, withWeightLimit::Unlimited
to keep the same behavior as beforesend
- usesend_blob
insteadexecute
- useexecute_blob
insteadRuntime API Update
XCM
Ability to check XCM payment fees, weight, fee amount.
Click here to check the API trait.
EVM Tracing
Alongside
trace_call
andtrace_block
, it is now also possible to trace acall
directly, without the need for the transaction context.