Skip to content

Commit 031d93e

Browse files
committed
Update to v0.10.2 release of chaintool
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 <[email protected]>
1 parent 9c39adb commit 031d93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PKGNAME = github.com/$(PROJECT_NAME)
4848
GO_LDFLAGS = -X $(PKGNAME)/common/metadata.Version=$(PROJECT_VERSION)
4949
CGO_FLAGS = CGO_CFLAGS=" "
5050
ARCH=$(shell uname -m)
51-
CHAINTOOL_RELEASE=v0.10.1
51+
CHAINTOOL_RELEASE=v0.10.2
5252
BASEIMAGE_RELEASE=$(shell cat ./.baseimage-release)
5353

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

0 commit comments

Comments
 (0)