Skip to content

Commit

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

go: bump github.com/oasisprotocol/oasis-core/go from 0.2201.2 to 0.2201.3
  • Loading branch information
pro-wh committed Apr 11, 2022
2 parents aeae1a0 + 2a064e9 commit 5723742
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .changelog/318.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump Oasis Core to 22.1.3
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 := 22.1.2
OASIS_RELEASE := 22.1.3
ROSETTA_CLI_RELEASE := 0.7.3

# Check which tool to use for downloading.
Expand Down
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FROM golang:1.17-bullseye AS build
# Install prerequisites.
RUN apt-get update && apt-get install -y bzip2 libseccomp-dev

ARG CORE_BRANCH=v22.1.2
ARG CORE_BRANCH=v22.1.3
ARG CORE_GITHUB=https://github.com/oasisprotocol/oasis-core

ARG GATEWAY_BRANCH=master
Expand All @@ -22,8 +22,8 @@ ARG GATEWAY_GITHUB=https://github.com/oasisprotocol/oasis-rosetta-gateway
ARG JEMALLOC_VERSION=5.2.1
ARG JEMALLOC_CHECKSUM=34330e5ce276099e2e8950d9335db5a875689a4c6a56751ef3b1d8c537f887f6

ARG GENESIS_MAINNET_URL=https://github.com/oasisprotocol/mainnet-artifacts/releases/download/2021-04-28/genesis.json
ARG GENESIS_MAINNET_FILE_CHECKSUM=8ae33cffe67e3df1be392dddde332a73f207cede5992c93600b0ae65c22af2a2
ARG GENESIS_MAINNET_URL=https://github.com/oasisprotocol/mainnet-artifacts/releases/download/2022-04-11/genesis.json
ARG GENESIS_MAINNET_FILE_CHECKSUM=bb379c0202cf82404d75a3ebc6466b0c3b98f32fac62111ee4736a59d2d3f266

ARG GENESIS_TESTNET_URL=https://github.com/oasisprotocol/testnet-artifacts/releases/download/2022-03-03/genesis.json
ARG GENESIS_TESTNET_FILE_CHECKSUM=4c3d271253d2a324816de3b9a048261b674471e7d4f9a02995a769489bd41984
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/tendermint/tendermint => github.com/oasisprotocol/tendermint
require (
github.com/coinbase/rosetta-cli v0.7.3
github.com/coinbase/rosetta-sdk-go v0.7.3
github.com/oasisprotocol/oasis-core/go v0.2201.2
github.com/oasisprotocol/oasis-core/go v0.2201.3
google.golang.org/grpc v1.45.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -936,8 +936,8 @@ github.com/oasisprotocol/curve25519-voi v0.0.0-20211219162838-e9a669f65da9 h1:7P
github.com/oasisprotocol/curve25519-voi v0.0.0-20211219162838-e9a669f65da9/go.mod h1:WUcXjUd98qaCVFb6j8Xc87MsKeMCXDu9Nk8JRJ9SeC8=
github.com/oasisprotocol/deoxysii v0.0.0-20220228165953-2091330c22b7/go.mod h1:UqoUn6cHESlliMhOnKLWr+CBH+e3bazUPvFj1XZwAjs=
github.com/oasisprotocol/ed25519 v0.0.0-20210127160119-f7017427c1ea/go.mod h1:IZbb50w3AB72BVobEF6qG93NNSrTw/V2QlboxqSu3Xw=
github.com/oasisprotocol/oasis-core/go v0.2201.2 h1:KAglmFNKP17WRKdTZ7H7UzXG2GRmxVu5ZYGWZsO90SE=
github.com/oasisprotocol/oasis-core/go v0.2201.2/go.mod h1:9n/UonHFlJP3Ggven2P1+uBnKl5WJe3PEQPKJVmG/Fw=
github.com/oasisprotocol/oasis-core/go v0.2201.3 h1:uybCt9s3X8a+mNpp+CdnlqYeVl1N392RK0NsedtBQlk=
github.com/oasisprotocol/oasis-core/go v0.2201.3/go.mod h1:9n/UonHFlJP3Ggven2P1+uBnKl5WJe3PEQPKJVmG/Fw=
github.com/oasisprotocol/safeopen v0.0.0-20200528085122-e01cfdfc7661/go.mod h1:SwBxaVibf6Sr2IZ6M3WnUue0yp8dPLAo1riQRNQ60+g=
github.com/oasisprotocol/tendermint v0.34.9-oasis2 h1:wVFJjLnmen7QXpIAznbiGHOeVrX5oNtJMUk0rrpSmG8=
github.com/oasisprotocol/tendermint v0.34.9-oasis2/go.mod h1:agEnj5cjmg55z8CtL/Nva9LqxR4402T1TFPC4kuNBMc=
Expand Down

0 comments on commit 5723742

Please sign in to comment.