Skip to content

Commit

Permalink
Build zend from zend_oo repository, testnet only
Browse files Browse the repository at this point in the history
  • Loading branch information
cronicc committed Oct 2, 2021
1 parent 440fb3c commit 64b360a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Expand Up @@ -20,8 +20,8 @@ MAINTAINER cronic@horizen.io

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

# Latest release zen 2.0.23
ARG ZEN_COMMITTISH=v2.0.23
# zend_oo testnet release
ARG ZEN_COMMITTISH=v3.0.0-beta1
ARG IS_RELEASE=false
# cronic <cronic@zensystem.io> http://pool.sks-keyservers.net:11371/pks/lookup?search=0x219F55740BBF7A1CE368BA45FB7053CE4991B669&op=vindex
# Luigi Varriale <luigi@zensystem.io> http://pool.sks-keyservers.net:11371/pks/lookup?search=0x7C20EDC1CABFC9D1005EADBF3C80D9DD9F971AB6&op=vindex
Expand All @@ -36,7 +36,7 @@ RUN set -euxo pipefail \
bsdmainutils build-essential ca-certificates cmake curl dirmngr fakeroot \
git g++-multilib gnupg2 libc6-dev libgomp1 libtool m4 ncurses-dev \
pkg-config zlib1g-dev \
&& git clone https://github.com/HorizenOfficial/zen.git \
&& git clone https://github.com/HorizenOfficial/zend_oo.git zen \
&& cd /zen && git checkout "${ZEN_COMMITTISH}" \
&& if [ "$IS_RELEASE" = "true" ]; then \
( gpg2 --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --keyserver-options timeout=15 --recv-keys $MAINTAINER_KEYS || \
Expand Down
2 changes: 1 addition & 1 deletion services/network_service_test.go
Expand Up @@ -30,7 +30,7 @@ var (
defaultNetworkOptions = &types.NetworkOptionsResponse{
Version: &types.Version{
RosettaVersion: types.RosettaAPIVersion,
NodeVersion: "2.0.23",
NodeVersion: "3.0.0-beta1",
MiddlewareVersion: &middlewareVersion,
},
Allow: &types.Allow{
Expand Down
2 changes: 1 addition & 1 deletion services/types.go
Expand Up @@ -24,7 +24,7 @@ import (
const (
// NodeVersion is the version of
// zend core we are using.
NodeVersion = "2.0.23"
NodeVersion = "3.0.0-beta1"

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

0 comments on commit 64b360a

Please sign in to comment.