8000 Tags · omahs/zcash · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: omahs/zcash

Tags

v5.9.1

Toggle v5.9.1's commit message

Verified

This tag was signed with the committer’s verified signature.
nuttycom Kris Nuttycombe
Zcashd release version 5.9.1

Notable Changes
===============

- This release adds a `z_converttex` RPC method to support conversion of transparent
  p2pkh addresses to the ZIP 320 (TEX) format.

- zcashd will now disconnect from a peer on receipt of a malformed `version`
  message, and also will reject duplicate `verack` messages from outbound
  connections. See zcash#6781 for additional
  details.

v5.9.1-rc1

Toggle v5.9.1-rc1's commit message

Verified

This tag was signed with the committer’s verified signature.
nuttycom Kris Nuttycombe
Zcashd release candidate v5.9.1-rc1

v5.9.0

Toggle v5.9.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Zcashd release version 5.9.0

v5.9.0-rc1

Toggle v5.9.0-rc1's commit message
Zcashd release candidate v5.9.0-rc1

v5.8.0

Toggle v5.8.0's commit message

Verified

This tag was signed with the committer’s verified signature.
nuttycom Kris Nuttycombe
Zcashd release version 5.8.0

This is a maintenance release that updates dependencies and sets a new
end-of-service height to help ensure continuity of services.

v5.8.0-rc1

Toggle v5.8.0-rc1's commit message

Verified

This tag was signed with the committer’s verified signature.
nuttycom Kris Nuttycombe
Zcashd release candidate v5.8.0-rc1

v5.7.0

Toggle v5.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
nuttycom Kris Nuttycombe
Zcashd release version 5.7.0

Notable changes
===============

Deprecation of `fetch-params.sh`
--------------------------------

The `fetch-params.sh` script (also `zcash-fetch-params`) is now deprecated. The
`zcashd` binary now bundles zk-SNARK parameters directly and so parameters do not
need to be downloaded or stored separately. The script will now do nothing but
state that it is deprecated; it will be removed in a future release.

Previously, parameters were stored by default in these locations:

* `~/.zcash-params` (on Linux); or
* `~/Library/Application Support/ZcashParams` (on Mac); or
* `C:\Users\Username\AppData\Roaming\ZcashParams` (on Windows)

Unless you need to generate transactions using the deprecated Sprout shielded
pool, you can delete the parameter files stored in these directories to save
space as they are no longer read or used by `zcashd`. If you do wish to use the
Sprout pool, you will need the `sprout-groth16.params` file in the
aforementioned directory. This file is currently available for download
[here](https://download.z.cash/downloads/sprout-groth16.params).

Mempool metrics
---------------

`zcashd` now reports the following new metrics when `-prometheusport` is set:

- (gauge) `zcash.mempool.actions.unpaid { "bk" = ["< 0.2", "< 0.4", "< 0.6", "< 0.8", "< 1"] }`
- (gauge) `zcash.mempool.actions.paid`
- (gauge) `zcash.mempool.size.weighted { "bk" = ["< 1", "1", "> 1", "> 2", "> 3"] }`

The `zcash.mempool.actions` metrics count the number of [logical actions] across
the transactions in the mempool, while `zcash.mempool.size.weighted` is a
weight-bucketed version of the `zcash.mempool.size.bytes` metric.

The [ZIP 317 weight ratio][weight_ratio] of a transaction is used to bucket its
logical actions and byte size. A weight ratio of at least 1 means that the
transaction's fee is at least the ZIP 317 conventional fee, and all of its
logical actions are considered "paid". A weight ratio lower than 1 corresponds
to the fraction of the transaction's logical actions that are "paid". The
remaining fraction (i.e. 1 - weight ratio) are subject to the unpaid action
limit that miners configure for their blocks with `-blockunpaidactionlimit`.

[logical actions]: https://zips.z.cash/zip-0317#fee-calculation
[weight_ratio]: https://zips.z.cash/zip-0317#recommended-algorithm-for-block-template-construction

v5.7.0-rc1

Toggle v5.7.0-rc1's commit message

Verified

This tag was signed with the committer’s verified signature.
nuttycom Kris Nuttycombe
Zcashd release candidate v5.7.0-rc1

v5.6.1

Toggle v5.6.1's commit message

Verified

This tag was signed with the committer’s verified signature.
nuttycom Kris Nuttycombe
Zcashd hotfix release version 5.6.1

Notable changes
===============

Fixes
-----

Fixes an issue introduced in v5.6.0 that could cause loss of data from the
wallet's Orchard note commitment tree. Users upgrading directly from v5.5.0
should upgrade directly to v5.6.1. Wallets that were previously upgraded to
v5.6.0 whose wallets contained unspent Orchard notes at the time of the upgrade
will be automatically re-scanned on startup to repair the corrupted note
commitment tree.

Also, the `height` parameter to the `getblocksubsidy` RPC call had accidentally
been made required instead of optional as part of the v5.5.0 upgrade. This
hotfix restores `height` to being treated as an optional parameter.

v5.6.0-gitian

Toggle v5.6.0-gitian's commit message

Verified

This tag was signed with the committer’s verified signature.
nuttycom Kris Nuttycombe
Zcashd release v5.6.0-gitian

This release corrects a build configuration error in v5.6.0 that
prevented the `gitian` builds from creating reproducible binaries.
0