Skip to content

Commit

Permalink
Update to Zen v5.0.1 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikoinaba authored Feb 26, 2024
1 parent 829cb51 commit e9fd537
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
- ALLOW_FAIL=false
- ROSETTA_MAINTAINER_KEYS="8f94311b0d7422b170ae0cc271ba5ca94e686cf7 219f55740bbf7a1ce368ba45fb7053ce4991b669 FC3388A460ACFAB04E8328C07BB2A1D2CFDFCD2C"
- ZEND_MAINTAINER_KEYS="219f55740bbf7a1ce368ba45fb7053ce4991b669 FC3388A460ACFAB04E8328C07BB2A1D2CFDFCD2C D0459BD6AAD14E8D9C83FF1E8EDE560493C65AC1 661F6FC64773A0F47936625FD3A22623FF9B9F11 BF1FCDC8AEE7AE53013FF0941FCA7260796CB902 05A7B1EDFE39C7654176002C629611734CE354B9"
- ZEN_COMMITTISH=v5.0.0
- ZEN_COMMITTISH=v5.0.1
- DOCKER_IMAGE_NAME=zencash/rosetta-zen

# TODO remove || true
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ MAINTAINER [email protected]

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

# Latest release zen 5.0.0
ARG ZEN_COMMITTISH=v5.0.0
# Latest release zen 5.0.1
ARG ZEN_COMMITTISH=v5.0.1
ARG IS_RELEASE=false
# cronic <[email protected]> https://keys.openpgp.org/vks/v1/by-fingerprint/219F55740BBF7A1CE368BA45FB7053CE4991B669
# Luigi Varriale <[email protected]> https://keys.openpgp.org/vks/v1/by-fingerprint/FC3388A460ACFAB04E8328C07BB2A1D2CFDFCD2C
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ NOFILE=100000
# Daniele Rogora <[email protected]> https://keys.openpgp.org/vks/v1/by-fingerprint/661F6FC64773A0F47936625FD3A22623FF9B9F11
# Alessandro Petrini <[email protected]> https://keys.openpgp.org/vks/v1/by-fingerprint/BF1FCDC8AEE7AE53013FF0941FCA7260796CB902
ZEND_MAINTAINER_KEYS?=219f55740bbf7a1ce368ba45fb7053ce4991b669 FC3388A460ACFAB04E8328C07BB2A1D2CFDFCD2C D0459BD6AAD14E8D9C83FF1E8EDE560493C65AC1 661F6FC64773A0F47936625FD3A22623FF9B9F11 BF1FCDC8AEE7AE53013FF0941FCA7260796CB902
ZEN_COMMITTISH?=v5.0.0
ZEN_COMMITTISH?=v5.0.1
DOCKER_IMAGE_NAME?=zencash/rosetta-zen

deps:
Expand Down
4 changes: 2 additions & 2 deletions ci/devtools/bump_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -eEuox pipefail

ZEND_VERISON_OLD="${ZEND_VERISON_OLD:-5.0.0-rc1}"
ZEND_VERSION_NEW="${ZEND_VERSION_NEW:-5.0.0}"
ZEND_VERISON_OLD="${ZEND_VERISON_OLD:-5.0.0}"
ZEND_VERSION_NEW="${ZEND_VERSION_NEW:-5.0.1}"

bsd_sed=""
[ "$(uname -s)" = "Darwin" ] && bsd_sed=" ''"
Expand Down
2 changes: 1 addition & 1 deletion services/network_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var (
defaultNetworkOptions = &types.NetworkOptionsResponse{
Version: &types.Version{
RosettaVersion: types.RosettaAPIVersion,
NodeVersion: "5.0.0",
NodeVersion: "5.0.1",
MiddlewareVersion: &middlewareVersion,
},
Allow: &types.Allow{
Expand Down
2 changes: 1 addition & 1 deletion services/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
const (
// NodeVersion is the version of
// zend core we are using.
NodeVersion = "5.0.0"
NodeVersion = "5.0.1"

// HistoricalBalanceLookup indicates
// that historical balance lookup is supported.
Expand Down

0 comments on commit e9fd537

Please sign in to comment.