Commit 1cc1166
Crust Update Bot
Auto updated substrate references
1 parent d5557c6 commit 1cc1166
1 file changed
+1
-1
lines changedSubmodule polkadot-sdk updated 63 files
- .github/workflows/check-runtime-migration.yml+2
- .github/workflows/check-semver.yml+1
- Cargo.lock+19
- Cargo.toml+2
- cumulus/pallets/parachain-system/src/lib.rs+6-2
- cumulus/pallets/weight-reclaim/src/tests.rs+2-1
- docs/sdk/src/reference_docs/chain_spec_runtime/src/runtime.rs+8-1
- polkadot/runtime/westend/src/lib.rs+8-1
- prdoc/pr_4722.prdoc+33
- prdoc/pr_7338.prdoc+10
- prdoc/pr_7359.prdoc+7
- substrate/bin/node/runtime/src/lib.rs+8-1
- substrate/client/network/src/behaviour.rs+2
- substrate/client/network/src/lib.rs+3
- substrate/client/network/src/litep2p/discovery.rs+5-6
- substrate/client/network/src/peer_info.rs+177-40
- substrate/client/network/src/service.rs+1
- substrate/frame/examples/Cargo.toml+3
- substrate/frame/examples/src/lib.rs+3
- substrate/frame/examples/view-functions/Cargo.toml+61
- substrate/frame/examples/view-functions/src/lib.rs+114
- substrate/frame/examples/view-functions/src/tests.rs+188
- substrate/frame/support/procedural/examples/proc_main/main.rs+2-1
- substrate/frame/support/procedural/examples/proc_main/runtime.rs+2-1
- substrate/frame/support/procedural/src/construct_runtime/expand/call.rs+1-10
- substrate/frame/support/procedural/src/construct_runtime/expand/config.rs+1-9
- substrate/frame/support/procedural/src/construct_runtime/expand/inherent.rs+1-9
- substrate/frame/support/procedural/src/construct_runtime/expand/metadata.rs+19-9
- substrate/frame/support/procedural/src/construct_runtime/expand/mod.rs+2
- substrate/frame/support/procedural/src/construct_runtime/expand/origin.rs+2-17
- substrate/frame/support/procedural/src/construct_runtime/expand/outer_enums.rs+2-17
- substrate/frame/support/procedural/src/construct_runtime/expand/task.rs+1-9
- substrate/frame/support/procedural/src/construct_runtime/expand/unsigned.rs+1-9
- substrate/frame/support/procedural/src/construct_runtime/expand/view_function.rs+78
- substrate/frame/support/procedural/src/construct_runtime/mod.rs+4-10
- substrate/frame/support/procedural/src/construct_runtime/parse.rs+13
- substrate/frame/support/procedural/src/lib.rs+2-1
- substrate/frame/support/procedural/src/pallet/expand/mod.rs+3
- substrate/frame/support/procedural/src/pallet/expand/view_functions.rs+263
- substrate/frame/support/procedural/src/pallet/parse/mod.rs+14
- substrate/frame/support/procedural/src/pallet/parse/view_functions.rs+155
- substrate/frame/support/procedural/src/runtime/expand/mod.rs+6
- substrate/frame/support/procedural/src/runtime/parse/runtime_types.rs+4
- substrate/frame/support/src/lib.rs+1
- substrate/frame/support/src/tests/mod.rs+2-1
- substrate/frame/support/src/view_functions.rs+128
- substrate/frame/support/test/tests/construct_runtime_ui/deprecated_where_block.stderr+34
- substrate/frame/support/test/tests/derive_impl_ui/inject_runtime_type_invalid.stderr+1-1
- substrate/frame/support/test/tests/pallet.rs+18-1
- substrate/frame/support/test/tests/runtime.rs+2-1
- substrate/frame/support/test/tests/runtime_legacy_ordering.rs+2-1
- substrate/frame/support/test/tests/runtime_ui/invalid_runtime_type_derive.stderr+1-1
- substrate/frame/support/test/tests/runtime_ui/pass/basic.rs+1-1
- substrate/primitives/metadata-ir/src/lib.rs+1
- substrate/primitives/metadata-ir/src/types.rs+86-1
- substrate/primitives/metadata-ir/src/v15.rs+24-16
- templates/minimal/runtime/src/lib.rs+2-1
- templates/parachain/pallets/template/src/mock.rs+2-1
- templates/parachain/runtime/src/apis.rs+6
- templates/parachain/runtime/src/lib.rs+2-1
- templates/solochain/pallets/template/src/mock.rs+2-1
- templates/solochain/runtime/src/apis.rs+6
- templates/solochain/runtime/src/lib.rs+2-1
0 commit comments