-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
59 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...ienet_tests/0003-custom-fee-payment.zndsl → ...ests/fee-payment/custom-fee-payment.zndsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Description: Custom currency fee payment | ||
Network: ./0003-custom-fee-payment.toml | ||
Network: ./custom-fee-payment.toml | ||
Creds: config | ||
|
||
rococo-validator01: is up | ||
rococo-validator02: is up | ||
|
||
rococo-validator01: parachain 2000 is registered within 225 seconds | ||
|
||
regionx-collator01: js-script ../e2e_tests/build/fee-payment/custom.js return is 0 within 400 seconds | ||
regionx-collator01: js-script ../../e2e_tests/build/fee-payment/custom.js return is 0 within 400 seconds |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Description: Native currency fee payment | ||
Network: ./native-fee-payment.toml | ||
Creds: config | ||
|
||
alice: is up | ||
bob: is up | ||
|
||
alice: parachain 2000 is registered within 225 seconds | ||
|
||
regionx-collator01: js-script ../../e2e_tests/build/fee-payment/native.js return is 0 within 200 seconds |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
zombienet_tests/0001-block-production.zndsl → ...enet_tests/general/block-production.zndsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...net_tests/0004-delegated-governance.zndsl → ...sts/governance/delegated-governance.zndsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Description: Governance by relay chain token holders | ||
Network: ./0004-delegated-governance.toml | ||
Network: ./delegated-governance.toml | ||
Creds: config | ||
|
||
rococo-validator01: is up | ||
rococo-validator02: is up | ||
|
||
rococo-validator01: parachain 2000 is registered within 225 seconds | ||
|
||
regionx-collator01: js-script ../e2e_tests/build/governance/delegated.js return is 0 within 400 seconds | ||
regionx-collator01: js-script ../../e2e_tests/build/governance/delegated.js return is 0 within 400 seconds |
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
zombienet_tests/0005-native-governance.zndsl → ..._tests/governance/native-governance.zndsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Description: Governance by RegionX token holders | ||
Network: ./0005-native-governance.toml | ||
Network: ./native-governance.toml | ||
Creds: config | ||
|
||
rococo-validator01: is up | ||
rococo-validator02: is up | ||
|
||
rococo-validator01: parachain 2000 is registered within 225 seconds | ||
|
||
regionx-collator01: js-script ../e2e_tests/build/governance/native.js return is 0 within 400 seconds | ||
regionx-collator01: js-script ../../e2e_tests/build/governance/native.js return is 0 within 400 seconds |
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
zombienet_tests/0006-asset-transfer.zndsl → ...et_tests/xc-transfer/asset-transfer.zndsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Description: Cross chain transfer between RegionX and the relay chain | ||
Network: ./0006-asset-transfer.toml | ||
Network: ./asset-transfer.toml | ||
Creds: config | ||
|
||
rococo-validator01: is up | ||
rococo-validator02: is up | ||
|
||
rococo-validator01: parachain 2000 is registered within 225 seconds | ||
|
||
regionx-collator01: js-script ../e2e_tests/build/xc-transfer/asset-transfer.js return is 0 within 400 seconds | ||
regionx-collator01: js-script ../../e2e_tests/build/xc-transfer/asset-transfer.js return is 0 within 400 seconds | ||
|
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
zombienet_tests/0007-region-transfer.zndsl → ...t_tests/xc-transfer/region-transfer.zndsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Description: Native currency fee payment | ||
Network: ./0007-region-transfer.toml | ||
Network: ./region-transfer.toml | ||
Creds: config | ||
|
||
rococo-validator01: is up | ||
rococo-validator02: is up | ||
|
||
rococo-validator01: parachain 2000 is registered within 225 seconds | ||
|
||
regionx-collator01: js-script ../e2e_tests/build/xc-transfer/region-transfer.js return is 0 within 600 seconds | ||
regionx-collator01: js-script ../../e2e_tests/build/xc-transfer/region-transfer.js return is 0 within 600 seconds |