From be11e1c8b89adc7405b076f34aec0606505ec722 Mon Sep 17 00:00:00 2001 From: Jernej Kos Date: Mon, 8 Jul 2024 10:20:59 +0200 Subject: [PATCH] feat: Bump Sapphire paratime version to 0.8.0-testnet --- .github/workflows/ci-test.yaml | 6 +++--- docker/sapphire-localnet/Dockerfile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-test.yaml b/.github/workflows/ci-test.yaml index 63b252d9..92ff6efa 100644 --- a/.github/workflows/ci-test.yaml +++ b/.github/workflows/ci-test.yaml @@ -35,7 +35,7 @@ jobs: ports: - 5432:5432 env: - OASIS_CORE_VERSION: "24.0" + OASIS_CORE_VERSION: "24.1" OASIS_NODE: ${{ github.workspace }}/oasis_core/oasis-node OASIS_NET_RUNNER: ${{ github.workspace }}/oasis_core/oasis-net-runner EMERALD_PARATIME_VERSION: 11.0.0-testnet @@ -106,10 +106,10 @@ jobs: ports: - 5432:5432 env: - OASIS_CORE_VERSION: "24.0" + OASIS_CORE_VERSION: "24.1" OASIS_NODE: ${{ github.workspace }}/oasis_core/oasis-node OASIS_NET_RUNNER: ${{ github.workspace }}/oasis_core/oasis-net-runner - SAPPHIRE_PARATIME_VERSION: 0.7.3-testnet + SAPPHIRE_PARATIME_VERSION: 0.8.0-testnet GATEWAY__CHAIN_ID: 23293 GATEWAY__OASIS_RPCS: true SAPPHIRE_PARATIME: ${{ github.workspace }}/oasis_core/sapphire-paratime diff --git a/docker/sapphire-localnet/Dockerfile b/docker/sapphire-localnet/Dockerfile index ca54b72f..6b250ac0 100644 --- a/docker/sapphire-localnet/Dockerfile +++ b/docker/sapphire-localnet/Dockerfile @@ -9,8 +9,8 @@ FROM ghcr.io/oasisprotocol/oasis-core-dev:stable-24.0.x AS oasis-core-dev ENV OASIS_UNSAFE_SKIP_KM_POLICY=1 ENV OASIS_UNSAFE_ALLOW_DEBUG_ENCLAVES=1 -ENV OASIS_CORE_VERSION=stable/24.0.x -ENV OASIS_CLI_VERSION=0.8.1 +ENV OASIS_CORE_VERSION=stable/24.1.x +ENV OASIS_CLI_VERSION=0.9.0 RUN git clone https://github.com/oasisprotocol/oasis-core.git --branch ${OASIS_CORE_VERSION} --depth 1 \ && cd oasis-core/go/ \ @@ -29,7 +29,7 @@ RUN apk add --no-cache bash gcompat libseccomp jq binutils curl \ && su -c "POSTGRES_USER=postgres POSTGRES_PASSWORD=postgres /usr/local/bin/docker-entrypoint.sh postgres &" postgres # Docker-specific variables -ENV PARATIME_VERSION=0.7.3-testnet +ENV PARATIME_VERSION=0.8.0-testnet ENV PARATIME_NAME=sapphire ENV GATEWAY__CHAIN_ID=0x5afd