Skip to content

Commit

Permalink
Tracer fix (#45)
Browse files Browse the repository at this point in the history
* use RC

* update version

* update version
  • Loading branch information
patrick-ogrady authored Oct 20, 2021
1 parent b4fc6a3 commit ad8e37a
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.6.2
AVALANCHE_VERSION ?= v1.6.3

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.6.2
github.com/ava-labs/coreth v0.7.1-rc.2
github.com/ava-labs/avalanchego v1.6.3
github.com/ava-labs/coreth v0.7.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.9
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.6.2-rc.2/go.mod h1:Dir4TnnbmIzrl5/Gnqxv+89qGmwIPjqKjLBWXw2lu9M=
github.com/ava-labs/avalanchego v1.6.2 h1:SsJvrG3Afd98SjZq0rbZESQMrS1ijFw95Ghco3/pnHo=
github.com/ava-labs/avalanchego v1.6.2/go.mod h1:Dir4TnnbmIzrl5/Gnqxv+89qGmwIPjqKjLBWXw2lu9M=
github.com/ava-labs/coreth v0.7.1-rc.2 h1:PRo7Y7m8m7PD5Nhh7gxfg0xTFnIb8JRc/XTSoyZLEY0=
github.com/ava-labs/coreth v0.7.1-rc.2/go.mod h1:cBwNCAwz4Bc8cVLKpFMt85QVJycBHiLbGcPnKEt/eKY=
github.com/ava-labs/avalanchego v1.6.3 h1:X26BpzRaW8mNCxAZaouN5M9RXY454SxYPEf9BmxwpFg=
github.com/ava-labs/avalanchego v1.6.3/go.mod h1:Dir4TnnbmIzrl5/Gnqxv+89qGmwIPjqKjLBWXw2lu9M=
github.com/ava-labs/coreth v0.7.2-rc.0 h1:41k7UhRBLQXKQLXIEwLTOr0BubE1yxNpvx9Epv182Pc=
github.com/ava-labs/coreth v0.7.2-rc.0/go.mod h1:cBwNCAwz4Bc8cVLKpFMt85QVJycBHiLbGcPnKEt/eKY=
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.6.2"
MiddlewareVersion = "0.0.14"
NodeVersion = "1.6.3"
MiddlewareVersion = "0.0.15"
BlockchainName = "Avalanche"
)

0 comments on commit ad8e37a

Please sign in to comment.