Commit b75e5a6
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
File tree
61 files changed
+9546
-7455
lines changed- .github/workflows
- api-augment
- dist
- interfaces
- types/interfaces
- storagehubclient
- src/interfaces
- client/blockchain-service/src
- node/src
- pallets
- bucket-nfts/src
- file-system/src
- payment-streams/src
- proofs-dealer/src
- provider-randomness/src
- providers/src
- randomness/src
- primitives/session-keys/src
- runtime/src
- configs
- test
- configs
- scripts
- suites
- solo-node/balances
- zombie
- util
- xcm-simulator/src
- storagehub
- configs
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| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
0 commit comments