Skip to content

Commit 05ee6ec

Browse files
authored
Merge pull request #716 from oasisprotocol/kostko/feature/bump-sapphire-0.9.2
feat: Bump Sapphire version to 0.9.2
2 parents c35ec4f + 43e09b3 commit 05ee6ec

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci-test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
ports:
3636
- 5432:5432
3737
env:
38-
OASIS_CORE_VERSION: "24.2"
38+
OASIS_CORE_VERSION: "24.3.2"
3939
OASIS_NODE_BINARY: ${{ github.workspace }}/oasis_core/oasis-node
4040
OASIS_NET_RUNNER_BINARY: ${{ github.workspace }}/oasis_core/oasis-net-runner
4141
EMERALD_PARATIME_VERSION: 11.0.0-testnet
@@ -107,14 +107,14 @@ jobs:
107107
ports:
108108
- 5432:5432
109109
env:
110-
OASIS_CORE_VERSION: "24.2"
110+
OASIS_CORE_VERSION: "24.3.2"
111111
OASIS_NODE_BINARY: ${{ github.workspace }}/oasis_core/oasis-node
112112
OASIS_NET_RUNNER_BINARY: ${{ github.workspace }}/oasis_core/oasis-net-runner
113-
SAPPHIRE_PARATIME_VERSION: 0.8.2
113+
SAPPHIRE_PARATIME_VERSION: 0.9.2
114114
GATEWAY__CHAIN_ID: 23293
115115
GATEWAY__OASIS_RPCS: true
116116
SAPPHIRE_PARATIME: ${{ github.workspace }}/oasis_core/sapphire-paratime
117-
KEYMANAGER_ARTIFACT_URL: https://buildkite.com/organizations/oasisprotocol/pipelines/oasis-core-ci/builds/14038/jobs/0191c151-b95b-402c-9854-4e58effc95ab/artifacts/0191c156-f366-45b2-819b-e1eb9fd9ba16 # Find this at https://buildkite.com/oasisprotocol/oasis-core-ci/builds?branch=stable%2F<...> under "Build runtimes": simple-keymanager.mocksgx.
117+
KEYMANAGER_ARTIFACT_URL: https://buildkite.com/organizations/oasisprotocol/pipelines/oasis-core-ci/builds/14705/jobs/0194ccf8-bc61-4fbb-87ed-af8d4343f4a2/artifacts/0194ccfc-63d2-486e-adcf-f95f9efff291 # Find this at https://buildkite.com/oasisprotocol/oasis-core-ci/builds?branch=stable%2F<...> under "Build runtimes": simple-keymanager.mocksgx.
118118
KEYMANAGER_BINARY: ${{ github.workspace }}/oasis_core/simple-keymanager
119119
OASIS_NODE_DATADIR: /tmp/eth-runtime-test
120120
OASIS_DOCKER_START_EXPLORER: no

docker/sapphire-localnet/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PARATIME_VERSION=0.9.1-testnet
1+
ARG PARATIME_VERSION=0.9.2
22
ARG PARATIME_NAME=sapphire
33

44
FROM ghcr.io/oasisprotocol/oasis-core-dev:stable-24.3.x AS oasis-core-dev
@@ -12,7 +12,7 @@ ARG PARATIME_NAME
1212
# Note that the simple keymanager is always freshly built because we need to
1313
# specify different build options from what is in the release version.
1414
ARG OASIS_CORE_SIMPLE_KM_BRANCH=stable/24.3.x
15-
ARG OASIS_CORE_VERSION=24.3.1
15+
ARG OASIS_CORE_VERSION=24.3.2
1616
#ARG OASIS_CORE_BRANCH=stable/24.3.x
1717
ARG OASIS_CLI_VERSION=0.10.3
1818
#ARG OASIS_CLI_BRANCH=master

0 commit comments

Comments
 (0)