-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix penpal runtime & enable zombienet tests again. #10667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,10 +9,6 @@ zombienet-substrate-0002-validators-warp-sync:8871 | |
| zombienet-cumulus-0009-elastic_scaling_pov_recovery:8986 | ||
| zombienet-cumulus-0010-elastic_scaling_multiple_block_per_slot:8999 | ||
| zombienet-polkadot-functional-0014-chunk-fetching-network-compatibility:9980 | ||
| # disabled until zombienet support penpal (https://github.com/paritytech/zombienet-sdk/issues/480) | ||
| zombienet-polkadot-shared-core-idle-parachain:10653 | ||
| zombienet-polkadot-functional-async-backing-6-seconds-rate:10653 | ||
| zombienet-polkadot-elastic-scaling-doesnt-break-parachains:10653 | ||
| zombienet-polkadot-smoke-0005-precompile-pvf-smoke:10653 | ||
| zombienet-polkadot-smoke-0004-coretime-smoke-test:10653 | ||
| zombienet-polkadot-smoke-0002-parachains-parachains-upgrade-smoke:10653 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @eskimor / @sandreim, can we remove this test according to this comment #10654 (comment)
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sgtm |
||
| zombienet-polkadot-smoke-0004-coretime-smoke-test:10653 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -84,11 +84,9 @@ fn penpal_parachain_genesis( | |
| "pal-2".as_bytes().to_vec(), | ||
| 12, | ||
| )], | ||
| accounts: vec![( | ||
| crate::xcm_config::TELEPORTABLE_ASSET_ID, | ||
| sudo.clone(), | ||
| crate::EXISTENTIAL_DEPOSIT * 4096, | ||
| )] | ||
| // Don't pre-fund accounts with non-sufficient assets at genesis | ||
| // They can be minted later if needed | ||
| accounts: vec![] | ||
|
Comment on lines
+87
to
+89
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We are making a similar fix in zombienet (paritytech/zombienet-sdk#481), but I think this is more accurate since the zombienet should only modify the needed keys to spawn the network. cc: @mchristou |
||
| }, | ||
| foreign_assets: ForeignAssetsConfig { | ||
| assets: vec![( | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eskimor / @sandreim, can we remove this test according to #10654 (comment)
wdyt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
async backing should be fine to remove, but not so sure about core sharing.