Skip to content

Commit 238ffa4

Browse files
authored
Merge pull request zcash#6966 from zcash/version-6.0.0
Version 6.0.0 post-release merge.
2 parents 1c0c425 + 857bd0d commit 238ffa4

File tree

95 files changed

+1741
-1150
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+1741
-1150
lines changed

Cargo.lock

Lines changed: 27 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,33 +39,33 @@ bip0039 = { version = "0.10.1", features = ["std", "all-languages"] }
3939
blake2b_simd = "1"
4040
blake2s_simd = "1"
4141
bls12_381 = "0.8"
42-
bridgetree = "0.5"
42+
bridgetree = "0.6"
4343
byteorder = "1"
4444
crossbeam-channel = "0.5"
4545
getrandom = "0.2"
4646
group = "0.13"
4747
hex = "0.4"
48-
incrementalmerkletree = "0.6"
48+
incrementalmerkletree = "0.7"
4949
libc = "0.2"
5050
jubjub = "0.10"
5151
memuse = "0.2"
5252
nonempty = "0.7"
53-
orchard = "0.9"
54-
sapling = { package = "sapling-crypto", version = "0.2", features = ["temporary-zcashd"] }
53+
orchard = "0.10"
54+
sapling = { package = "sapling-crypto", version = "0.3", features = ["temporary-zcashd"] }
5555
secp256k1 = "0.27"
5656
subtle = "2.2"
5757
rand_core = "0.6"
5858
redjubjub = "0.7"
5959
tracing = "0.1"
6060
tracing-core = "0.1"
6161
tracing-appender = "0.2"
62-
zcash_address = "0.5"
62+
zcash_address = "0.6"
6363
zcash_encoding = "0.2.1"
6464
zcash_history = "0.4"
6565
zcash_note_encryption = "0.4"
66-
zcash_primitives = { version = "0.17", features = ["temporary-zcashd", "transparent-inputs"] }
67-
zcash_proofs = { version = "0.17", features = ["directories"] }
68-
zcash_protocol = { version = "0.3", features = ["local-consensus"] }
66+
zcash_primitives = { version = "0.19", features = ["temporary-zcashd", "transparent-inputs"] }
67+
zcash_proofs = { version = "0.19", features = ["directories"] }
68+
zcash_protocol = { version = "0.4", features = ["local-consensus"] }
6969
ed25519-zebra = "4"
7070
zeroize = "1.4.2"
7171
wagyu-zcash-parameters = "0.2"
@@ -98,9 +98,9 @@ thiserror = "1"
9898
time = { version = "0.3", features = ["formatting", "macros"] }
9999

100100
[dev-dependencies]
101-
incrementalmerkletree = { version = "0.6", features = ["test-dependencies"] }
101+
incrementalmerkletree = { version = "0.7", features = ["test-dependencies"] }
102102
proptest = "1.0.0"
103-
zcash_primitives = { version = "0.17", features = ["temporary-zcashd", "transparent-inputs", "test-dependencies"] }
103+
zcash_primitives = { version = "0.19", features = ["temporary-zcashd", "transparent-inputs", "test-dependencies"] }
104104

105105
[dependencies.tracing-subscriber]
106106
version = "0.3"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Zcash 5.10.0
1+
Zcash 6.0.0
22
<img align="right" width="120" height="80" src="doc/imgs/logo.png">
33
===========
44

code_of_conduct.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,14 @@ is deemed necessary and appropriate to the circumstances. Maintainers are
4747
obligated to maintain confidentiality with regard to the reporter of an
4848
incident.
4949

50-
You may send reports to [our Conduct email](mailto:conduct@z.cash).
50+
You may send reports to [our Conduct email](mailto:conduct@electriccoin.co).
5151

5252
If you wish to contact specific maintainers directly, the following have made
5353
themselves available for conduct issues:
5454

55-
- Daira Hopwood (daira at z.cash)
56-
- Sean Bowe (sean at z.cash)
55+
- Daira-Emma Hopwood (daira-emma at electriccoin.co)
56+
- Kris Nuttycombe (kris at electriccoin.co)
57+
- Jack Grigg (jack at electriccoin.co)
5758

5859

5960
This Code of Conduct is adapted from the [Contributor Covenant][homepage],

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
22
AC_PREREQ([2.60])
3-
define(_CLIENT_VERSION_MAJOR, 5)
4-
define(_CLIENT_VERSION_MINOR, 10)
3+
define(_CLIENT_VERSION_MAJOR, 6)
4+
define(_CLIENT_VERSION_MINOR, 0)
55
define(_CLIENT_VERSION_REVISION, 0)
66
define(_CLIENT_VERSION_BUILD, 50)
77
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)))

contrib/debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
zcash (6.0.0) stable; urgency=high
2+
3+
* 6.0.0 release.
4+
5+
-- Electric Coin Company <[email protected]> Wed, 02 Oct 2024 20:45:09 +0000
6+
7+
zcash (6.0.0~rc1) stable; urgency=medium
8+
9+
* 6.0.0-rc1 release.
10+
11+
-- Electric Coin Company <[email protected]> Fri, 27 Sep 2024 19:51:34 +0000
12+
113
zcash (5.10.0) stable; urgency=medium
214

315
* 5.10.0 release.

contrib/gitian-descriptors/gitian-linux-parallel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "zcash-5.10.0"
2+
name: "zcash-6.0.0"
33
enable_cache: true
44
distro: "debian"
55
suites:

contrib/gitian-descriptors/gitian-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "zcash-5.10.0"
2+
name: "zcash-6.0.0"
33
enable_cache: true
44
distro: "debian"
55
suites:

depends/packages/native_cmake.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=native_cmake
2-
$(package)_version=3.30.3
2+
$(package)_version=3.30.4
33
$(package)_download_path=https://github.com/Kitware/CMake/releases/download/v$($(package)_version)
44
$(package)_file_name=cmake-$($(package)_version).tar.gz
5-
$(package)_sha256_hash=6d5de15b6715091df7f5441007425264bdd477809f80333fdf95f846aaff88e4
5+
$(package)_sha256_hash=c759c97274f1e7aaaafcb1f0d261f9de9bf3a5d6ecb7e2df616324a46fe704b2
66

77
define $(package)_set_vars
88
$(package)_config_opts += -DCMAKE_BUILD_TYPE:STRING=Release

doc/authors.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Zcash Contributors
22
==================
33

4-
* Jack Grigg (2157)
5-
* Kris Nuttycombe (750)
6-
* Daira-Emma Hopwood (483)
4+
* Jack Grigg (2181)
5+
* Kris Nuttycombe (751)
6+
* Daira-Emma Hopwood (492)
77
* Simon Liu (464)
88
* Sean Bowe (413)
99
* Eirik Ogilvie-Wigley (273)
@@ -88,6 +88,7 @@ Zcash Contributors
8888
* Evan Klitzke (4)
8989
* DeckerSU (4)
9090
* Ben Woosley (4)
91+
* y4ssi (3)
9192
* mruddy (3)
9293
* lpescher (3)
9394
* isle2983 (3)
@@ -152,7 +153,6 @@ Zcash Contributors
152153
* Akio Nakamura (2)
153154
* ロハン ダル (1)
154155
* zathras-crypto (1)
155-
* y4ssi (1)
156156
* vim88 (1)
157157
* user (1)
158158
* unsystemizer (1)

0 commit comments

Comments
 (0)