Skip to content

Commit

Permalink
Bump Oasis Core to 21.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Jun 24, 2021
1 parent 7dad5a5 commit 1789b52
Show file tree
Hide file tree
Showing 6 changed files with 190 additions and 38 deletions.
1 change: 1 addition & 0 deletions .changelog/217.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump Oasis Core to 21.2.4
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include common.mk

OASIS_RELEASE := 21.1
OASIS_RELEASE := 21.2.4
ROSETTA_CLI_RELEASE := 0.4.0

# Check which tool to use for downloading.
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FROM golang:1.15-alpine AS build
# Install prerequisites.
RUN rm -f /var/cache/apk/*; apk --no-cache add bash git make gcc g++ libressl-dev libseccomp-dev linux-headers

ARG CORE_BRANCH="v21.1"
ARG CORE_BRANCH="v21.2.4"
ARG GATEWAY_BRANCH="master"

# Fetch and build oasis-core.
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/coinbase/rosetta-sdk-go v0.3.3
github.com/dgraph-io/badger v1.6.2
github.com/oasisprotocol/ed25519 v0.0.0-20210127160119-f7017427c1ea
github.com/oasisprotocol/oasis-core/go v0.2101.0
github.com/oasisprotocol/oasis-core/go v0.2102.4
github.com/vmihailenco/msgpack/v5 v5.0.0-beta.1
google.golang.org/grpc v1.37.0
google.golang.org/grpc v1.38.0
)
Loading

0 comments on commit 1789b52

Please sign in to comment.