Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady authored Nov 27, 2021
1 parent e60d5e0 commit 0d00654
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.7.0
AVALANCHE_VERSION ?= v1.7.1

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.16

require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/ava-labs/avalanchego v1.7.0
github.com/ava-labs/coreth v0.8.0-rc.3
github.com/ava-labs/avalanchego v1.7.1
github.com/ava-labs/coreth v0.8.1-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.12
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,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.6.6-0.20211122023205-994831adda9b/go.mod h1:jwfTpP+SB9AZVnHBuh3/d2WNbsIgGwUpqOfOgtEkelk=
github.com/ava-labs/avalanchego v1.7.0 h1:u9QuyXy1vYrUDqPrYD5+2Q5/OzUQMRIgcAq8Tuo02dA=
github.com/ava-labs/avalanchego v1.7.0/go.mod h1:jwfTpP+SB9AZVnHBuh3/d2WNbsIgGwUpqOfOgtEkelk=
github.com/ava-labs/coreth v0.8.0-rc.3 h1:5RLBY11Om1PEUQ71wtf+Qtut2uZRuj8+sIpB0Q/SfvE=
github.com/ava-labs/coreth v0.8.0-rc.3/go.mod h1:rxTZLwjo6dfyPRkf5WfLEFP3C6Tn21lCjjLUH5XqeqM=
github.com/ava-labs/avalanchego v1.7.1 h1:vN6UGxkDSw/CRSx/uWCbT3GQ1Gmvx6IOM7WB3fMGmjM=
github.com/ava-labs/avalanchego v1.7.1/go.mod h1:jwfTpP+SB9AZVnHBuh3/d2WNbsIgGwUpqOfOgtEkelk=
github.com/ava-labs/coreth v0.8.1-rc.0 h1:hBqu2E0ym54E+3ojgtV026D3aliOpHt5ssX+04uaBOg=
github.com/ava-labs/coreth v0.8.1-rc.0/go.mod h1:rxTZLwjo6dfyPRkf5WfLEFP3C6Tn21lCjjLUH5XqeqM=
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.7.0"
MiddlewareVersion = "0.0.20"
NodeVersion = "1.7.1"
MiddlewareVersion = "0.0.21"
BlockchainName = "Avalanche"
)

0 comments on commit 0d00654

Please sign in to comment.