-
Notifications
You must be signed in to change notification settings - Fork 501
chore: Update to PolkadotSDK release stable2506
#1572
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
base: master
Are you sure you want to change the base?
Conversation
# Conflicts: # pallets/xc-asset-config/src/types.rs # runtime/astar/src/genesis_config.rs # runtime/astar/src/xcm_config.rs # runtime/shibuya/src/xcm_config.rs # runtime/shiden/src/xcm_config.rs # tests/xcm-simulator/src/tests/fungible_assets.rs
|
/bench astar-dev,shibuya-dev,shiden-dev all |
|
Benchmarks job is scheduled at https://github.com/AstarNetwork/Astar/actions/runs/20380142778. |
|
Benchmark job failed. |
|
/bench astar,shibuya,shiden all |
|
Benchmarks job is scheduled at https://github.com/AstarNetwork/Astar/actions/runs/20380920439. |
|
Benchmarks have been finished. |
Dinonard
left a comment
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 overall, just some minor comments.
The biggest change to me seems to be the Litep2p since it swaps out the entire network backend. We should test this with devops.
This reverts commit 830ed5c.
|
/bench astar,shibuya,shiden all |
|
Benchmarks job is scheduled at https://github.com/AstarNetwork/Astar/actions/runs/20446912973. |
|
Benchmarks have been finished. |
|
/bench astar,shibuya,shiden all |
|
Benchmarks job is scheduled at https://github.com/AstarNetwork/Astar/actions/runs/20462258777. |
|
Benchmarks have been finished. |
|
/runtime-upgrade-test astar |
|
/runtime-upgrade-test shibuya |
|
/runtime-upgrade-test shiden |
|
Runtime upgrade test is scheduled at https://github.com/AstarNetwork/Astar/actions/runs/20468832194. |
|
Runtime upgrade test is scheduled at https://github.com/AstarNetwork/Astar/actions/runs/20468828834. |
|
Runtime upgrade test is scheduled at https://github.com/AstarNetwork/Astar/actions/runs/20468830585. |
|
Runtime upgrade test finished: yarn run v1.22.22 RUN v2.1.9 /home/runner/work/Astar/Astar/tests/e2e ✓ tests/runtime-upgrade.test.ts (1 test) 97361ms Test Files 1 passed (1) Done in 104.83s. |
Minimum allowed line rate is |
Pull Request Summary
Uplifts dependencies from
polkadot-stable2412topolkadot-stable2506-6(includingpolkadot-stable2503and all its 11 backports).Client
cumulus_client_service::build_networkreturn signature (remove start_network handle and call) - Remove network starter that is no longer needed paritytech/polkadot-sdk#6400BuildNetworkParamsexpects an explicit metrcis configuration - Enable statement store in polkadot-omni-node and polkadot-parachain paritytech/polkadot-sdk#8076RelayChainVerifier-polkadot-omni-node: pass timestamp inherent data for block import paritytech/polkadot-sdk#9102Configuration.network.network_backendis not an Option anymore and returns Litep2p as default. - client/net: Use litep2p as the default network backend paritytech/polkadot-sdk#8461fatxpool: fork aware transaction pool is now default. The old implementation can be still used with--pool-type=single-statecommand line argument. -fatxpool: fork aware transaction pool is now default paritytech/polkadot-sdk#8838Runtime
BlockNumberProviderconfig type on multiple pallets (pallet_scheduler, pallet_multisig, pallet_proxy, pallet_treasury) - AddsBlockNumberProviderin multisig, proxy and nft pallets paritytech/polkadot-sdk#5723, Update Scheduler to have a configurable block provider #7434 paritytech/polkadot-sdk#7441, Removes constraint inBlockNumberProviderfrom treasury paritytech/polkadot-sdk#6522Holderconfig type on pallet_assets - Not used - [Assets] Implementpallet-assets-holderparitytech/polkadot-sdk#4530XcmEventEmitterconfig type on xcm_executor - Not used - Add EventEmitter to XCM Executor paritytech/polkadot-sdk#7234AuthorizedAliasConsiderationconfig type on pallet_xcm - Not used - pallet-xcm: add support to authorize aliases paritytech/polkadot-sdk#6336DecodeWithMemTrackingforRuntimeCallparitytech/polkadot-sdk#7634, DeriveDecodeWithMemTrackingfor bridge and xcm pallets paritytech/polkadot-sdk#7620, implementDecodeWithMemTrackingfor frame pallets paritytech/polkadot-sdk#7598, DeriveDecodeWithMemTrackingfor cumulus pallets and forpolkadot-sdkruntimes paritytech/polkadot-sdk#7627, DeriveDecodeWithMemTrackingforBlockparitytech/polkadot-sdk#7655RuntimeEventAssociated Type Deprecation - [FRAME] Simplify pallet config definition: removeRuntimeEventassociated type paritytech/polkadot-sdk#7229Frontier
CreateOriginFilter&CreateInnerOriginFilterconfig types added to pallet_evm to allow contract deployer whitleistingba6edcc591d4c81e883972b9eee770b479183219
moonbeam-foundation/frontier@ba6edcc
Check list
- [ ] Support EIP-7702 and add tests - Add support for EIP-7702 moonbeam-foundation/moonbeam#3358