Skip to content

Commit

Permalink
Merge pull request #591 from oasisprotocol/kostko/feature/bump-sapphi…
Browse files Browse the repository at this point in the history
…re-0.8.0-testnet

feat: Bump Sapphire paratime version to 0.8.0-testnet
  • Loading branch information
kostko authored Jul 8, 2024
2 parents 5e6bf7e + be11e1c commit 88e1d9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions docker/sapphire-localnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/ \
Expand All @@ -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

Expand Down

0 comments on commit 88e1d9f

Please sign in to comment.