Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
378 commits
Select commit Hold shift + click to select a range
5b87420
Fix function
bkchr Sep 9, 2025
894d987
Fix test
bkchr Sep 10, 2025
2725c6f
Introduce new test for inherents
bkchr Sep 12, 2025
3833dd1
Fix
bkchr Sep 12, 2025
e9937f1
Renamings and other fixes
bkchr Sep 12, 2025
f8dbab6
Change `SlotSchedule` runtime api
bkchr Sep 15, 2025
9388405
Do not execute a block again, if we just build it
bkchr Sep 15, 2025
3d7fd40
Merge remote-tracking branch 'origin/master' into bkchr-fast-working-2
bkchr Sep 17, 2025
b087795
New scenario
bkchr Sep 17, 2025
a0c4f9e
More tests
bkchr Sep 18, 2025
0970d3f
Rename to `block_bundling`
bkchr Sep 19, 2025
0f864d3
More renamings
bkchr Sep 19, 2025
386f38a
Remove outdated code
bkchr Sep 19, 2025
4a924dc
Forgot
bkchr Sep 19, 2025
ca37589
Adds the `SlotSchedule` runtime api
bkchr Sep 19, 2025
4d81c09
Fix
bkchr Sep 23, 2025
2959c03
Implement `ReplayStorageProofProvider` & `RecordingStorageProofProvider`
bkchr Sep 23, 2025
e0f9c45
Fixes
bkchr Sep 24, 2025
b00a95a
Fixes
bkchr Sep 26, 2025
5932267
Forward extensions to block builder
bkchr Sep 26, 2025
57f97e9
Split up block building and import
bkchr Sep 28, 2025
2b8e955
Introduce `tracing_block` test
bkchr Sep 29, 2025
d9d5a9d
`trace_block`: Support overwriting the `execute_block`
bkchr Sep 29, 2025
08e3250
Aux schema stuff
bkchr Sep 29, 2025
88a273e
FinalityNotification: Directly include stale blocks
bkchr Oct 1, 2025
9a0f6e6
Fix
bkchr Oct 1, 2025
92d166d
Move the proof size recording to its own crate
bkchr Oct 1, 2025
98f0d30
Pass `orig_hash` of the block
bkchr Oct 1, 2025
183bf63
Fix `tracing_block` job
bkchr Oct 1, 2025
cb4c8a6
Fix
bkchr Oct 1, 2025
a67e078
Merge remote-tracking branch 'origin/master' into bkchr-fast-working-2
bkchr Oct 2, 2025
eeeba24
Fixes
bkchr Oct 2, 2025
8b6fde5
Split up some stuff and document it
bkchr Oct 8, 2025
ef9b5b5
Docs and other stuff
bkchr Oct 9, 2025
751dc9d
Hacky solution
bkchr Oct 10, 2025
b426fe2
Fixes + comments
bkchr Oct 10, 2025
541d971
Merge remote-tracking branch 'origin/bkchr-wasm-builder-do-not-rebuil…
bkchr Oct 14, 2025
7ff7a77
Rename to block_weight
bkchr Oct 14, 2025
56df092
Fix
bkchr Oct 14, 2025
93c8891
More fixes
bkchr Oct 14, 2025
3079e3d
Fix
bkchr Oct 14, 2025
9480007
Merge remote-tracking branch 'origin/master' into bkchr-fast-working-2
bkchr Oct 14, 2025
4f2066b
Fix tests
bkchr Oct 15, 2025
057b7f7
Fixes
bkchr Oct 17, 2025
c9debc5
Tests
bkchr Oct 17, 2025
a4a6d5e
Fix some warnings and extend the tests
bkchr Oct 17, 2025
a281537
Start a benchmark
bkchr Oct 17, 2025
5bf99e4
cumulus-bootnodes: Do not require a specific hash
bkchr Oct 17, 2025
efb7b4a
Finish benchmarks
bkchr Oct 17, 2025
d46dc8e
Use the benchmarked weights in the extension
bkchr Oct 18, 2025
8412f82
Make `ONLY_OPERATIONAL` work
bkchr Oct 18, 2025
634614c
Fixes
bkchr Oct 22, 2025
ffbbf98
Fix tests
bkchr Oct 22, 2025
dc81e1d
Merge remote-tracking branch 'origin/master' into bkchr-fast-working-2
bkchr Nov 10, 2025
b5c7f76
Fixes
bkchr Nov 11, 2025
d303dd5
Start more testing
bkchr Nov 11, 2025
36f2c35
More tests
bkchr Nov 12, 2025
df7f0fe
Introduce `MaxParachainBlockWeight` and related functionality
bkchr Nov 13, 2025
e73e10e
Merge remote-tracking branch 'origin/master' into bkchr-parachain-blo…
bkchr Nov 13, 2025
2712aef
Update cumulus/pallets/parachain-system/src/block_weight/transaction_…
bkchr Nov 14, 2025
2917609
Update cumulus/pallets/parachain-system/src/block_weight/transaction_…
bkchr Nov 14, 2025
86ad20f
New test and some fixes
bkchr Nov 14, 2025
5b5190b
Ensure we ignore the block weight mode from the previous block
bkchr Nov 14, 2025
a8641d6
Update cumulus/pallets/parachain-system/src/validate_block/implementa…
bkchr Nov 14, 2025
eba0d14
Allow MBMs to take the full core
bkchr Nov 14, 2025
9de019e
Fixes
bkchr Nov 14, 2025
58620b1
Merge remote-tracking branch 'refs/remotes/origin/bkchr-parachain-blo…
bkchr Nov 14, 2025
8901237
Fix benchmark
bkchr Nov 14, 2025
ef27858
FMT
bkchr Nov 14, 2025
f048570
Merge remote-tracking branch 'origin/master' into bkchr-fast-working-2
bkchr Nov 17, 2025
331e22e
Merge remote-tracking branch 'origin/bkchr-parachain-block-weight' in…
bkchr Nov 17, 2025
cfefd6f
Fixes
bkchr Nov 17, 2025
345cd46
Fix basic test
bkchr Nov 18, 2025
0c514fc
Fix glutton tests
bkchr Nov 18, 2025
9d1924e
Fix glutton
bkchr Nov 18, 2025
6a530f2
Support full core weight for pre transactions
bkchr Nov 18, 2025
106baf0
Fix unsigned transactions
bkchr Nov 19, 2025
923b868
Fix runtime upgrade
bkchr Nov 19, 2025
76ca54b
Respect the dispatch class max weight
bkchr Nov 19, 2025
066cd7c
Support full core weight for pre transactions
bkchr Nov 18, 2025
0b98e3f
Fix unsigned transactions
bkchr Nov 19, 2025
3499274
Respect the dispatch class max weight
bkchr Nov 19, 2025
bfd636f
Fix `on_idle`
bkchr Nov 19, 2025
c900555
Test `on_poll`
bkchr Nov 20, 2025
9d1159e
More docs
bkchr Nov 20, 2025
1cea268
Fix `on_idle`
bkchr Nov 19, 2025
5ed9e29
Test `on_poll`
bkchr Nov 20, 2025
3404f67
More docs
bkchr Nov 20, 2025
0671a7c
Extend the runtime ugprade test
bkchr Nov 20, 2025
2cd991c
Extend the basic test to verify that restarting a node works
bkchr Nov 21, 2025
e0f55cf
`ExecuteBlock` split up seal verification and actual execution
bkchr Nov 21, 2025
988549c
Update from github-actions[bot] running command 'prdoc --audience run…
github-actions[bot] Nov 24, 2025
e121a8e
Update from github-actions[bot] running command 'fmt'
github-actions[bot] Nov 24, 2025
5140cbf
Remove unused dep
bkchr Nov 24, 2025
1b0dbd3
Required for the test as well
bkchr Nov 24, 2025
cdb07b9
Merge remote-tracking branch 'origin/bkchr-pallet-aura-ext-fix' into …
bkchr Nov 24, 2025
030cbe6
Work on block import
bkchr Nov 24, 2025
77c4c20
More cleanup
bkchr Nov 24, 2025
408af1c
Finish block import
bkchr Nov 25, 2025
e143583
Some fixes and improvements
bkchr Nov 26, 2025
63817e5
More fixes and improvements
bkchr Nov 26, 2025
f17515c
Fix more tests
bkchr Nov 27, 2025
551787b
Reset changes
bkchr Nov 27, 2025
92dd6a9
wasm-builder: Only overwrite wasm files if they changed
bkchr Nov 27, 2025
0f06e07
Add some more tests
bkchr Nov 28, 2025
9a31b28
Improve some of the elastic scaling tests
bkchr Nov 28, 2025
a54b82f
More improvements
bkchr Nov 28, 2025
90a801b
cumulus-zombienet-tests: Some optimizations and cleanups
bkchr Nov 28, 2025
4954683
Ensure last block has `maybe_last = true`
bkchr Nov 28, 2025
3afdc19
Apply suggestion from @bkchr
bkchr Nov 28, 2025
ef0d57a
Fixes
bkchr Nov 28, 2025
d204912
More fixes
bkchr Nov 28, 2025
fc02b18
Fix docs
bkchr Nov 28, 2025
68f4d22
More fixes
bkchr Nov 28, 2025
f91dd01
Remove copying from CI files
bkchr Nov 28, 2025
a6cf45d
More log fixes
bkchr Nov 28, 2025
0d4373d
Switch to builder pattern
bkchr Nov 28, 2025
d6ffc3d
Fix test
bkchr Nov 29, 2025
7f45fec
Fix
bkchr Nov 29, 2025
5d05910
Merge remote-tracking branch 'origin/bkchr-cumulus-tests-optimization…
bkchr Nov 29, 2025
9e00026
Update from github-actions[bot] running command 'fmt'
github-actions[bot] Nov 30, 2025
d932d48
Fix feature propagation
bkchr Nov 30, 2025
98d81b3
Fixes
bkchr Nov 30, 2025
7b3b7f0
Merge remote-tracking branch 'origin/master' into bkchr-fast-working-2
bkchr Dec 1, 2025
6afc275
Remove merge leftover
bkchr Dec 1, 2025
4792e10
Make clippy happy
bkchr Dec 1, 2025
45c8673
Fix tests
bkchr Dec 1, 2025
e262e6c
Merge remote-tracking branch 'origin/master' into bkchr-parachain-blo…
bkchr Dec 2, 2025
d5418b3
Fix docs
bkchr Dec 2, 2025
5c35f85
Merge remote-tracking branch 'origin/master' into bkchr-fast-working-2
bkchr Dec 2, 2025
4501d8f
Ensure we only build on top of blocks that are last in the core
bkchr Dec 2, 2025
984517e
Make asset hub rococo use 500ms
bkchr Dec 2, 2025
a587616
Please the clippy lord
bkchr Dec 2, 2025
443dd5f
More warnings..
bkchr Dec 2, 2025
4aad17f
Fix test
bkchr Dec 3, 2025
836b091
Fix test
bkchr Dec 3, 2025
915f6ae
Update from github-actions[bot] running command 'fmt'
github-actions[bot] Dec 4, 2025
7ecc4e7
Merge remote-tracking branch 'origin/master' into bkchr-fast-working-2
bkchr Dec 4, 2025
db06f5b
Merge remote-tracking branch 'origin/master' into bkchr-fast-working-2
bkchr Dec 4, 2025
c0e0c53
FMT
bkchr Dec 4, 2025
7d8f738
Apply suggestion from @bkchr
bkchr Dec 4, 2025
c0871cd
Apply suggestion from @bkchr
bkchr Dec 4, 2025
252e066
Merge branch 'master' into bkchr-fast-working-2
bkchr Dec 5, 2025
f9752f7
Update from github-actions[bot] running command 'fmt'
github-actions[bot] Dec 5, 2025
7940170
Merge remote-tracking branch 'origin/master' into bkchr-fast-working-2
bkchr Dec 9, 2025
db7362c
Only send UMP signal in last block of a bundle
bkchr Dec 9, 2025
ee19d58
Ensure we support uneven number of blocks
bkchr Dec 10, 2025
001c7de
Make clippy happy
bkchr Dec 11, 2025
4afef29
Rename `BundleInfo` to `BlockBundleInfo`
bkchr Dec 11, 2025
5e33c50
Update from github-actions[bot] running command 'fmt'
github-actions[bot] Dec 11, 2025
ea5c5d9
Ensure we check the block weight after executing a transaction
bkchr Dec 15, 2025
87238ec
Change derive macro
bkchr Dec 17, 2025
52f0313
Merge remote-tracking branch 'origin/master' into bkchr-fast-working-2
bkchr Dec 17, 2025
b5eacd5
Merge remote-tracking branch 'origin/master' into bkchr-fast-working-2
bkchr Dec 19, 2025
a92ca43
Review feedback
bkchr Feb 6, 2026
406d101
Merge remote-tracking branch 'origin/master' into bkchr-parachain-blo…
bkchr Feb 6, 2026
7390850
Merge branch 'bkchr-parachain-block-weight' into bkchr-fast-working-2
bkchr Feb 6, 2026
3dbfc10
Unify checks
bkchr Feb 10, 2026
45b0da9
Distribute the blocks correctly over the cores
bkchr Feb 10, 2026
06eef3c
Merge remote-tracking branch 'origin/master' into bkchr-fast-working-2
bkchr Feb 10, 2026
33a7096
Split up `can_build_upon` and include the check in the slot based blo…
bkchr Feb 23, 2026
5415eee
Merge remote-tracking branch 'origin/master' into bkchr-fast-working-2
bkchr Feb 24, 2026
9dd5c92
Fixes etc
bkchr Feb 24, 2026
7b2363c
Fix the `pov_recovery` tests
bkchr Feb 25, 2026
38b6d07
Merge remote-tracking branch 'origin/master' into bkchr-fast-working-2
bkchr Feb 26, 2026
583ed35
Adds the block bundling zombienet tests
bkchr Feb 26, 2026
7dbe812
Merge remote-tracking branch 'origin/master' into bkchr-fast-working-2
bkchr Mar 5, 2026
8e17328
Comments
bkchr Mar 9, 2026
1c8302e
Reintroduce slot-based handle
skunert Mar 16, 2026
5da53c2
Merge remote-tracking branch 'origin/master' into bkchr-fast-working-2
bkchr Mar 24, 2026
bc6564d
Improvements
bkchr Mar 24, 2026
502fc13
Fix issue
bkchr Mar 24, 2026
5e4446a
Revert
bkchr Mar 24, 2026
aff9e60
Review
bkchr Mar 24, 2026
49f27b3
Fix issue
bkchr Mar 24, 2026
d58c2fa
Update from github-actions[bot] running command 'fmt'
github-actions[bot] Mar 24, 2026
6616367
Fix CI tests
bkchr Mar 25, 2026
aabebad
Merge remote-tracking branch 'refs/remotes/origin/bkchr-fast-working-…
bkchr Mar 25, 2026
416372e
Merge remote-tracking branch 'origin/master' into bkchr-fast-working-2
bkchr Mar 25, 2026
108b394
Fix tests
bkchr Mar 25, 2026
5a7ca57
Fix doc link
bkchr Mar 25, 2026
6b514c4
Fix failing tests
bkchr Mar 25, 2026
de96d25
Ensure we honor the HRMP rules
bkchr Mar 30, 2026
3efaf2a
Merge remote-tracking branch 'origin/master' into bkchr-fast-working-2
bkchr Mar 30, 2026
1710b51
Fix tests
bkchr Mar 30, 2026
481a84c
Fix issues
bkchr Mar 30, 2026
10c449c
Fix warning
bkchr Mar 30, 2026
c3ae59c
Use correct number of cores
bkchr Mar 30, 2026
0f4e340
Update from github-actions[bot] running command 'fmt'
github-actions[bot] Mar 30, 2026
69a04a4
Use large runners
bkchr Mar 30, 2026
bee1ba2
Merge remote-tracking branch 'refs/remotes/origin/bkchr-fast-working-…
bkchr Mar 30, 2026
429d45a
Increase the max code size
bkchr Mar 31, 2026
c24850d
Merge branch 'master' into bkchr-fast-working-2
bkchr Mar 31, 2026
a90e789
Apply suggestion from @bkchr
bkchr Apr 1, 2026
2091af9
Remove unused `find_cores` method
bkchr Apr 1, 2026
c9e954f
Apply michals proposal
bkchr Apr 1, 2026
98f5a84
Merge remote-tracking branch 'refs/remotes/origin/bkchr-fast-working-…
bkchr Apr 1, 2026
a05e3a4
Merge remote-tracking branch 'origin/master' into bkchr-fast-working-2
bkchr Apr 1, 2026
3c26670
FIx imports
bkchr Apr 1, 2026
2994b1c
Use correct Cargo.lock
bkchr Apr 1, 2026
7a10a32
Abort the bundle when reaching unincluded segment constraints
bkchr Apr 3, 2026
ea52367
Use correct block for pruning
bkchr Apr 3, 2026
5cf845c
Apply renamings
bkchr Apr 3, 2026
8f4fb19
Fix authoring duration calculation
bkchr Apr 3, 2026
bfc5403
Shorten should only be used when having one block per core
bkchr Apr 3, 2026
628838e
Rename
bkchr Apr 3, 2026
64947e7
Merge branch 'master' into bkchr-fast-working-2
bkchr Apr 3, 2026
e3564ed
Resolve conflict, fix empty lines
skunert Apr 7, 2026
e07ab3b
Merge branch 'master' into bkchr-fast-working-2
skunert Apr 7, 2026
63d2bef
Make 2 cores 2 blocks shorten the second block
skunert Apr 7, 2026
c4b3954
Make 2 blocks 1 core possible
skunert Apr 7, 2026
2e36410
Make 2 blocks 1 core possible
skunert Apr 7, 2026
f61cd0f
maybe_last -> is_last, fix wrong last detection
skunert Apr 8, 2026
7f64812
Perform additional check
skunert Apr 9, 2026
8025fbd
Remove outdated comment
skunert Apr 9, 2026
ff2e730
Additional paranoid check for multi-block in validate_block
skunert Apr 9, 2026
fbf7746
Merge branch 'master' into bkchr-fast-working-2
skunert Apr 9, 2026
d1dacd0
Review comments
skunert Apr 9, 2026
fe36370
Review nits
skunert Apr 9, 2026
5c6c945
simplify blocks_per_cores (#11708)
michalkucharczyk Apr 9, 2026
560cf06
Update from github-actions[bot] running command 'fmt'
github-actions[bot] Apr 9, 2026
9181fd9
Remove duplicate condition
skunert Apr 9, 2026
ba558af
Fix validate_block tests
skunert Apr 10, 2026
26aad9b
warp sync fix and little test (#11725)
michalkucharczyk Apr 10, 2026
6ed90fb
Small improvements
bkchr Apr 13, 2026
9bf54b6
Do not process upward messages anymore on the node
bkchr Apr 14, 2026
2c20272
Merge remote-tracking branch 'origin/master' into bkchr-fast-working-2
bkchr Apr 14, 2026
559dfec
FMT
bkchr Apr 14, 2026
a0522c0
Update from github-actions[bot] running command 'fmt'
github-actions[bot] Apr 14, 2026
83125fd
Small improvements
bkchr Apr 15, 2026
8c4fe6b
Merge remote-tracking branch 'refs/remotes/origin/bkchr-fast-working-…
bkchr Apr 15, 2026
db509a8
Ensure we only send the signals at the end of a bundle/pov
bkchr Apr 15, 2026
2d58c06
Inflate the wasm manually
bkchr Apr 15, 2026
d4457cc
Fixes
bkchr Apr 15, 2026
9ea8f91
I love fixing fixes
bkchr Apr 15, 2026
78dccf5
Merge branch 'master' into bkchr-fast-working-2
bkchr Apr 15, 2026
e929d33
Fix tesst
bkchr Apr 15, 2026
a941955
Do not loop into eternity
bkchr Apr 15, 2026
0d609e6
Merge remote-tracking branch 'refs/remotes/origin/bkchr-fast-working-…
bkchr Apr 15, 2026
18751bb
Use the compressed wasm
bkchr Apr 16, 2026
508bc40
Find the first block that fulfills the filter
bkchr Apr 16, 2026
95d6fb2
Start counting after having seen the first candidates
bkchr Apr 16, 2026
539bad0
Let's use less compute with glutton
bkchr Apr 16, 2026
114aef6
Improve error output
bkchr Apr 16, 2026
f01c4a6
Bump the spec_version
bkchr Apr 16, 2026
72ceb95
Ensure we also sort on the node side
bkchr Apr 17, 2026
63be8bf
Test this
bkchr Apr 17, 2026
7c5fd34
Close channels directly before doing the other checks
bkchr Apr 17, 2026
d3f09f2
Merge branch 'master' into bkchr-fast-working-2
bkchr Apr 17, 2026
922e2c2
Wait for finality
bkchr Apr 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 52 additions & 14 deletions .github/zombienet-tests/zombienet_cumulus_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,91 +3,129 @@
runner-type: "default"
cumulus-image: "test-parachain"


- job-name: "zombienet-cumulus-0002-pov_recovery"
test-filter: "zombie_ci::pov_recovery::pov_recovery"
runner-type: "default"
cumulus-image: "test-parachain"


- job-name: "zombienet-cumulus-0003-full_node_catching_up"
test-filter: "zombie_ci::full_node_catching_up::full_node_catching_up"
runner-type: "default"
cumulus-image: "test-parachain"

- job-name: "zombienet-cumulus-0004-runtime_upgrade"
test-filter: "zombie_ci::runtime_upgrade::runtime_upgrade"
runner-type: "default"
runner-type: "large"
cumulus-image: "test-parachain"
needs-wasm-binary: true


- job-name: "zombienet-cumulus-0005-migrate_solo_to_para"
test-filter: "zombie_ci::migrate_solo::migrate_solo_to_para"
runner-type: "default"
cumulus-image: "test-parachain"


- job-name: "zombienet-cumulus-0006-rpc_collator_builds_blocks"
test-filter: "zombie_ci::rpc_collator_build_blocks::rpc_collator_builds_blocks"
runner-type: "large"
cumulus-image: "test-parachain"


- job-name: "zombienet-cumulus-0007-full_node_warp_sync"
test-filter: "zombie_ci::full_node_warp_sync::full_node_warp_sync"
runner-type: "large"
cumulus-image: "test-parachain"


- job-name: "zombienet-cumulus-0008-elastic_authoring"
test-filter: "zombie_ci::elastic_scaling::slot_based_authoring::elastic_scaling_slot_based_authoring"
runner-type: "default"
cumulus-image: "test-parachain"


# Disabled, occasionally fails
# See https://github.com/paritytech/polkadot-sdk/issues/8986
- job-name: "zombienet-cumulus-0009-elastic_scaling_pov_recovery"
test-filter: "zombie_ci::elastic_scaling::pov_recovery::elastic_scaling_pov_recovery"
runner-type: "default"
cumulus-image: "test-parachain"


# Disabled, occasionally fails.
# See https://github.com/paritytech/polkadot-sdk/issues/8999
- job-name: "zombienet-cumulus-0010-elastic_scaling_multiple_block_per_slot"
test-filter: "zombie_ci::elastic_scaling::multiple_blocks_per_slot::elastic_scaling_multiple_blocks_per_slot"
runner-type: "default"
cumulus-image: "test-parachain"


- job-name: "zombienet-cumulus-0011-dht-bootnodes"
test-filter: "zombie_ci::bootnodes::dht_bootnodes_test"
runner-type: "default"
cumulus-image: "polkadot-parachain-debug"


- job-name: "zombienet-cumulus-0013-elastic_scaling_slot_based_rp_offset"
test-filter: "zombie_ci::elastic_scaling::slot_based_rp_offset::elastic_scaling_slot_based_relay_parent_offset_test"
runner-type: "default"
cumulus-image: "test-parachain"


- job-name: "zombienet-cumulus-0014-elastic_scaling_upgrade_to_3_cores"
test-filter: "zombie_ci::elastic_scaling::upgrade_to_3_cores::elastic_scaling_upgrade_to_3_cores"
runner-type: "default"
runner-type: "large"
cumulus-image: "test-parachain"

use-zombienet-sdk: true
needs-wasm-binary: true

- job-name: "zombienet-cumulus-0015-parachain-runtime-upgrade"
test-filter: "zombie_ci::parachain_runtime_upgrade_slot_duration_18s::parachain_runtime_upgrade_slot_duration_18s"
runner-type: "large"
cumulus-image: "test-parachain"
use-zombienet-sdk: true
needs-wasm-binary: true

- job-name: "zombienet-cumulus-0016-block_bundling_basic"
test-filter: "zombie_ci::block_bundling::basic::block_bundling_basic"
runner-type: "large"
cumulus-image: "test-parachain"
use-zombienet-sdk: true

- job-name: "zombienet-cumulus-0017-block_bundling_pov_recovery"
test-filter: "zombie_ci::block_bundling::pov_recovery::block_bundling_pov_recovery"
runner-type: "default"
cumulus-image: "test-parachain"
use-zombienet-sdk: true

- job-name: "zombienet-cumulus-0018-block_bundling_full_core_usage_scenarios"
test-filter: "zombie_ci::block_bundling::full_core_usage_scenarios::block_bundling_full_core_usage_scenarios"
runner-type: "large"
cumulus-image: "test-parachain"
use-zombienet-sdk: true

- job-name: "zombienet-cumulus-0019-block_bundling_tracing_block"
test-filter: "zombie_ci::block_bundling::tracing_block::block_bundling_tracing_block"
runner-type: "default"
cumulus-image: "test-parachain"
use-zombienet-sdk: true

- job-name: "zombienet-cumulus-0020-block_bundling_relay_parent_offset"
test-filter: "zombie_ci::block_bundling::relay_parent_offset::block_bundling_relay_parent_offset"
runner-type: "default"
cumulus-image: "test-parachain"
use-zombienet-sdk: true

- job-name: "zombienet-cumulus-0021-block_bundling_runtime_upgrade"
test-filter: "zombie_ci::block_bundling::runtime_upgrade::block_bundling_runtime_upgrade"
runner-type: "large"
cumulus-image: "test-parachain"
use-zombienet-sdk: true
needs-wasm-binary: true

- job-name: "zombienet-cumulus-0022-block_bundling_three_cores_glutton"
test-filter: "zombie_ci::block_bundling::three_cores_glutton::block_bundling_three_cores_glutton"
runner-type: "default"
cumulus-image: "test-parachain"
use-zombienet-sdk: true

- job-name: "zombienet-cumulus-0023-block_bundling_warp_sync"
test-filter: "zombie_ci::block_bundling::warp_sync::warp_sync_with_bundled_blocks"
runner-type: "large"
cumulus-image: "test-parachain"
use-zombienet-sdk: true

- job-name: "zombienet-cumulus-0016-statement_store_basic_propagation"
test-filter: "zombie_ci::statement_store::integration::statement_store_basic_propagation"
runner-type: "default"
Expand Down
28 changes: 28 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ members = [
"cumulus/client/network",
"cumulus/client/parachain-inherent",
"cumulus/client/pov-recovery",
"cumulus/client/proof-size-recording",
"cumulus/client/relay-chain-inprocess-interface",
"cumulus/client/relay-chain-interface",
"cumulus/client/relay-chain-minimal-node",
Expand Down Expand Up @@ -765,6 +766,7 @@ cumulus-client-consensus-relay-chain = { path = "cumulus/client/consensus/relay-
cumulus-client-network = { path = "cumulus/client/network", default-features = false }
cumulus-client-parachain-inherent = { path = "cumulus/client/parachain-inherent", default-features = false }
cumulus-client-pov-recovery = { path = "cumulus/client/pov-recovery", default-features = false }
cumulus-client-proof-size-recording = { path = "cumulus/client/proof-size-recording", default-features = false }
cumulus-client-service = { path = "cumulus/client/service", default-features = false }
cumulus-pallet-aura-ext = { path = "cumulus/pallets/aura-ext", default-features = false }
cumulus-pallet-parachain-system = { path = "cumulus/pallets/parachain-system", default-features = false }
Expand Down
1 change: 0 additions & 1 deletion cumulus/client/collator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
// along with Cumulus. If not, see <https://www.gnu.org/licenses/>.

//! Cumulus Collator implementation for Substrate.

use polkadot_node_primitives::CollationGenerationConfig;
use polkadot_node_subsystem::messages::{CollationGenerationMessage, CollatorProtocolMessage};
use polkadot_overseer::Handle as OverseerHandle;
Expand Down
Loading
Loading