forked from zcash/zcash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request zcash#6966 from zcash/version-6.0.0
Version 6.0.0 post-release merge.
- Loading branch information
Showing
95 changed files
with
1,741 additions
and
1,150 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,4 +1,4 @@ | ||
Zcash 5.10.0 | ||
Zcash 6.0.0 | ||
<img align="right" width="120" height="80" src="doc/imgs/logo.png"> | ||
=========== | ||
|
||
|
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,15 @@ | ||
zcash (6.0.0) stable; urgency=high | ||
|
||
* 6.0.0 release. | ||
|
||
-- Electric Coin Company <[email protected]> Wed, 02 Oct 2024 20:45:09 +0000 | ||
|
||
zcash (6.0.0~rc1) stable; urgency=medium | ||
|
||
* 6.0.0-rc1 release. | ||
|
||
-- Electric Coin Company <[email protected]> Fri, 27 Sep 2024 19:51:34 +0000 | ||
|
||
zcash (5.10.0) stable; urgency=medium | ||
|
||
* 5.10.0 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
name: "zcash-5.10.0" | ||
name: "zcash-6.0.0" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
name: "zcash-5.10.0" | ||
name: "zcash-6.0.0" | ||
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
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
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,37 @@ | ||
Notable changes | ||
=============== | ||
|
||
- Windows builds have been fixed. | ||
|
||
Changelog | ||
========= | ||
|
||
Daira-Emma Hopwood (2): | ||
Ensure out-reference parameters of `CWallet::CreateTransaction` are initialized. | ||
Rename ecc_addresses to bp_addresses in chainparams.cpp. | ||
|
||
Jack Grigg (16): | ||
depends: Update Rust to 1.81.0 | ||
depends: native_cmake 3.30.3 | ||
depends: cxx 1.0.128 | ||
cargo vet prune | ||
cargo update | ||
qa: Postpone Boost, LevelDB, and Clang updates | ||
Fix clippy lints for 1.81 | ||
Remove `#[should_panic]` tests of `extern "C"` functions | ||
depends: Fix incompatibility between libsodium 1.0.20 and Clang 18 | ||
depends: Downgrade libc++ for MinGW to 18.1.6-1 | ||
Migrate to latest revision of Zcash Rust crates | ||
depends: native_cmake 3.30.4 | ||
Update release notes | ||
Decrease support window to 6 weeks for 6.0.0-rc1 | ||
make-release.py: Versioning changes for 6.0.0-rc1. | ||
make-release.py: Updated manpages for 6.0.0-rc1. | ||
|
||
Kris Nuttycombe (1): | ||
Use scopes to make it more obvious that certain variables are never used. | ||
|
||
y4ssi (2): | ||
fix gitian-descriptors | ||
Simplify Dockerfile (#6906) | ||
|
Oops, something went wrong.