Skip to content

Releases: UnitsNetwork/consensus-client

Consensus Client v1.4.1

Choose a tag to compare

@phearnot phearnot released this 03 Jun 15:15
02cae88

This release updates Waves Node version used by the consensus client to 1.6.3. This release is mandatory for all miners.

Update Notes

Docker tags for the ghcr.io/unitsnetwork/consensus-client image remain the same (mainnet and testnet for the respective networks). No configuration changes are required. To update your deployments, please stop the containers, pull newer images, and restart:

docker compose down && docker compose pull && docker compose up -d

Consensus Client v1.4.0

Choose a tag to compare

@phearnot phearnot released this 20 Apr 09:31
c5ab881

This release brings two new features and updates Waves Node version used by the consensus client to 1.6.2. This release is mandatory for all miners.

Update Notes

Docker tags for the ghcr.io/unitsnetwork/consensus-client image remain the same (mainnet and testnet for the respective networks). No configuration changes are required. To update your deployments, please stop the containers, pull newer images, and restart:

docker compose down && docker compose pull && docker compose up -d

Testnet Rollback

Waves Testnet will be rolled back to block 4047001, and Unit Zero Testnet will be rolled back to block 9381981.

To ensure your node is following the correct chains, after upgrading consensus client to 1.4.0, you will need to:

  1. delete both Waves node and op-geth data,
  2. download Waves node state data from https://blockchain-testnet.wavesnodes.com,
  3. start Waves node with consensus client and op-geth and wait for op-geth to sync.

We will announce when Waves Testnet has been rolled back and when state snapshot data is available.

Consensus Client v1.3.0

Choose a tag to compare

@phearnot phearnot released this 28 Nov 10:42
ae4d11b

This release brings two new features and updates Waves Node version used by the consensus client to 1.5.12. This release is mandatory for all miners.

Native Transfers via DepositedTransaction

After activation, native currency (UNIT0) transfers from Waves to Unit Zero will use DepositedTransactions instead of withdrawals. This will increase the bridge throughput, as well as make it easier to track miner rewards. Note that after activation, the consensus client will call _v3 functions on the chain contract (instead of the _v2 ones as it does now). This change is transparent to the clients sending funds from Waves to Unit Zero; no changes are required on the client side. This functionality is already available on Stagenet, and will be activated on Testnet and Mainnet soon.

Shorter Block Delay

Block delay has been moved from the consensus client configuration file to the chain contract. This will help eliminate alt chains when adjusting block delay. Block delay on Testnet has been reduced to 2 seconds, and we're planning to do the same for Mainnet.

Update Notes

Docker tags for the ghcr.io/unitsnetwork/consensus-client image remain the same (mainnet and testnet for the respective networks). No configuration changes are required. To update your deployments, please stop the containers, pull newer images, and restart:

docker compose down && docker compose pull && docker compose up -d

Consensus Client v1.2.0

Choose a tag to compare

@phearnot phearnot released this 14 Aug 12:02
v1.2.0
9a09f9e

This release updates Waves Node version used by the consensus client to 1.5.11. This release is recommended for all miners as it contains several bug fixes and improvements.

Update Notes

Docker tags for the ghcr.io/unitsnetwork/consensus-client image remain the same (mainnet and testnet for the respective networks). No configuration changes are required. To update your deployments, please stop the containers, pull newer images and restart:

docker compose stop && docker compose pull && docker compose up -d

Consensus Client v1.1.0

Choose a tag to compare

@phearnot phearnot released this 09 Apr 12:48
2ca21a6

This release updates Waves Node version used by the consensus client to 1.5.10. This is a mandatory upgrade required to support feature #24 ecrecover fix activation. Please vote for feature #24 ecrecover fix.

Update Notes

Docker tags for the ghcr.io/unitsnetwork/consensus-client image remain the same (mainnet and testnet for the respective networks). Apart from voting-related settings in waves.conf, no other configuration changes are required. To update your deployments, please stop the containers, pull newer images and restart:

docker compose stop && docker compose pull && docker compose up -d

Consensus Client v1.0.0

Choose a tag to compare

@phearnot phearnot released this 07 Apr 10:20
e94e576

This release contains native token transfer functionality. This is a mandatory upgrade.

Please upgrade your mainnet deployments before Thursday, April 10th, 2025. Note that this release supports only a modified op-geth as an execution client. Upgrade instructions for mainnet can be found here.