Skip to content

Commit

Permalink
Update to v0.10.2 release of chaintool
Browse files Browse the repository at this point in the history
v0.10.2 removes the old base64 encoding in favor of taking advantage
of the new (for v1.0) binary transport.  This is an ABI-breaking
change from v0.6 to v1.0 (as are many others) so important to
get this in sooner rather than later.

hyperledger-archives/fabric-chaintool@b579a6a

Change-Id: I2b96ac73efd4b6f373589d37304b7ccc2ac197d2
Signed-off-by: Gregory Haskins <gregory.haskins@gmail.com>
  • Loading branch information
ghaskins committed Feb 14, 2017
1 parent 9c39adb commit 031d93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PKGNAME = github.com/$(PROJECT_NAME)
GO_LDFLAGS = -X $(PKGNAME)/common/metadata.Version=$(PROJECT_VERSION)
CGO_FLAGS = CGO_CFLAGS=" "
ARCH=$(shell uname -m)
CHAINTOOL_RELEASE=v0.10.1
CHAINTOOL_RELEASE=v0.10.2
BASEIMAGE_RELEASE=$(shell cat ./.baseimage-release)

CHAINTOOL_URL ?= https://github.com/hyperledger/fabric-chaintool/releases/download/$(CHAINTOOL_RELEASE)/chaintool
Expand Down

0 comments on commit 031d93e

Please sign in to comment.