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 Jan 30, 2025
1 parent 964550d commit 5d48999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot-sdk
Submodule polkadot-sdk updated 33 files
+76 −27 .github/workflows/bench-all-runtimes.yml
+16 −0 .gitlab/pipeline/zombienet/polkadot.yml
+4 −0 Cargo.lock
+8 −1 polkadot/node/test/service/src/chain_spec.rs
+2 −0 polkadot/parachain/test-parachains/undying/Cargo.toml
+2 −0 polkadot/parachain/test-parachains/undying/collator/Cargo.toml
+13 −0 polkadot/parachain/test-parachains/undying/collator/src/cli.rs
+317 −23 polkadot/parachain/test-parachains/undying/collator/src/lib.rs
+22 −4 polkadot/parachain/test-parachains/undying/collator/src/main.rs
+16 −2 polkadot/parachain/test-parachains/undying/collator/tests/integration.rs
+19 −1 polkadot/parachain/test-parachains/undying/src/lib.rs
+2 −2 polkadot/parachain/test-parachains/undying/src/wasm_validation.rs
+5 −2 polkadot/runtime/parachains/src/paras_inherent/weights.rs
+154 −0 polkadot/zombienet-sdk-tests/tests/functional/duplicate_collations.rs
+1 −0 polkadot/zombienet-sdk-tests/tests/functional/mod.rs
+2 −2 polkadot/zombienet_tests/misc/0002-upgrade-node.toml
+7 −0 prdoc/pr_6897.prdoc
+19 −0 prdoc/pr_6924.prdoc
+13 −0 prdoc/pr_7378.prdoc
+1 −0 substrate/client/transaction-pool/Cargo.toml
+1 −0 substrate/client/transaction-pool/src/common/mod.rs
+69 −0 substrate/client/transaction-pool/src/common/tracing_log_xt.rs
+4 −4 substrate/client/transaction-pool/src/fork_aware_txpool/dropped_watcher.rs
+224 −110 substrate/client/transaction-pool/src/fork_aware_txpool/fork_aware_txpool.rs
+33 −12 substrate/client/transaction-pool/src/fork_aware_txpool/import_notification_sink.rs
+152 −44 substrate/client/transaction-pool/src/fork_aware_txpool/multi_view_listener.rs
+19 −10 substrate/client/transaction-pool/src/fork_aware_txpool/revalidation_worker.rs
+70 −41 substrate/client/transaction-pool/src/fork_aware_txpool/tx_mem_pool.rs
+82 −43 substrate/client/transaction-pool/src/fork_aware_txpool/view.rs
+86 −38 substrate/client/transaction-pool/src/fork_aware_txpool/view_store.rs
+2 −2 substrate/client/transaction-pool/src/graph/future.rs
+2 −2 substrate/client/transaction-pool/src/graph/pool.rs
+2 −2 substrate/client/transaction-pool/src/graph/validated_pool.rs

0 comments on commit 5d48999

Please sign in to comment.