Skip to content

Commit b75e5a6

Browse files
deps: upgrade polkadot 2412 (#404)
* rename `state_version` to `system_version` for xcm-simulator * replace 'sp_runtime::RuntimeString' with 'alloc::string::String' (see paritytech/polkadot-sdk#5693) * missed a place to rename state_version to system_version * update dry_run_call to include xcm result version (see paritytech/polkadot-sdk#7438) * introduce SelectCore into the runtime for the parachain system pallet (see paritytech/polkadot-sdk#8153) * introduce DoneSlashHandler in the runtime for the balances pallet and set it empty because we are not using it (see paritytech/polkadot-sdk#5623) * introduce WeightInfo type for transaction pallets which is part of the biggest change regarding the TransactionExtension (see paritytech/polkadot-sdk#3685) * fix conversion from String to str * replicate the changes in xcm-simulator * DispatchInfo is now DispatchEventInfo in the client (see paritytech/polkadot-sdk#3685) * sc_offchain::Offchainworker::new() now return Result fix (see paritytech/polkadot-sdk#5919) * Update TransactionPool build to work with the new pool struct (see paritytech/polkadot-sdk#4639) * fix instant sealing command * enable runtime upgrade in dev mode (see paritytech/polkadot-sdk#6885) * check for default backend network when starting node * fix unresolved import in benchmarking * fix format error in benchmarking * fix mock pallets * fixing xcm simulator * forgot to save file before commit * fix xcm test * upgrade @PolkaDot to 15.10.2; fix typegen; * update utils polkadot deps * attempting to fix zombienet * use a more recent polkadot binary * install stable2412 binary in CI too * fix fee in reaping account test * typegen * fix last test * remove console.log; use rpc_port config everywhere * spec version updated in test --------- Co-authored-by: Facundo Farall <[email protected]>
1 parent dae80a8 commit b75e5a6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+9546
-7455
lines changed

.github/workflows/parachain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
chmod -R 777 docker/dev-keystores
237237
cd test
238238
pnpm install
239-
pnpm tsx scripts/downloadPolkadot.ts 1.8.0
239+
pnpm tsx scripts/downloadPolkadot.ts stable2412
240240
- name: Run Zombienet Test!
241241
run: |
242242
cd test

0 commit comments

Comments
 (0)