Skip to content

Commit fb3db0d

Browse files
authored
Merge pull request #18 from HorizenOfficial/yuriko/zend-v3.0.1
Update to Zend to v3.0.1
2 parents 8d4760f + 9c87906 commit fb3db0d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ MAINTAINER cronic@horizen.io
2020

2121
SHELL ["/bin/bash", "-c"]
2222

23-
# Latest release zen 3.0.0
23+
# Latest release zen 3.0.1
2424
# TODO: Update ZEN_COMMITTISH to newest tag
25-
ARG ZEN_COMMITTISH=v3.0.0
25+
ARG ZEN_COMMITTISH=v3.0.1
2626
ARG IS_RELEASE=false
2727
# cronic <cronic@zensystem.io> http://pool.sks-keyservers.net:11371/pks/lookup?search=0x219F55740BBF7A1CE368BA45FB7053CE4991B669&op=vindex
2828
# Luigi Varriale <luigi@zensystem.io> http://pool.sks-keyservers.net:11371/pks/lookup?search=0x7C20EDC1CABFC9D1005EADBF3C80D9DD9F971AB6&op=vindex

services/network_service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var (
3030
defaultNetworkOptions = &types.NetworkOptionsResponse{
3131
Version: &types.Version{
3232
RosettaVersion: types.RosettaAPIVersion,
33-
NodeVersion: "3.0.0",
33+
NodeVersion: "3.0.1",
3434
MiddlewareVersion: &middlewareVersion,
3535
},
3636
Allow: &types.Allow{

services/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
const (
2525
// NodeVersion is the version of
2626
// zend core we are using.
27-
NodeVersion = "3.0.0"
27+
NodeVersion = "3.0.1"
2828

2929
// HistoricalBalanceLookup indicates
3030
// that historical balance lookup is supported.

0 commit comments

Comments
 (0)