File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DOCKER_ORG ?= avaplatform
11
11
DOCKER_IMAGE ?= ${DOCKER_ORG}/${PROJECT}
12
12
DOCKER_LABEL ?= latest
13
13
DOCKER_TAG ?= ${DOCKER_IMAGE}:${DOCKER_LABEL}
14
- AVALANCHE_VERSION ?= v1.10.16
14
+ AVALANCHE_VERSION ?= v1.10.17
15
15
16
16
build :
17
17
export CGO_CFLAGS=" -O -D__BLST_PORTABLE__" && go build -o ./rosetta-server ./cmd/server
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/ava-labs/avalanche-rosetta
3
3
go 1.20
4
4
5
5
require (
6
- github.com/ava-labs/avalanchego v1.10.16
7
- github.com/ava-labs/coreth v0.12.9-rc.5
6
+ github.com/ava-labs/avalanchego v1.10.17
7
+ github.com/ava-labs/coreth v0.12.9-rc.9
8
8
github.com/coinbase/rosetta-sdk-go v0.6.5
9
9
github.com/ethereum/go-ethereum v1.12.0
10
10
github.com/stretchr/testify v1.8.4
Original file line number Diff line number Diff line change @@ -73,10 +73,10 @@ github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156/go.mod h1:Cb/ax
73
73
github.com/antihax/optional v1.0.0 /go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY =
74
74
github.com/aristanetworks/goarista v0.0.0-20170210015632-ea17b1a17847 /go.mod h1:D/tb0zPVXnP7fmsLZjtdUhSsumbK/ij54UXjjVgMGxQ =
75
75
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 /go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8 =
76
- github.com/ava-labs/avalanchego v1.10.16 h1:oECqdts3VuUrhtJ0YAob4CjUrXrFqsQW8D4FS/YgIhs =
77
- github.com/ava-labs/avalanchego v1.10.16 /go.mod h1:Y7ZT+kJUBv3A5VMlHMlFz1PLdFouUR2tEiv0uqsSHkE =
78
- github.com/ava-labs/coreth v0.12.9-rc.5 h1:xYBgNm1uOPfUdUNm8+fS8ellHnEd4qfFNb6uZHo9tqI =
79
- github.com/ava-labs/coreth v0.12.9-rc.5 /go.mod h1:rECKQfGFDeodrwGPlJSvFUJDbVr30jSMIVjQLi6pNX4 =
76
+ github.com/ava-labs/avalanchego v1.10.17 h1:Ri01nU5ukKC38ZCkCh3namaMZtJkSuv1X/vC13uJguc =
77
+ github.com/ava-labs/avalanchego v1.10.17 /go.mod h1:A6f3877qlq7bePjCU4T0D60bZGecRMCk15pMpJGOb4Q =
78
+ github.com/ava-labs/coreth v0.12.9-rc.9 h1:mvYxABdyPByXwwwIxnTBCiNO23dsE1Kfnd5H106lric =
79
+ github.com/ava-labs/coreth v0.12.9-rc.9 /go.mod h1:yrf2vEah4Fgj6sJ4UpHewo4DLolwdpf2bJuLRT80PGw =
80
80
github.com/aws/aws-sdk-go v1.25.48 /go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo =
81
81
github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible /go.mod h1:osfaiScAUVup+UC9Nfq76eWqDhXlp+4UYaA8uhTBO6g =
82
82
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 /go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q =
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ var NodeVersion = fmt.Sprintf(
14
14
)
15
15
16
16
const (
17
- MiddlewareVersion = "0.1.38 "
17
+ MiddlewareVersion = "0.1.39 "
18
18
BlockchainName = "Avalanche"
19
19
)
You can’t perform that action at this time.
0 commit comments