Skip to content

Releases: valargroup/zcashd

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 04:32
c44e282
Make NU6.3 wallet test setup exception-safe (#22)

* Initialize chain tip in NU6.3 wallet test

PrepareTransaction requires a nonnegative active-chain height when
selecting the current consensus branch ID.

* Make NU6.3 wallet test exception-safe

Select a valid Sapling diversifier and scope all temporary global state so
failures cannot corrupt later wallet tests or global teardown.

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 17 Jul 20:56
450963c
Fix wallet deprecation feature detection (#17)

Include the generated build configuration directly so wallet-only deprecated RPC flags remain available regardless of transitive include order.

v1.0.0-compat-rc3

Choose a tag to compare

@github-actions github-actions released this 11 Jul 22:31
96821ac
fix: keep headers sync live against a silent or mid-IBD single peer (…

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 17:54
96821ac
fix: keep headers sync live against a silent or mid-IBD single peer (…

v1.0.0-compat-rc2

Choose a tag to compare

@github-actions github-actions released this 10 Jul 21:40
27de1d3
Remove compatibility EOS policy (#13)

Keep the Zakura sidecar running without upstream height-based support
warnings or startup acknowledgments, while preserving feature deprecation
and offline signing behavior.

v1.0.0-compat-rc1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 20:54
eba6d3f
Extend compatibility EOS marker to height 3470000 (#12)

* Extend compatibility EOS marker to height 3470000

Align warnings, tests, and documentation with the September 4 support boundary while preserving the sidecar's no-halt behavior.

* Preserve upstream end-of-life timeline

Keep the historical upstream EOS documentation separate from the compatibility build's extended support marker.

* Reference the compatibility release tag

Identify the extended EOS schedule with v1.0.0-compat instead of the upstream 6.20.0 version.

* Apply suggestion from @p0mvn

* Apply suggestion from @p0mvn

* Apply suggestion from @p0mvn

* Apply suggestion from @p0mvn

v1.0.0-compat-rc0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 05:26
810e155
Hard-lock sidecar P2P to single Zakura peer (#10)

* Hard-lock sidecar P2P to single Zakura peer

Make the zcashd compatibility build fail closed around the intended sidecar topology so stale config or RPC calls cannot add peers or reopen inbound P2P.

* Fix sidecar hard-lock lint failures

Keep the PR green by updating offline Cargo patch replacements, applying rustfmt ordering, and removing stale pyflakes locals.

* Fix orchard FFI Clippy test module ordering

Move the test module after all items so the MSRV Clippy job passes with warnings denied.

* Update doc/release-notes.md

Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>

* Update doc/release-notes.md

Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>

* Move sidecar release notes below Ironwood

Address review feedback by keeping the Ironwood release-note section first.

* fix(ci): restore offline cargo config and refresh vet exemptions

The orchard/librustzcash source replacements in config.toml.offline
conflicted with Cargo.toml patches during offline builds. Also update
cargo-vet exemptions for lockfile versions that Audits was rejecting.

* Fix offline Cargo source replacement build

Add patched git source replacements before the vendored source table so the generated offline Cargo config is valid, and refresh Cargo.lock for the vendored Orchard source.

* Fix cargo vet Orchard resolution

Pin Orchard to the registry prerelease used by the vendored build so clean cargo-vet checkouts and offline builds resolve the same package.

---------

Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>