Skip to content

Commit

Permalink
Merge pull request #334 from HorizenOfficial/AddressIndexing_development
Browse files Browse the repository at this point in the history
  • Loading branch information
cronicc committed Oct 19, 2020
2 parents f81e416 + 03ad3d4 commit 3aaeab9
Show file tree
Hide file tree
Showing 104 changed files with 3,984 additions and 1,469 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ os: linux
osx_image: xcode9.4
cache:
directories:
- "$HOME/Library/Application Support/ZcashParams"
- "$HOME/Library/Application\ Support/ZcashParams"
script:
- bash -c "RENAME_FOLDER='true' RENAME_SUFFIX='_clean' ${TRAVIS_BUILD_DIR}/contrib/ci-horizen/scripts/common/get_archive.sh ${B2_DL_DECOMPRESS_FOLDER} ${B2_DL_FILENAME}"
- bash -c "${TRAVIS_BUILD_DIR}/contrib/ci-horizen/scripts/common/travis_stay_alive.sh"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Zen 2.0.21-1-bitcore
Zen 2.0.22-bitcore
==============

What is Horizen?
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 2)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 21)
define(_CLIENT_VERSION_BUILD, 51)
define(_CLIENT_VERSION_REVISION, 22)
define(_CLIENT_VERSION_BUILD, 50)
define(_ZC_BUILD_VAL, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, m4_incr(_CLIENT_VERSION_BUILD), m4_eval(_CLIENT_VERSION_BUILD < 50), 1, m4_eval(_CLIENT_VERSION_BUILD - 24), m4_eval(_CLIENT_VERSION_BUILD == 50), 1, , m4_eval(_CLIENT_VERSION_BUILD - 50)))
define(_CLIENT_VERSION_SUFFIX, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, _CLIENT_VERSION_REVISION-beta$1, m4_eval(_CLIENT_VERSION_BUILD < 50), 1, _CLIENT_VERSION_REVISION-rc$1, m4_eval(_CLIENT_VERSION_BUILD == 50), 1, _CLIENT_VERSION_REVISION, _CLIENT_VERSION_REVISION-$1)))
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2019)
define(_COPYRIGHT_YEAR, 2020)
AC_INIT([Zcash],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_SUFFIX(_ZC_BUILD_VAL)],[https://github.com/zcash/zcash/issues],[zcash])
AC_CONFIG_SRCDIR([src/main.cpp])
AC_CONFIG_HEADERS([src/config/bitcoin-config.h])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@ RUN set -euxo pipefail \
&& curl -o /usr/local/bin/gosu -SL "${BASEURL}/${GOSU_VERSION}/gosu-${DPKG_ARCH}" \
&& curl -o /usr/local/bin/gosu.asc -SL "${BASEURL}/${GOSU_VERSION}/gosu-${DPKG_ARCH}.asc" \
&& export GNUPGHOME="$(mktemp -d)" \
&& gpg2 --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 || \
&& ( gpg2 --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 || \
gpg2 --batch --keyserver hkp://ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 || \
gpg2 --batch --keyserver pgp.mit.edu --recv-key B42F6819007F00F88E364FD4036A9C25BF357DD4 || \
gpg2 --batch --keyserver keyserver.pgp.com --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 || \
gpg2 --batch --keyserver pgp.key-server.io --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 \
gpg2 --batch --keyserver pgp.key-server.io --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 ) \
&& gpg2 --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu \
&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc \
&& ( gpgconf --kill dirmngr || true ) \
&& ( gpgconf --kill gpg-agent || true ) \
&& rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc \
&& unset GNUPGHOME \
&& chmod +x /usr/local/bin/gosu \
&& gosu nobody true \
&& BASEURL=$(curl -s https://api.github.com/repos/ipfs/go-ipfs/releases | grep browser_download_url | awk 'FNR <= 1' | cut -d '"' -f 4 | sed 's:/[^/]*$::') \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@ RUN set -euxo pipefail \
&& curl -o /usr/local/bin/gosu -SL "${BASEURL}/${GOSU_VERSION}/gosu-${DPKG_ARCH}" \
&& curl -o /usr/local/bin/gosu.asc -SL "${BASEURL}/${GOSU_VERSION}/gosu-${DPKG_ARCH}.asc" \
&& export GNUPGHOME="$(mktemp -d)" \
&& gpg2 --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 || \
&& ( gpg2 --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 || \
gpg2 --batch --keyserver hkp://ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 || \
gpg2 --batch --keyserver pgp.mit.edu --recv-key B42F6819007F00F88E364FD4036A9C25BF357DD4 || \
gpg2 --batch --keyserver keyserver.pgp.com --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 || \
gpg2 --batch --keyserver pgp.key-server.io --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 \
gpg2 --batch --keyserver pgp.key-server.io --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 ) \
&& gpg2 --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu \
&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc \
&& ( gpgconf --kill dirmngr || true ) \
&& ( gpgconf --kill gpg-agent || true ) \
&& rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc \
&& unset GNUPGHOME \
&& chmod +x /usr/local/bin/gosu \
&& gosu nobody true \
&& BASEURL=$(curl -s https://api.github.com/repos/ipfs/go-ipfs/releases | grep browser_download_url | awk 'FNR <= 1' | cut -d '"' -f 4 | sed 's:/[^/]*$::') \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@ RUN set -euxo pipefail \
&& curl -o /usr/local/bin/gosu -SL "${BASEURL}/${GOSU_VERSION}/gosu-${DPKG_ARCH}" \
&& curl -o /usr/local/bin/gosu.asc -SL "${BASEURL}/${GOSU_VERSION}/gosu-${DPKG_ARCH}.asc" \
&& export GNUPGHOME="$(mktemp -d)" \
&& gpg2 --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 || \
&& ( gpg2 --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 || \
gpg2 --batch --keyserver hkp://ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 || \
gpg2 --batch --keyserver pgp.mit.edu --recv-key B42F6819007F00F88E364FD4036A9C25BF357DD4 || \
gpg2 --batch --keyserver keyserver.pgp.com --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 || \
gpg2 --batch --keyserver pgp.key-server.io --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 \
gpg2 --batch --keyserver pgp.key-server.io --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 ) \
&& gpg2 --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu \
&& rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc \
&& ( gpgconf --kill dirmngr || true ) \
&& ( gpgconf --kill gpg-agent || true ) \
&& rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc \
&& unset GNUPGHOME \
&& chmod +x /usr/local/bin/gosu \
&& gosu nobody true \
&& update-alternatives --install /usr/bin/x86_64-w64-mingw32-gcc x86_64-w64-mingw32-gcc /usr/bin/x86_64-w64-mingw32-gcc-posix 100 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ FILENAME="$2"
if [ "${RENAME_FOLDER}" = "true" ] && [ ! -z "${RENAME_SUFFIX}" ]; then
mv "${FOLDERNAME}" "${FOLDERNAME}${RENAME_SUFFIX}"
fi
aria2c --file-allocation=none --max-tries=3 --continue=true "${B2_DOWNLOAD_URL}${FILENAME}.sha256" -d "${HOME}" || FAILURE="true"
aria2c --file-allocation=none -s4 -x4 --max-tries=3 --continue=true "${B2_DOWNLOAD_URL}${FILENAME}" -d "${HOME}" || FAILURE="true"
if command -v aria2c 2>&1 > /dev/null; then
aria2c --file-allocation=none --max-tries=3 --continue=true "${B2_DOWNLOAD_URL}${FILENAME}.sha256" -d "${HOME}" || FAILURE="true"
aria2c --file-allocation=none -s4 -x4 --max-tries=3 --continue=true "${B2_DOWNLOAD_URL}${FILENAME}" -d "${HOME}" || FAILURE="true"
else
wget --quiet --retry-connrefused --waitretry=3 --timeout=90 --continue "${B2_DOWNLOAD_URL}${FILENAME}.sha256" -O "${HOME}/${FILENAME}.sha256" || FAILURE="true"
wget --quiet --retry-connrefused --waitretry=3 --timeout=90 --continue "${B2_DOWNLOAD_URL}${FILENAME}" -O "${HOME}/${FILENAME}" || FAILURE="true"
fi
if [ "${FAILURE}" = "true" ]; then
if [ "${ALLOW_FAILURE}" = "true" ]; then
exit 0
Expand Down
7 changes: 4 additions & 3 deletions contrib/ci-horizen/scripts/common/setup_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,19 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
fi

if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
export UPDATE_PACKAGES="aria2 pigz"
# export UPDATE_PACKAGES="aria2 pigz"
export UPDATE_PACKAGES="pigz"
export PIP_INSTALL=""
if [ "${TRAVIS_BUILD_STAGE_NAME}" = "Prepare" ]; then
export PIP_INSTALL="${PIP_INSTALL} b2"
export PIP_INSTALL="${PIP_INSTALL} b2==1.4.2"
export CLONE_REPO="https://github.com/HorizenOfficial/zencash-apple.git"
export CLONE_TARGET="${HOME}/zencash-apple"
export B2_UL_COMPRESS_FOLDER="${CLONE_TARGET}"
export B2_UL_FILENAME="${TRAVIS_CPU_ARCH}-${TRAVIS_OS_NAME}-${TRAVIS_OSX_IMAGE}-${TRAVIS_BUILD_ID}-${TRAVIS_COMMIT}-zencash-apple.tar.gz"
NEED_B2_CREDS="true"
fi
if [ "${TRAVIS_BUILD_STAGE_NAME}" = "Build" ]; then
export PIP_INSTALL="${PIP_INSTALL} b2"
export PIP_INSTALL="${PIP_INSTALL} b2==1.4.2"
export B2_DL_DECOMPRESS_FOLDER="${HOME}/zencash-apple"
export B2_DL_FILENAME="${TRAVIS_CPU_ARCH}-${TRAVIS_OS_NAME}-${TRAVIS_OSX_IMAGE}-${TRAVIS_BUILD_ID}-${TRAVIS_COMMIT}-zencash-apple.tar.gz"
export B2_UL_COMPRESS_FOLDER="${TRAVIS_BUILD_DIR}"
Expand Down
9 changes: 6 additions & 3 deletions depends/packages/libsodium.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
package=libsodium
$(package)_version=1.0.15
$(package)_download_path=https://download.libsodium.org/libsodium/releases/old/unsupported/
$(package)_version=1.0.18
$(package)_download_path=https://download.libsodium.org/libsodium/releases/
$(package)_file_name=$(package)-$($(package)_version).tar.gz
$(package)_sha256_hash=fb6a9e879a2f674592e4328c5d9f79f082405ee4bb05cb6e679b90afe9e178f4
$(package)_sha256_hash=6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5452b46be121e46636c1
$(package)_dependencies=
$(package)_patches=1.0.15-pubkey-validation.diff 1.0.15-signature-validation.diff
$(package)_config_opts=

define $(package)_preprocess_cmds
patch -p1 < $($(package)_patch_dir)/1.0.15-pubkey-validation.diff && \
patch -p1 < $($(package)_patch_dir)/1.0.15-signature-validation.diff && \
cd $($(package)_build_subdir); ./autogen.sh
endef

Expand Down
4 changes: 2 additions & 2 deletions depends/packages/openssl.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package=openssl
$(package)_version=1.1.1d
$(package)_version=1.1.1g
$(package)_download_path=https://www.openssl.org/source
$(package)_file_name=$(package)-$($(package)_version).tar.gz
$(package)_sha256_hash=1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2
$(package)_sha256_hash=ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46

define $(package)_set_vars
$(package)_config_env=AR="$($(package)_ar)" RANLIB="$($(package)_ranlib)" CC="$($(package)_cc)"
Expand Down
17 changes: 17 additions & 0 deletions depends/patches/libsodium/1.0.15-pubkey-validation.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
diff -ur libsodium-1.0.18-orig/src/libsodium/crypto_sign/ed25519/ref10/open.c libsodium-1.0.18/src/libsodium/crypto_sign/ed25519/ref10/open.c
--- libsodium-1.0.18-orig/src/libsodium/crypto_sign/ed25519/ref10/open.c 2019-05-18 16:32:11.000000000 -0400
+++ libsodium-1.0.18/src/libsodium/crypto_sign/ed25519/ref10/open.c 2020-01-21 18:55:22.474233831 -0500
@@ -32,8 +32,11 @@
ge25519_has_small_order(sig) != 0) {
return -1;
}
- if (ge25519_is_canonical(pk) == 0 ||
- ge25519_has_small_order(pk) != 0) {
+ unsigned char d = 0;
+ for (int i = 0; i < 32; ++i) {
+ d |= pk[i];
+ }
+ if (d == 0) {
return -1;
}
#endif
78 changes: 78 additions & 0 deletions depends/patches/libsodium/1.0.15-signature-validation.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
diff -ur libsodium-1.0.18-orig/src/libsodium/crypto_sign/ed25519/ref10/open.c libsodium-1.0.18/src/libsodium/crypto_sign/ed25519/ref10/open.c
--- libsodium-1.0.18-orig/src/libsodium/crypto_sign/ed25519/ref10/open.c 2019-05-18 21:32:11.000000000 +0100
+++ libsodium-1.0.18/src/libsodium/crypto_sign/ed25519/ref10/open.c 2020-02-18 00:00:08.544107613 +0000
@@ -10,6 +10,65 @@
#include "private/ed25519_ref10.h"
#include "utils.h"

+#ifndef ED25519_COMPAT
+int
+_crypto_sign_ed25519_small_order(const unsigned char p[32])
+{
+ CRYPTO_ALIGN(16)
+ static const unsigned char blacklist[][32] = {
+ { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 },
+ { 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 },
+ { 0x26, 0xe8, 0x95, 0x8f, 0xc2, 0xb2, 0x27, 0xb0, 0x45, 0xc3, 0xf4,
+ 0x89, 0xf2, 0xef, 0x98, 0xf0, 0xd5, 0xdf, 0xac, 0x05, 0xd3, 0xc6,
+ 0x33, 0x39, 0xb1, 0x38, 0x02, 0x88, 0x6d, 0x53, 0xfc, 0x05 },
+ { 0xc7, 0x17, 0x6a, 0x70, 0x3d, 0x4d, 0xd8, 0x4f, 0xba, 0x3c, 0x0b,
+ 0x76, 0x0d, 0x10, 0x67, 0x0f, 0x2a, 0x20, 0x53, 0xfa, 0x2c, 0x39,
+ 0xcc, 0xc6, 0x4e, 0xc7, 0xfd, 0x77, 0x92, 0xac, 0x03, 0x7a },
+ { 0x13, 0xe8, 0x95, 0x8f, 0xc2, 0xb2, 0x27, 0xb0, 0x45, 0xc3, 0xf4,
+ 0x89, 0xf2, 0xef, 0x98, 0xf0, 0xd5, 0xdf, 0xac, 0x05, 0xd3, 0xc6,
+ 0x33, 0x39, 0xb1, 0x38, 0x02, 0x88, 0x6d, 0x53, 0xfc, 0x85 },
+ { 0xb4, 0x17, 0x6a, 0x70, 0x3d, 0x4d, 0xd8, 0x4f, 0xba, 0x3c, 0x0b,
+ 0x76, 0x0d, 0x10, 0x67, 0x0f, 0x2a, 0x20, 0x53, 0xfa, 0x2c, 0x39,
+ 0xcc, 0xc6, 0x4e, 0xc7, 0xfd, 0x77, 0x92, 0xac, 0x03, 0xfa },
+ { 0xec, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
+ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
+ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f },
+ { 0xed, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
+ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
+ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f },
+ { 0xee, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
+ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
+ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f },
+ { 0xd9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
+ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
+ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff },
+ { 0xda, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
+ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
+ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff },
+ { 0xdb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
+ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
+ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }
+ };
+ size_t i, j;
+ unsigned char c;
+
+ for (i = 0; i < sizeof blacklist / sizeof blacklist[0]; i++) {
+ c = 0;
+ for (j = 0; j < 32; j++) {
+ c |= p[j] ^ blacklist[i][j];
+ }
+ if (c == 0) {
+ return 1;
+ }
+ }
+ return 0;
+}
+#endif
+
int
_crypto_sign_ed25519_verify_detached(const unsigned char *sig,
const unsigned char *m,
@@ -29,7 +88,7 @@
}
#else
if (sc25519_is_canonical(sig + 32) == 0 ||
- ge25519_has_small_order(sig) != 0) {
+ _crypto_sign_ed25519_small_order(sig) != 0) {
return -1;
}
if (ge25519_is_canonical(pk) == 0 ||
17 changes: 10 additions & 7 deletions doc/authors.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
Zcash Contributors
==================

Jack Grigg (768)
Jack Grigg (773)
Simon Liu (338)
FranckDG (219)
Sean Bowe (204)
Daira Hopwood (142)
cronicc (122)
Wladimir J. van der Laan (122)
Nathan Wilcox (106)
cronicc (103)
Jay Graber (75)
Taylor Hornby (74)
Jonas Schnelli (74)
Taylor Hornby (73)
Alberto Sala (58)
Cory Fields (45)
Kevin Gallagher (38)
MarcoOl94 (32)
MarcoOl94 (34)
pierstab (29)
syd (28)
Alberto Sala (27)
Pieter Wuille (24)
joshuayabut (20)
nomnombtc (18)
Paige Peterson (13)
fanquake (12)
Luke Dashjr (12)
abi87 (11)
MarcoFalke (11)
Jake Tarren (11)
hellcatz (10)
Expand All @@ -39,12 +40,12 @@ root (7)
Philip Kaufmann (7)
PeaStew (7)
Pavel Janík (6)
abi87 (5)
Patrick Strateman (5)
Johnathan Corgan (5)
Daniel Cousens (5)
str4d (4)
kpcyrd (4)
alsala (4)
Reza Barazesh (4)
Per Grön (4)
João Barbosa (4)
Expand Down Expand Up @@ -73,6 +74,7 @@ dexX7 (2)
daniel (2)
codeparticle (2)
calebogden (2)
ca333 (2)
aniemerg (2)
Stephen (2)
Scott (2)
Expand Down Expand Up @@ -106,18 +108,19 @@ Alex van der Peet (2)
Alberto Garoffolo (2)
Adam Weiss (2)
Adam Brown (2)
​Felix Ippolitov (1)
pier (1)
nickolay (1)
mrbandrews (1)
koljenovic (1)
kazcw (1)
isle2983 (1)
fgius (1)
ca333 (1)
ayleph (1)
Tom Ritter (1)
Stefano (1)
S. Matthew English (1)
PowerVANO (1)
Paragon Initiative Enterprises, LLC (1)
Oleksandr Iozhytsia (1)
Miles Manley (1)
Expand Down
14 changes: 7 additions & 7 deletions doc/man/zen-cli.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
.TH ZEN-CLI "1" "May 2020" "zen-cli v2.0.21-1" "User Commands"
.TH ZEN-CLI "1" "October 2020" "zen-cli v2.0.22" "User Commands"
.SH NAME
zen-cli \- manual page for zen-cli v2.0.21-1
zen-cli \- manual page for zen-cli v2.0.22
.SH DESCRIPTION
Horizen RPC client version v2.0.21-1
Horizen RPC client version v2.0.22
.SS "Usage:"
.TP
zen\-cli [options] <command> [params]
Expand Down Expand Up @@ -64,10 +64,10 @@ Timeout in seconds during HTTP requests, or 0 for no timeout. (default:
900)
.SH COPYRIGHT

Copyright (C) 2009-2019 The Bitcoin Core Developers
Copyright (C) 2015-2019 The Zcash Developers
Copyright (C) 2015-2019 Zdeveloper.org
Copyright (C) 2015-2019 Zen Blockchain Foundation
Copyright (C) 2009-2020 The Bitcoin Core Developers
Copyright (C) 2015-2020 The Zcash Developers
Copyright (C) 2015-2020 Zdeveloper.org
Copyright (C) 2015-2020 Zen Blockchain Foundation

This is experimental software.

Expand Down
14 changes: 7 additions & 7 deletions doc/man/zen-tx.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
.TH ZEN-TX "1" "May 2020" "zen-tx v2.0.21-1" "User Commands"
.TH ZEN-TX "1" "October 2020" "zen-tx v2.0.22" "User Commands"
.SH NAME
zen-tx \- manual page for zen-tx v2.0.21-1
zen-tx \- manual page for zen-tx v2.0.22
.SH DESCRIPTION
Zencash zen\-tx utility version v2.0.21-1
Zencash zen\-tx utility version v2.0.22
.SS "Usage:"
.TP
zen\-tx [options] <hex\-tx> [commands]
Expand Down Expand Up @@ -85,10 +85,10 @@ set=NAME:JSON\-STRING
Set register NAME to given JSON\-STRING
.SH COPYRIGHT

Copyright (C) 2009-2019 The Bitcoin Core Developers
Copyright (C) 2015-2019 The Zcash Developers
Copyright (C) 2015-2019 Zdeveloper.org
Copyright (C) 2015-2019 Zen Blockchain Foundation
Copyright (C) 2009-2020 The Bitcoin Core Developers
Copyright (C) 2015-2020 The Zcash Developers
Copyright (C) 2015-2020 Zdeveloper.org
Copyright (C) 2015-2020 Zen Blockchain Foundation

This is experimental software.

Expand Down
Loading

0 comments on commit 3aaeab9

Please sign in to comment.