Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade polkadot-sdk to version 1.7.2 (#2700)
* Use polkadot-sdk to version 1.7.2 * fix runtime-benchmarks for pallet-identity * fix identity precompile * fix license check * fix tests * update crowdloan-rewards crate * chore update typescript tests * replace NativeElseWasmExecutor with WasmExecutor to fix runtime overrides not being loaded * set delayed_best_block to true in ParachainBlockImport * initialize block inside tracing method in the runtime api * fix tracing tests * fix rust tests * keep using xcm v3 in some places to avoid having many breaking changes * add xcm v4 tests * update moonkit dependency branch * add new type parameter to pallet async-backing config * fix coverage job * derive new test id's * update Cargo.lock * update mold linker * fix leaked dependencies * use pre-generated chain spec in dev-tests (avoid compiling wasm on every startup) * add HostFunctions to ChainSpec * add common migration MigrateToLatestXcmVersion * add runtime-2900 feature to moonbeam-rpc-primitives-debug * update benchmarks
- Loading branch information