-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Deprecation and RawTX update * Version correction * add z_gettreestate RPC * Fix the use of 0 as expiryheight in createrawtransaction, to disable expiry * insightexplorer: LOCK(cs_main) during rpcs * Bitcoin 0.12 wallet * Fix CVE-2017-18350 * Wallet interface refactor * Return address and type of imported key in z_importkey * Update z_viewtransaction | Add Debian utfcpp pkg * Refactor shielded address logic * Add support for Sapling full viewing keys (+ upstream PRs relating to) * versioning as pre-release update * Updated deprecation and version (to stable) Co-authored-by: Marcelus <[email protected]> Co-authored-by: MarcelusCH <[email protected]>
- Loading branch information
1 parent
f8842ec
commit 3a96465
Showing
96 changed files
with
2,977 additions
and
1,077 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
bitcoinz (2.0.8) stable; urgency=low | ||
|
||
* 2.0.8 release. | ||
|
||
-- The BitcoinZ Community <[email protected]> Sep 2022 | ||
|
||
bitcoinz (2.0.7-10) stable; urgency=medium | ||
|
||
* 2.0.7-10 release. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,10 @@ Files: depends/sources/qpid-proton-*.tar.gz | |
Copyright: 2012-2017 The Apache Software Foundation | ||
License: Apache-Qpid-Proton-with-BSD-Subcomponents | ||
|
||
Files: depends/sources/utfcpp-*.tar.gz | ||
Copyright: 2006 Nemanja Trifunovic | ||
License: Boost-Software-License-1.0 | ||
|
||
Files: src/secp256k1/build-aux/m4/ax_jni_include_dir.m4 | ||
Copyright: 2008 Don Anderson <[email protected]> | ||
License: GNU-All-permissive-License | ||
|
@@ -1095,7 +1099,7 @@ License: LGPL-with-ZeroMQ-exception | |
the license of that module. An independent module is a module which is not | ||
derived from or based on this library. If you modify this library, you must | ||
extend this exception to your version of the library. | ||
|
||
Note: this exception relieves you of any obligations under sections 4 and 5 | ||
of this license, and section 6 of the GNU General Public License. | ||
Comment: | ||
|
@@ -1323,4 +1327,3 @@ License: GNU-All-permissive-License | |
permitted in any medium without royalty provided the copyright notice | ||
and this notice are preserved. This file is offered as-is, without any | ||
warranty. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
name: "bitcoinz-2.0.7-10" | ||
name: "bitcoinz-2.0.8" | ||
enable_cache: true | ||
distro: "debian" | ||
suites: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package=utfcpp | ||
$(package)_version=3.1 | ||
$(package)_download_path=https://github.com/nemtrif/$(package)/archive/ | ||
$(package)_file_name=$(package)-$($(package)_version).tar.gz | ||
$(package)_download_file=v$($(package)_version).tar.gz | ||
$(package)_sha256_hash=ab531c3fd5d275150430bfaca01d7d15e017a188183be932322f2f651506b096 | ||
|
||
define $(package)_stage_cmds | ||
cp -a ./source $($(package)_staging_dir)$(host_prefix)/include | ||
endef |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Notable changes | ||
=============== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.