Conversation
…k-v1.5 # Conflicts: # Cargo.lock
Completely agree, let's just convert them into issues/future items so we don't forget. |
|
/bench astar-dev,shibuya-dev,shiden-dev orml_oracle |
|
/bench astar-dev,shibuya-dev,shiden-dev orml_oracle |
|
Benchmarks job is scheduled at https://github.com/AstarNetwork/Astar/actions/runs/9897807613. |
|
Benchmarks have been finished. |
Dinonard
left a comment
There was a problem hiding this comment.
Please just revert the author/repo changes in the vendor toml file.
| /// OracleMembership wrapper used by benchmarks | ||
| #[cfg(feature = "runtime-benchmarks")] | ||
| pub struct OracleMembershipWrapper; | ||
|
|
||
| #[cfg(feature = "runtime-benchmarks")] | ||
| impl frame_support::traits::SortedMembers<AccountId> for OracleMembershipWrapper { | ||
| fn sorted_members() -> Vec<AccountId> { | ||
| OracleMembership::sorted_members() | ||
| } | ||
|
|
||
| fn add(account: &AccountId) { | ||
| frame_support::assert_ok!(OracleMembership::add_member( | ||
| frame_system::RawOrigin::Root.into(), | ||
| account.to_owned().into() | ||
| )); | ||
| } | ||
| } |
There was a problem hiding this comment.
Could this be extracted into primitives?
| [package] | ||
| name = "evm-tracing-events" | ||
| authors = ["PureStake"] | ||
| authors = { workspace = true } |
There was a problem hiding this comment.
Please just revert the authors & repository changes.
|
/runtime-upgrade-test shibuya |
|
Invalid runtime. It should be 'shibuya', 'shiden', or 'astar'. |
|
Runtime upgrade test is scheduled at https://github.com/AstarNetwork/Astar/actions/runs/9906066347. |
|
/runtime-upgrade-test shiden |
|
/runtime-upgrade-test astar |
|
Runtime upgrade test is scheduled at https://github.com/AstarNetwork/Astar/actions/runs/9906099998. |
|
Runtime upgrade test is scheduled at https://github.com/AstarNetwork/Astar/actions/runs/9906101453. |
Minimum allowed line rate is |
Important Changes
XCM
Multiprefix & new way to build & match junctionspallet_xcmto latest xcm version - [pallet_xcm] Forgotten migration to XCMv4 + addedtry-stateto thepallet_xcmparitytech/polkadot-sdk#3228reserve_transfer_assetsto support remote reserves paritytech/polkadot-sdk#1672Runtime
CheckMetadataHashextension, guide here(still updating the summary..., meanwhile please check the notion page)
TODO
test_async_xcm_contract_call_no_cexcm simulator test, ignored for nowconstruct_runtime!added test to build the default config now)Executivetoframe_system'sSingleBlockMigrationconfig (not on this PR, maybe later)