Skip to content

Commit

Permalink
update release (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady authored Aug 24, 2021
1 parent 76a39c1 commit 9114222
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DOCKER_ORG ?= avaplatform
DOCKER_IMAGE ?= ${DOCKER_ORG}/${PROJECT}
DOCKER_LABEL ?= latest
DOCKER_TAG ?= ${DOCKER_IMAGE}:${DOCKER_LABEL}
AVALANCHE_VERSION ?= v1.5.1-eth_call
AVALANCHE_VERSION ?= v1.5.2

build:
go build -o ./rosetta-server ./cmd/server
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.15

require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/ava-labs/avalanchego v1.5.2-0.20210820225227-da46723b4a73
github.com/ava-labs/coreth v0.6.1-rc.1
github.com/ava-labs/avalanchego v1.5.2
github.com/ava-labs/coreth v0.6.2-rc.0
github.com/coinbase/rosetta-sdk-go v0.6.5
github.com/decred/dcrd/dcrec/secp256k1/v3 v3.0.0 // indirect
github.com/ethereum/go-ethereum v1.10.7
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmV
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a/go.mod h1:DAHtR1m6lCRdSC2Tm3DSWRPvIPr6xNKyeHdqDQSQT+A=
github.com/ava-labs/avalanchego v1.4.13-rc.0.0.20210810160007-5bac885b4998/go.mod h1:aleAWKvMQ/mblB4dXWWvlbq8787TmwR7+3WizYtogTM=
github.com/ava-labs/avalanchego v1.5.2-0.20210820225227-da46723b4a73 h1:USKmBwdjeUc8QwnPIIF0oVwqmB0vF+juOnQdV44pDI8=
github.com/ava-labs/avalanchego v1.5.2-0.20210820225227-da46723b4a73/go.mod h1:Pg2pAvTXsyk8XQripaQ+HMwYIqFECLsXPapNk/3fFPw=
github.com/ava-labs/coreth v0.6.1-rc.1 h1:RIrdq9H9hNBrWCmmMiE4tZd5eP1iSAis75y8itLfEoc=
github.com/ava-labs/coreth v0.6.1-rc.1/go.mod h1:kEzZcxWCIBfO6K0ynMtoRND6BpruVs+J27lVL5Xijm8=
github.com/ava-labs/avalanchego v1.5.2 h1:djJrdR1oCl7nBRNUYzE5tcKPtlffJv5g54CVpJ8Lmzc=
github.com/ava-labs/avalanchego v1.5.2/go.mod h1:Pg2pAvTXsyk8XQripaQ+HMwYIqFECLsXPapNk/3fFPw=
github.com/ava-labs/coreth v0.6.2-rc.0 h1:ASHxXbUn/gnKyBlV1PurlpOVoBS7HJktpSG/CIhfctU=
github.com/ava-labs/coreth v0.6.2-rc.0/go.mod h1:kEzZcxWCIBfO6K0ynMtoRND6BpruVs+J27lVL5Xijm8=
github.com/aws/aws-lambda-go v1.13.3/go.mod h1:4UKl9IzQMoD+QF79YdCuzCwp8VbmG4VAQwij/eHl5CU=
github.com/aws/aws-sdk-go v1.25.48/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
github.com/aws/aws-sdk-go v1.27.0/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
Expand Down
4 changes: 2 additions & 2 deletions service/rosetta.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package service

const (
NodeVersion = "1.5.1-eth_call"
MiddlewareVersion = "0.0.8"
NodeVersion = "1.5.2"
MiddlewareVersion = "0.0.9"
BlockchainName = "Avalanche"
)

0 comments on commit 9114222

Please sign in to comment.