Skip to content

Commit 4371f7c

Browse files
authored
Bump runtime to v1.7.1 and dependencies to unstable2507 (#245)
* [zombienet] move from deprecated ws_port to rpc_port * bump deps to unstable2507 and runtime to v1.7.1 * changes to fix build * bump rust versions in CI * [CI] bump Zombienet and polkadot versions * [zombienet] add `--rpc-external` do encointer collator * [CI] fix zombienet for good * [CI] show intermediate output of encointer-client
1 parent d4370b7 commit 4371f7c

11 files changed

Lines changed: 2689 additions & 1783 deletions

File tree

.github/env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
RUST_STABLE_VERSION=1.84.1
2-
RUST_NIGHTLY_VERSION=2025-01-30
1+
RUST_STABLE_VERSION=1.88.0
2+
RUST_NIGHTLY_VERSION=2025-08-31

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ jobs:
156156
# - test: bot-community-test -f http://host.docker.internal:5000/api -w collective --batch-size 7 --waiting-blocks 3
157157
# needs_phase_and_faucet: true
158158
env:
159-
ZOMBIENET_VERSION: v1.3.116
160-
POLKADOT_VERSION: polkadot-stable2412
159+
ZOMBIENET_VERSION: v1.3.133
160+
POLKADOT_VERSION: polkadot-stable2506
161161
ENCOINTER_CLIENT_DOCKER_TAG: 1.16.2
162162
steps:
163163
- uses: actions/checkout@v4
@@ -205,6 +205,7 @@ jobs:
205205
if: ${{ matrix.needs_phase_and_faucet }}
206206
run: |
207207
docker run -p 5000:5000 \
208+
-e PYTHONUNBUFFERED=1 \
208209
--add-host host.docker.internal:host-gateway \
209210
encointer/encointer-client-notee:${{ env.ENCOINTER_CLIENT_DOCKER_TAG }} faucet.py \
210211
-u ws://host.docker.internal \
@@ -215,6 +216,7 @@ jobs:
215216
# 5 idle blocks needed, which is more than the solochain because fewer extrinsics fit into a block
216217
run: |
217218
docker run \
219+
-e PYTHONUNBUFFERED=1 \
218220
--add-host host.docker.internal:host-gateway \
219221
encointer/encointer-client-notee:${{ env.ENCOINTER_CLIENT_DOCKER_TAG }} phase.py \
220222
-u ws://host.docker.internal \
@@ -223,6 +225,7 @@ jobs:
223225
- name: Test ${{ matrix.test }}
224226
run: |
225227
docker run \
228+
-e PYTHONUNBUFFERED=1 \
226229
--add-host host.docker.internal:host-gateway \
227230
encointer/encointer-client-notee:${{ env.ENCOINTER_CLIENT_DOCKER_TAG }} ${{ matrix.test }} \
228231
-u ws://host.docker.internal \

0 commit comments

Comments
 (0)