Skip to content

Commit

Permalink
Insight update v2.0.7 (aka YODA) (#63)
Browse files Browse the repository at this point in the history
* Update to 2.0.7 from zcash (first commit)

* Corrected typing error, params and consensus updates

* BtcZ params settings update

* BtcZ Community fees params restore

* Corrected equihash solution 0

* Initial Block download corrected

* Changed Deprecation to block 775000 (AUG-2021). Added release note. Updated aka name. Seeds update.
  • Loading branch information
MarcelusCH authored Jan 12, 2021
1 parent 2235d57 commit 8e85a88
Show file tree
Hide file tree
Showing 443 changed files with 5,453 additions and 2,655 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ src/zcash-cli
src/zcash-gtest
src/zcash-tx
src/test/test_bitcoin
src/BitcoinZWallet.jar

*zcashTest.pk
*zcashTest.vk
Expand Down
7 changes: 7 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Copyright (c) 2017-2020 The BitcoinZ community
# Copyright (c) 2016-2019 The Zcash developers
# Copyright (c) 2013-2019 The Bitcoin Core developers
# Copyright (c) 2013-2019 Bitcoin Developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or https://www.opensource.org/licenses/mit-license.php .

ACLOCAL_AMFLAGS = -I build-aux/m4
SUBDIRS = src
if ENABLE_MAN
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BitcoinZ
# BitcoinZ 2.0.7
**Keep running wallet to strengthen the BitcoinZ network. Backup your wallet in many locations & keep your coins wallet offline.**

### Ports:
Expand Down
7 changes: 7 additions & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
#!/bin/sh
# Copyright (c) 2017-2020 The BitcoinZ community
# Copyright (c) 2016-2019 The Zcash developers
# Copyright (c) 2013-2019 The Bitcoin Core developers
# Copyright (c) 2013-2019 Bitcoin Developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or https://www.opensource.org/licenses/mit-license.php .

set -e
srcdir="$(dirname $0)"
cd "$srcdir"
Expand Down
8 changes: 7 additions & 1 deletion build-aux/m4/l_atomic.m4
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
dnl Copyright (c) 2015 Tim Kosse <[email protected]>
dnl Copying and distribution of this file, with or without modification, are
dnl permitted in any medium without royalty provided the copyright notice
dnl and this notice are preserved. This file is offered as-is, without any
dnl warranty

# Some versions of gcc/libstdc++ require linking with -latomic if
# using the C++ atomic library.
#
Expand Down Expand Up @@ -32,7 +38,7 @@ AC_DEFUN([CHECK_ATOMIC], [
AC_MSG_RESULT([yes])
],[
AC_MSG_RESULT([no])
AC_MSG_FAILURE([cannot figure our how to use std::atomic])
AC_MSG_FAILURE([cannot figure out how to use std::atomic])
])
])
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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, 6)
define(_CLIENT_VERSION_REVISION, 7)
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)))
Expand Down
8 changes: 4 additions & 4 deletions contrib/amqp/amqp_sub.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env python2
# Copyright (c) 2017 The Zcash developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
# Copyright (c) 2017-2020 The BitcoinZ Community
# Copyright (c) 2017-2019 The Zcash developers
# Distributed under the MIT software license, see the accompanying # Distributed under the MIT software license, see the accompanying
# file COPYING or https://www.opensource.org/licenses/mit-license.php . # file COPYING or https://www.opensource.org/licenses/mit-license.php .

# Requirements:
# pip install python-qpid-proton
Expand Down Expand Up @@ -45,4 +46,3 @@ def on_message(self, event):
Container(Server("127.0.0.1:%i" % port)).run()
except KeyboardInterrupt:
pass

6 changes: 3 additions & 3 deletions contrib/bitcoinz-cli.bash-completion
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# bash programmable completion for bitcoinz-cli(1)
# Copyright (c) 2017-2018 The BitcoinZ Community
# Copyright (c) 2016-2017 The Zcash developers
# Copyright (c) 2017-2020 The BitcoinZ community
# Copyright (c) 2016-2019 The Zcash developers
# Copyright (c) 2012-2017 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
# file COPYING or https://www.opensource.org/licenses/mit-license.php .

# call $bitcoinz-cli for RPC
_bitcoinz_rpc() {
Expand Down
4 changes: 2 additions & 2 deletions contrib/bitcoinz-tx.bash-completion
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# bash programmable completion for bitcoinz-tx(1)
# Copyright (c) 2017-2018 The BitcoinZ Community
# Copyright (c) 2016-2017 The Zcash developers
# Copyright (c) 2016-2019 The Zcash developers
# Copyright (c) 2012-2017 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
# file COPYING or https://www.opensource.org/licenses/mit-license.php .

_bitcoinz_tx() {
local cur prev words=() cword
Expand Down
6 changes: 3 additions & 3 deletions contrib/bitcoinzd.bash-completion
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# bash programmable completion for bitcoinzd(1)
# Copyright (c) 2017-2018 The BitcoinZ Community
# Copyright (c) 2016-2017 The Zcash developers
# Copyright (c) 2017-2020 The BitcoinZ community
# Copyright (c) 2016-2019 The Zcash developers
# Copyright (c) 2012-2017 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
# file COPYING or https://www.opensource.org/licenses/mit-license.php .

_bitcoinzd() {
local cur prev words=() cword
Expand Down
12 changes: 12 additions & 0 deletions contrib/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
bitcoinz (2.0.7) stable; urgency=high

* 2.0.7 release.

-- The BitcoinZ Community <[email protected]> Nov 2020

bitcoinz (2.0.6) stable; urgency=high

* 2.0.6 release.

-- The BitcoinZ Community <[email protected]> Mar 2020

bitcoinz (2.0.5) stable; urgency=high

* 2.0.5 release.
Expand Down
2 changes: 1 addition & 1 deletion contrib/devtools/symbol-check.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# Copyright (c) 2014 Wladimir J. van der Laan
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
# file COPYING or https://www.opensource.org/licenses/mit-license.php .
'''
A script to check that the (Linux) executables produced by gitian only contain
allowed gcc, glibc and libstdc++ version symbols. This makes sure they are
Expand Down
3 changes: 2 additions & 1 deletion contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
name: "bitcoinz-2.0.6"
name: "bitcoinz-2.0.7"
enable_cache: true
distro: "debian"
suites:
- "jessie"
- "stretch"
architectures:
- "amd64"
packages:
Expand Down
2 changes: 1 addition & 1 deletion contrib/linearize/linearize-data.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Copyright (c) 2013-2014 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
# file COPYING or https://www.opensource.org/licenses/mit-license.php .
#

from __future__ import print_function, division
Expand Down
2 changes: 1 addition & 1 deletion contrib/linearize/linearize-hashes.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Copyright (c) 2013-2014 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
# file COPYING or https://www.opensource.org/licenses/mit-license.php .
#

from __future__ import print_function
Expand Down
2 changes: 1 addition & 1 deletion contrib/seeds/generate-seeds.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# Copyright (c) 2014 Wladimir J. van der Laan
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
# file COPYING or https://www.opensource.org/licenses/mit-license.php .
'''
Script to generate list of seed nodes for chainparams.cpp.
Expand Down
2 changes: 1 addition & 1 deletion contrib/zmq/zmq_sub.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python2
# Copyright (c) 2014-2016 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
# file COPYING or https://www.opensource.org/licenses/mit-license.php .

import array
import binascii
Expand Down
2 changes: 1 addition & 1 deletion depends/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SOURCES_PATH ?= $(BASEDIR)/sources
BASE_CACHE ?= $(BASEDIR)/built
SDK_PATH ?= $(BASEDIR)/SDKs
NO_WALLET ?=
PRIORITY_DOWNLOAD_PATH ?= https://z.cash/depends-sources
PRIORITY_DOWNLOAD_PATH ?= https://download.z.cash/depends-sources

BUILD ?= $(shell ./config.guess)
HOST ?= $(BUILD)
Expand Down
3 changes: 1 addition & 2 deletions doc/init.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** Warning: This document has not been updated for Zcash and may be inaccurate. ***
*** Warning: This document has not been updated for BitcoinZ and may be inaccurate. ***

Sample init scripts and service configuration for bitcoind
==========================================================
Expand Down Expand Up @@ -99,4 +99,3 @@ setting the BITCOIND and FLAGS environment variables in the file

Auto respawning is currently only configured for Upstart and systemd.
Reasonable defaults have been chosen but YMMV.

8 changes: 4 additions & 4 deletions doc/man/bitcoinz-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.6.
.TH BITCOINZ-CLI "1" "May 2019" "bitcoinz-cli v2.0.5" "User Commands"
.TH BITCOINZ-CLI "1" "May 2019" "bitcoinz-cli v2.0.7" "User Commands"
.SH NAME
bitcoinz-cli \- manual page for bitcoinz-cli v2.0.5
bitcoinz-cli \- manual page for bitcoinz-cli v2.0.7
.SH DESCRIPTION
BitcoinZ RPC client version v2.0.5
BitcoinZ RPC client version v2.0.7
.PP
In order to ensure you are adequately protecting your privacy when using
BitcoinZ, please see <https://z.cash/support/security/index.html>.
Expand Down Expand Up @@ -82,7 +82,7 @@ Copyright (C) 2017-2019 The BitcoinZ Community
This is experimental software.

Distributed under the MIT software license, see the accompanying file COPYING
or <http://www.opensource.org/licenses/mit-license.php>.
or <https://www.opensource.org/licenses/mit-license.php>.

This product includes software developed by the OpenSSL Project for use in the
OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written
Expand Down
8 changes: 4 additions & 4 deletions doc/man/bitcoinz-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.6.
.TH BITCOINZ-TX "1" "May 2019" "bitcoinz-tx v2.0.5" "User Commands"
.TH BITCOINZ-TX "1" "May 2019" "bitcoinz-tx v2.0.7" "User Commands"
.SH NAME
bitcoinz-tx \- manual page for bitcoinz-tx v2.0.5
bitcoinz-tx \- manual page for bitcoinz-tx v2.0.7
.SH DESCRIPTION
BitcoinZ bitcoinz\-tx utility version v2.0.5
BitcoinZ bitcoinz\-tx utility version v2.0.7
.SS "Usage:"
.TP
bitcoinz\-tx [options] <hex\-tx> [commands]
Expand Down Expand Up @@ -95,7 +95,7 @@ Copyright (C) 2017-2019 The BitcoinZ Community
This is experimental software.

Distributed under the MIT software license, see the accompanying file COPYING
or <http://www.opensource.org/licenses/mit-license.php>.
or <https://www.opensource.org/licenses/mit-license.php>.

This product includes software developed by the OpenSSL Project for use in the
OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written
Expand Down
8 changes: 4 additions & 4 deletions doc/man/bitcoinzd.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.6.
.TH BITCOINZD "1" "May 2019" "bitcoinzd v2.0.5" "User Commands"
.TH BITCOINZD "1" "May 2019" "bitcoinzd v2.0.7" "User Commands"
.SH NAME
bitcoinzd \- manual page for bitcoinzd v2.0.5
bitcoinzd \- manual page for bitcoinzd v2.0.7
.SH DESCRIPTION
BitcoinZ Daemon version v2.0.5
BitcoinZ Daemon version v2.0.7
.PP
In order to ensure you are adequately protecting your privacy when using
BitcoinZ, please see <https://z.cash/support/security/>.
Expand Down Expand Up @@ -495,7 +495,7 @@ Copyright (C) 2017-2019 The BitcoinZ Community
This is experimental software.

Distributed under the MIT software license, see the accompanying file COPYING
or <http://www.opensource.org/licenses/mit-license.php>.
or <https://www.opensource.org/licenses/mit-license.php>.

This product includes software developed by the OpenSSL Project for use in the
OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written
Expand Down
Loading

0 comments on commit 8e85a88

Please sign in to comment.