Skip to content

Commit

Permalink
Update to rosetta-sdk-go v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady committed Apr 15, 2020
1 parent ef880ce commit e92ea2e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ LOG_BENCHMARKS?=false
LOG_BALANCES?=true
LOG_RECONCILIATION?=true
BOOTSTRAP_BALANCES?=false
RECONCILE_BALANCES?=true

deps:
go get ./...
Expand Down Expand Up @@ -65,6 +66,7 @@ validate:
-e LOG_BALANCES="${LOG_BALANCES}" \
-e LOG_RECONCILIATION="${LOG_RECONCILIATION}" \
-e BOOTSTRAP_BALANCES="${BOOTSTRAP_BALANCES}" \
-e RECONCILE_BALANCES="${RECONCILE_BALANCES}" \
--network host \
rosetta-validator \
rosetta-validator;
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ _Default: http://localhost:8080_

The URL the validator will use to access the Rosetta Server.

#### RECONCILE_BALANCES
_Default: true_

Computed balances will be reconciled against balances returned by the node.

#### LOG_TRANSACTIONS
_Default: true_

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.13

require (
github.com/caarlos0/env v3.5.0+incompatible
github.com/coinbase/rosetta-sdk-go v0.1.3
github.com/coinbase/rosetta-sdk-go v0.1.4
github.com/davecgh/go-spew v1.1.1
github.com/dgraph-io/badger v1.6.0
github.com/stretchr/testify v1.5.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ github.com/coinbase/rosetta-sdk-go v0.1.2 h1:N5i37O/+6sMO1vd7mfWtDO7Pm16d9KO+qg7
github.com/coinbase/rosetta-sdk-go v0.1.2/go.mod h1:lbmGsBpBiSZWP4WQqEW2CuTweGcU/ioQHwZ8CYo6yO8=
github.com/coinbase/rosetta-sdk-go v0.1.3 h1:ksyrtwHBZUwU/T6FVKCH6769QdQPwJrBY05tfC7X+gY=
github.com/coinbase/rosetta-sdk-go v0.1.3/go.mod h1:lbmGsBpBiSZWP4WQqEW2CuTweGcU/ioQHwZ8CYo6yO8=
github.com/coinbase/rosetta-sdk-go v0.1.4 h1:XGXuAk4xJkcSuXY325wCSSjiTkhp/zFcyXmAnveJ9Ks=
github.com/coinbase/rosetta-sdk-go v0.1.4/go.mod h1:lbmGsBpBiSZWP4WQqEW2CuTweGcU/ioQHwZ8CYo6yO8=
github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8NzMklzPG4d5KIOhIy30Tk=
github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
Expand Down

0 comments on commit e92ea2e

Please sign in to comment.