Skip to content

Commit

Permalink
Auto updated substrate references
Browse files Browse the repository at this point in the history
  • Loading branch information
Crust Update Bot committed Jul 5, 2024
1 parent c6ea497 commit ecd1659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot-sdk
Submodule polkadot-sdk updated 57 files
+9 −9 .github/workflows/checks-quick.yml
+3 −4 .github/workflows/command-bench-all.yml
+3 −3 .github/workflows/command-bench-overhead.yml
+3 −4 .github/workflows/command-bench.yml
+4 −3 .github/workflows/command-fmt.yml
+4 −3 .github/workflows/command-update-ui.yml
+2 −2 .github/workflows/tests-linux-stable.yml
+3 −3 .github/workflows/tests.yml
+24 −0 .gitlab/pipeline/zombienet/cumulus.yml
+2 −10 Cargo.lock
+2 −0 cumulus/client/consensus/aura/Cargo.toml
+44 −20 cumulus/client/consensus/aura/src/collator.rs
+3 −7 cumulus/client/consensus/aura/src/collators/basic.rs
+20 −200 cumulus/client/consensus/aura/src/collators/lookahead.rs
+180 −2 cumulus/client/consensus/aura/src/collators/mod.rs
+491 −0 cumulus/client/consensus/aura/src/collators/slot_based/block_builder_task.rs
+140 −0 cumulus/client/consensus/aura/src/collators/slot_based/collation_task.rs
+178 −0 cumulus/client/consensus/aura/src/collators/slot_based/mod.rs
+6 −196 cumulus/client/consensus/common/src/lib.rs
+53 −52 cumulus/client/consensus/common/src/parachain_consensus.rs
+418 −0 cumulus/client/consensus/common/src/parent_search.rs
+370 −3 cumulus/client/consensus/common/src/tests.rs
+11 −3 cumulus/client/network/src/tests.rs
+0 −1 cumulus/client/parachain-inherent/Cargo.toml
+10 −1 cumulus/client/pov-recovery/src/tests.rs
+10 −3 cumulus/client/relay-chain-inprocess-interface/src/lib.rs
+17 −2 cumulus/client/relay-chain-interface/src/lib.rs
+0 −7 cumulus/client/relay-chain-minimal-node/Cargo.toml
+8 −1 cumulus/client/relay-chain-rpc-interface/src/lib.rs
+18 −3 cumulus/pallets/aura-ext/src/consensus_hook.rs
+1 −1 cumulus/pallets/aura-ext/src/lib.rs
+1 −1 cumulus/polkadot-parachain/Cargo.toml
+6 −0 cumulus/polkadot-parachain/src/cli.rs
+25 −13 cumulus/polkadot-parachain/src/command.rs
+120 −17 cumulus/polkadot-parachain/src/service.rs
+1 −0 cumulus/test/client/src/lib.rs
+1 −0 cumulus/test/runtime/Cargo.toml
+7 −0 cumulus/test/runtime/build.rs
+21 −5 cumulus/test/runtime/src/lib.rs
+0 −3 cumulus/test/service/Cargo.toml
+17 −2 cumulus/test/service/src/chain_spec.rs
+16 −2 cumulus/test/service/src/cli.rs
+84 −33 cumulus/test/service/src/lib.rs
+2 −0 cumulus/test/service/src/main.rs
+3 −0 cumulus/zombienet/tests/0003-full_node_catching_up.zndsl
+4 −0 cumulus/zombienet/tests/0006-rpc_collator_builds_blocks.zndsl
+50 −0 cumulus/zombienet/tests/0008-elastic_authoring.toml
+19 −0 cumulus/zombienet/tests/0008-elastic_authoring.zndsl
+48 −0 cumulus/zombienet/tests/0009-elastic_pov_recovery.toml
+19 −0 cumulus/zombienet/tests/0009-elastic_pov_recovery.zndsl
+46 −0 cumulus/zombienet/tests/assign-core.js
+1 −3 polkadot/zombienet_tests/elastic_scaling/0001-basic-3cores-6s-blocks.toml
+45 −0 prdoc/pr_4097.prdoc
+5 −1 substrate/client/basic-authorship/src/basic_authorship.rs
+3 −3 substrate/client/consensus/aura/src/standalone.rs
+1 −1 substrate/client/consensus/slots/src/lib.rs
+3 −9 templates/parachain/node/src/service.rs

0 comments on commit ecd1659

Please sign in to comment.