Skip to content
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

bump to polkadot-stable2407-3 #82

Merged
merged 13 commits into from
Oct 23, 2024
2 changes: 1 addition & 1 deletion .github/workflows/check-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
matrix:
binary: [ bajun-node ]
env:
ZOMBIENET_VERSION: v1.3.82
ZOMBIENET_VERSION: v1.3.116
steps:
- uses: actions/checkout@v4
with:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/runtimes-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,5 @@
"package": "bajun-runtime",
"path": "runtime/bajun-runtime",
"uri": "wss://rpc-parachain.bajun.network:443"
},
{
"name": "bajun-paseo",
"package": "bajun-runtime",
"path": "runtime/bajun-runtime",
"uri": "wss://rpc-paseo.bajun.network:443",
"is_relay": false
}
Comment on lines -8 to 7
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Paseo does no longer exist.

]
6 changes: 3 additions & 3 deletions .maintain/zombienet-tests.zndsl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ bajun-collator: is up
bajun-collator: reports node_roles is 4
bajun-collator: reports sub_libp2p_is_major_syncing is 0

# logs
bajun-collator: log line matches glob "*rted #1*" within 10 seconds
bajun-collator: log line matches "Imported #[0-9]+" within 10 seconds
# check parachain state
alice: parachain 2000 is registered within 225 seconds
alice: parachain 2000 block height is at least 10 within 250 seconds
Loading
Loading