Skip to content

Commit

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

go: bump github.com/oasisprotocol/oasis-core/go from 0.2100.0 to 0.2101.0
  • Loading branch information
kostko committed Apr 13, 2021
2 parents f6427ee + 0f19134 commit 26d07e1
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 27 deletions.
1 change: 0 additions & 1 deletion .changelog/175.breaking.md

This file was deleted.

1 change: 1 addition & 0 deletions .changelog/187.breaking.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump Oasis Core version to 21.1
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.0
OASIS_RELEASE := 21.1
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.0"
ARG CORE_BRANCH="v21.1"
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 @@ -2,14 +2,14 @@ module github.com/oasisprotocol/oasis-core-rosetta-gateway

go 1.15

replace github.com/tendermint/tendermint => github.com/oasisprotocol/tendermint v0.34.0-rc4-oasis2.3
replace github.com/tendermint/tendermint => github.com/oasisprotocol/tendermint v0.34.9-oasis2

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-20210127160119-f7017427c1ea
github.com/oasisprotocol/oasis-core/go v0.2100.0
github.com/oasisprotocol/oasis-core/go v0.2101.0
github.com/vmihailenco/msgpack/v5 v5.0.0-beta.1
google.golang.org/grpc v1.36.0
google.golang.org/grpc v1.36.1
)
Loading

0 comments on commit 26d07e1

Please sign in to comment.