Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 8bdc9c4

Browse files
authored
Update Zend to 5.0.7 (#58)
1 parent 0c99ff2 commit 8bdc9c4

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
- ALLOW_FAIL=false
1717
- ROSETTA_MAINTAINER_KEYS="8f94311b0d7422b170ae0cc271ba5ca94e686cf7 219f55740bbf7a1ce368ba45fb7053ce4991b669 FC3388A460ACFAB04E8328C07BB2A1D2CFDFCD2C"
1818
- ZEND_MAINTAINER_KEYS="219f55740bbf7a1ce368ba45fb7053ce4991b669 FC3388A460ACFAB04E8328C07BB2A1D2CFDFCD2C 1754AAB85B4A25165464478F670FC45BE6CA359F"
19-
- ZEN_COMMITTISH=v5.0.6
19+
- ZEN_COMMITTISH=v5.0.7
2020
- DOCKER_IMAGE_NAME=zencash/rosetta-zen
2121

2222
# TODO remove || true

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ MAINTAINER [email protected]
2121

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

24-
# Latest release zen 5.0.6
25-
ARG ZEN_COMMITTISH=v5.0.6
24+
# Latest release zen 5.0.7
25+
ARG ZEN_COMMITTISH=v5.0.7
2626
ARG IS_RELEASE=false
2727
# cronic <[email protected]> https://keys.openpgp.org/vks/v1/by-fingerprint/219F55740BBF7A1CE368BA45FB7053CE4991B669
2828
# Luigi Varriale <[email protected]> https://keys.openpgp.org/vks/v1/by-fingerprint/FC3388A460ACFAB04E8328C07BB2A1D2CFDFCD2C

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ NOFILE=100000
2222
# Daniele Rogora <[email protected]> https://keys.openpgp.org/vks/v1/by-fingerprint/661F6FC64773A0F47936625FD3A22623FF9B9F11
2323
# Alessandro Petrini <[email protected]> https://keys.openpgp.org/vks/v1/by-fingerprint/BF1FCDC8AEE7AE53013FF0941FCA7260796CB902
2424
ZEND_MAINTAINER_KEYS?=219f55740bbf7a1ce368ba45fb7053ce4991b669 FC3388A460ACFAB04E8328C07BB2A1D2CFDFCD2C 1754AAB85B4A25165464478F670FC45BE6CA359F
25-
ZEN_COMMITTISH?=v5.0.6
25+
ZEN_COMMITTISH?=v5.0.7
2626
DOCKER_IMAGE_NAME?=zencash/rosetta-zen
2727

2828
deps:

ci/devtools/bump_version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -eEuox pipefail
44

5-
ZEND_VERISON_OLD="${ZEND_VERISON_OLD:-5.0.5}"
6-
ZEND_VERSION_NEW="${ZEND_VERSION_NEW:-5.0.6}"
5+
ZEND_VERISON_OLD="${ZEND_VERISON_OLD:-5.0.6}"
6+
ZEND_VERSION_NEW="${ZEND_VERSION_NEW:-5.0.7}"
77

88
bsd_sed=""
99
[ "$(uname -s)" = "Darwin" ] && bsd_sed=" ''"

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: "5.0.6",
33+
NodeVersion: "5.0.7",
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 = "5.0.6"
27+
NodeVersion = "5.0.7"
2828

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

0 commit comments

Comments
 (0)