-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to Polkadot SDK stable2409 (#759)
* chore: update dependencies version to polkadot SDK stable2409 * fix: added dummy weight for missing pallet_assets transfer_all extrinsic * fix: fixed OnUnbalalnced runtime definition for flashbox and dancebox * fix: simple container chain builds correctly * fix: correct node configuration for dancebox and flashbox after polkadot sdk version upgrade * fix: correct runtime configuration for starlight after polkadot sdk version upgrade * fix: replace pallet_assets transfer_all dummy weight with todo macro * fix: correct node configuration for starlight after polkadot sdk version upgrade * fix: correct pallet-evm and pallet-ethereum configs for frontier container chain template * fix: correct frontier node config after updating dependencies to Polkadot SDK version stable2409 * fix: fixed tests configuration after upgrading dependecies * fix: updated impl_on_charge_evm_transaction to use EVMFungibleAdapter for frontier template * fix: updated BUY_EXECUTION_REFUND_ON_FAILURE and BUY_EXECUTION_REFUND values for dancebox tests after updating dependencies * fix: added missing pallet-beefy-mmr/runtime-benchmarks to runtime/common and dancelight * fix: added missing BenchmarkHelper type configuration for pallet_mmr * chore: removed unused imports * fix: replaced config.role.clone with config.role in dancelight's node dev_service config * fix: added dummy weights from new extrinsics that have not been benchmarked yet * remove chainspec rpc * fix: remove unused dev_service config variables * fix: fixed typescript api generation error * more fixes to compile! * chore: updated augment-api files * fix: update XcmInterface contract and pallet-xcm tests to match the updated format of Moonkit's pallet-xcm precompile * chore: removed unused imports * Fix container log prefix Co-authored-by: Tomasz Polaczyk <[email protected]> --------- Co-authored-by: Aleksandar Brayanov <[email protected]> Co-authored-by: girazoki <[email protected]> Co-authored-by: Tomasz Polaczyk <[email protected]>
- Loading branch information
1 parent
be79416
commit b7cb12f
Showing
66 changed files
with
2,330 additions
and
2,293 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.