[rosetta] Update to v1.4.6 of rosetta SDK

* Set rosetta release version

Signed-off-by: Daniel Van Der Maden <dvandermaden0@berkeley.edu>
pull/3415/head
Daniel Van Der Maden 4 years ago committed by Leo Chen
parent 0f466bbc47
commit 46bbe89408
  1. 2
      go.mod
  2. 2
      rosetta/common/config.go

@ -11,7 +11,7 @@ require (
github.com/beevik/ntp v0.3.0
github.com/btcsuite/btcutil v1.0.2
github.com/cespare/cp v1.1.1
github.com/coinbase/rosetta-sdk-go v0.4.4
github.com/coinbase/rosetta-sdk-go v0.4.6
github.com/davecgh/go-spew v1.1.1
github.com/deckarep/golang-set v1.7.1
github.com/edsrzf/mmap-go v1.0.0 // indirect

@ -12,7 +12,7 @@ import (
const (
// RosettaVersion tied back to the version of the rosetta go-sdk
RosettaVersion = "0.4.4" // TODO (dm): set variable via build flags
RosettaVersion = "1.4.6" // TODO (dm): set variable via build flags
// Blockchain ..
Blockchain = "Harmony"

Loading…
Cancel
Save