Skip to content

Commit

Permalink
Merge pull request #175 from oasisprotocol/dependabot/go_modules/gith…
Browse files Browse the repository at this point in the history
…ub.com/oasisprotocol/oasis-core/go-0.2100.0

go: bump github.com/oasisprotocol/oasis-core/go from 0.2012.3 to 0.2100.0
  • Loading branch information
kostko authored Mar 19, 2021
2 parents 1f24b5f + bb72d37 commit cb4d759
Show file tree
Hide file tree
Showing 6 changed files with 104 additions and 59 deletions.
1 change: 1 addition & 0 deletions .changelog/175.breaking.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump Oasis Core version to 21.0
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 := 20.12.3
OASIS_RELEASE := 21.0
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="v20.12.3"
ARG CORE_BRANCH="v21.0"
ARG GATEWAY_BRANCH="master"

# Fetch and build oasis-core.
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ require (
github.com/coinbase/rosetta-cli v0.4.0
github.com/coinbase/rosetta-sdk-go v0.3.3
github.com/dgraph-io/badger v1.6.2
github.com/oasisprotocol/ed25519 v0.0.0-20201103162138-a1dadbe24dd5
github.com/oasisprotocol/oasis-core/go v0.2012.3
github.com/oasisprotocol/ed25519 v0.0.0-20210127160119-f7017427c1ea
github.com/oasisprotocol/oasis-core/go v0.2100.0
github.com/vmihailenco/msgpack/v5 v5.0.0-beta.1
google.golang.org/grpc v1.34.0
google.golang.org/grpc v1.36.0
)
Loading

0 comments on commit cb4d759

Please sign in to comment.