Skip to content

Releases: HorizenOfficial/zen

v3.2.1

31 Jan 22:35
v3.2.1
be0cbc5
Compare
Choose a tag to compare

Notes

The old version of ZEN, 3.2.0, is expected to deprecate (stop running) at block #1303000, which will occur on February 22, 2023 at approximately 03:00 AM UTC.
Please update to ZEN 3.2.1 before February 21. You can find more information on our blog.

Binaries

Windows and MacOS binaries are signed with a valid certificate,
see included instructions.txt for Win/Mac command line wallets.

Install

Debian package dependencies:

Depends amd64: libc6 (>= 2.25), libgcc1 (>= 1:4.2), libgomp1 (>= 4.9), libstdc++6 (>= 7)

Changes

  • Set deprecation height 1328320/2023-04-06

v3.2.0-bitcore

29 Sep 14:25
v3.2.0-bitcore
9422690
Compare
Choose a tag to compare

Binaries

NOTE: The bitcore debian packages are built from the AddressIndexing branch and are intended for block explorers

Install

Debian package dependencies:

Depends amd64: libc6 (>= 2.25), libgcc1 (>= 1:4.2), libgomp1 (>= 4.9), libstdc++6 (>= 7)

Notable changes

  • Backport z_mergetoaddress and z_listunspent RPC from Zcash #446
  • Allow z_sendmany outputs to the same recipient multiple times #447
  • Fix long-lasting bug with unspendable shielded notes due to a race condition with witness cache flush to disk #448
  • Upgrade integration test suite to Python 3 #430
  • Updates to build system, compatibility with newer versions of Linux #452
  • Fix IsInitialBlockDownload false positive error message #453
  • Update documentation with required build dependency versions #454
  • Remove base58 code duplication #455
  • Add Ubuntu 22.04 CI build worker #461
  • Fix miner thread shutdown #459

v3.2.0

29 Sep 14:23
v3.2.0
ad2af6b
Compare
Choose a tag to compare

Binaries

Windows and MacOS binaries are signed with a valid certificate,
see included instructions.txt for Win/Mac command line wallets.

Install

Debian package dependencies:

Depends amd64: libc6 (>= 2.25), libgcc1 (>= 1:4.2), libgomp1 (>= 4.9), libstdc++6 (>= 7)

Notable changes

  • Backport z_mergetoaddress and z_listunspent RPC from Zcash #446
  • Allow z_sendmany outputs to the same recipient multiple times #447
  • Fix long-lasting bug with unspendable shielded notes due to a race condition with witness cache flush to disk #448
  • Upgrade integration test suite to Python 3 #430
  • Updates to build system, compatibility with newer versions of Linux #452
  • Fix IsInitialBlockDownload false positive error message #453
  • Update documentation with required build dependency versions #454
  • Remove base58 code duplication #455
  • Add Ubuntu 22.04 CI build worker #461
  • Fix miner thread shutdown #459

v3.1.0-bitcore

22 Mar 14:55
v3.1.0-bitcore
9036079
Compare
Choose a tag to compare

Binaries

NOTE: The bitcore debian packages are built from the AddressIndexing branch and are intended for block explorers

Install

Debian package dependencies:

Depends amd64: libc6 (>= 2.25), libgcc1 (>= 1:4.2), libgomp1 (>= 4.9), libstdc++6 (>= 7)

Notable changes

  • A hard fork will activate at Testnet block height #1028900 expected on 2022-03-29 around 15:00UTC, Mainnet block height #1127000 expected on 2022-04-19 around 12:00UTC, introducing the following changes:
    • A modification is applied to the custom field serialization in Sidechain creation transactions. PR#429
    • Introduction of Sidechain creation version. PR#435
    • Change of Treasury multisig addresses. PR#440
  • 'merkleTree' and 'scTxsCommitment' fields have been added to 'getblocktemplate' exposed by optional parameter. PR#432
  • ‘GET_SIDECHAIN_VERSIONS’ websocket API has been added to retrieve all the versions for a set of sidechain IDs provided as input. PR#435
  • ‘getscgenesisinfo’ RPC command has been extended to include a list of pairs (sidechain_id, sidechain_version) for each certificate published in the sidechain genesis block. PR#437

The Testnet coinbase vout addresses will change at block #1028900:

Type From To
Treasury zrFzxutppvxEdjyu4QNjogBMjtC1py9Hp1S zrFwQjR613EuvLSufoNvUzZrfKvjSQx5a23
Secure Nodes zrS7QUB2eDbbKvyP43VJys3t7RpojW8GdxH zrQM7AZ1qpm9TPzLc2YinGhWePt7vaHz4Rg
Super Nodes zrFr5HVm7woVq3oFzkMEdJdbfBchfPAPDsP zrSRNSqeBNEtXqn8NkAgJ9gwhLTJmXjKqoX

The Mainnet coinbase vout addresses will change at block #1127000:

Type From To
Treasury zszpcLB6C5B8QvfDbF2dYWXsrpac5DL9WRk zshX5BAgUvNgM1VoBVKZyFVVozTDjjJvRxJ
Secure Nodes zsxWnyDbU8pk2Vp98Uvkx5Nh33RFzqnCpWN zsx68qSKMNoc1ZPQpGwNFZXVzgf27KN6a9u
Super Nodes zsnL6pKdzvZ1BPVzALUoqw2KsY966XFs5CE zszMgcogAqz49sLHGV22YCDFSvwzwkfog4k

Reward percentages will stay unchanged.

v3.1.0

22 Mar 14:59
v3.1.0
9f9a8b8
Compare
Choose a tag to compare

Binaries

Windows and MacOS binaries are signed with a valid certificate,
see included instructions.txt for Win/Mac command line wallets.

Install

Debian package dependencies:

Depends amd64: libc6 (>= 2.25), libgcc1 (>= 1:4.2), libgomp1 (>= 4.9), libstdc++6 (>= 7)

Notable changes

  • A hard fork will activate at Testnet block height #1028900 expected on 2022-03-29 around 15:00UTC, Mainnet block height #1127000 expected on 2022-04-19 around 12:00UTC, introducing the following changes:
    • A modification is applied to the custom field serialization in Sidechain creation transactions. PR#429
    • Introduction of Sidechain creation version. PR#435
    • Change of Treasury multisig addresses. PR#440
  • 'merkleTree' and 'scTxsCommitment' fields have been added to 'getblocktemplate' exposed by optional parameter. PR#432
  • ‘GET_SIDECHAIN_VERSIONS’ websocket API has been added to retrieve all the versions for a set of sidechain IDs provided as input. PR#435
  • ‘getscgenesisinfo’ RPC command has been extended to include a list of pairs (sidechain_id, sidechain_version) for each certificate published in the sidechain genesis block. PR#437

The Testnet coinbase vout addresses will change at block #1028900:

Type From To
Treasury zrFzxutppvxEdjyu4QNjogBMjtC1py9Hp1S zrFwQjR613EuvLSufoNvUzZrfKvjSQx5a23
Secure Nodes zrS7QUB2eDbbKvyP43VJys3t7RpojW8GdxH zrQM7AZ1qpm9TPzLc2YinGhWePt7vaHz4Rg
Super Nodes zrFr5HVm7woVq3oFzkMEdJdbfBchfPAPDsP zrSRNSqeBNEtXqn8NkAgJ9gwhLTJmXjKqoX

The Mainnet coinbase vout addresses will change at block #1127000:

Type From To
Treasury zszpcLB6C5B8QvfDbF2dYWXsrpac5DL9WRk zshX5BAgUvNgM1VoBVKZyFVVozTDjjJvRxJ
Secure Nodes zsxWnyDbU8pk2Vp98Uvkx5Nh33RFzqnCpWN zsx68qSKMNoc1ZPQpGwNFZXVzgf27KN6a9u
Super Nodes zsnL6pKdzvZ1BPVzALUoqw2KsY966XFs5CE zszMgcogAqz49sLHGV22YCDFSvwzwkfog4k

Reward percentages will stay unchanged.

v3.0.3-bitcore

05 Dec 16:31
v3.0.3-bitcore
d59a595
Compare
Choose a tag to compare

Binaries

NOTE: The bitcore debian packages are built from the AddressIndexing branch and are intended for block explorers

Install

Debian package dependencies:

Depends amd64: libc6 (>= 2.25), libgcc1 (>= 1:4.2), libgomp1 (>= 4.9), libstdc++6 (>= 7)

Notable changes

  • Improved broadcasting of headers

v3.0.3

05 Dec 16:34
v3.0.3
968fa77
Compare
Choose a tag to compare

Binaries

Windows and MacOS binaries are signed with a valid certificate,
see included instructions.txt for Win/Mac command line wallets.

Install

Debian package dependencies:

Depends amd64: libc6 (>= 2.25), libgcc1 (>= 1:4.2), libgomp1 (>= 4.9), libstdc++6 (>= 7)

Notable changes

  • Improved broadcasting of headers

v3.0.2-bitcore

27 Nov 17:50
v3.0.2-bitcore
4f8c180
Compare
Choose a tag to compare

Binaries

NOTE: The bitcore debian packages are built from the AddressIndexing branch and are intended for block explorers

Install

Debian package dependencies:

Depends amd64: libc6 (>= 2.25), libgcc1 (>= 1:4.2), libgomp1 (>= 4.9), libstdc++6 (>= 7)

Notable changes

  • Fix edge case exception in LogPrintf when rescanning last blocks on startup
  • Fix issue #409

v3.0.2

27 Nov 17:52
v3.0.2
3263e81
Compare
Choose a tag to compare

Binaries

Windows and MacOS binaries are signed with a valid certificate,
see included instructions.txt for Win/Mac command line wallets.

Install

Debian package dependencies:

Depends amd64: libc6 (>= 2.25), libgcc1 (>= 1:4.2), libgomp1 (>= 4.9), libstdc++6 (>= 7)

Notable changes

  • Fix edge case exception in LogPrintf when rescanning last blocks on startup
  • Fix issue #409

v3.0.1-bitcore

17 Nov 20:44
v3.0.1-bitcore
0c55780
Compare
Choose a tag to compare

Binaries

NOTE: The bitcore debian packages are built from the AddressIndexing branch and are intended for block explorers

Install

Debian package dependencies:

Depends amd64: libc6 (>= 2.25), libgcc1 (>= 1:4.2), libgomp1 (>= 4.9), libstdc++6 (>= 7)

Notable changes

  • Fix txindex=1 functionality on data directories that haven't been reindexed using zen >= 3.0.0
  • Better detection of requirement to reindex at startup with addressindex=1/maturityheightindex=1