Pactus 0.11.0 Released
Overview
Pactus Blockchain Version 0.11.0 is now available for download. This release includes a graphical user interface (GUI) that is suitable for both beginners and experienced users. It also includes a command-line interface (CLI) for advanced users and wallet software that allows users to interact with the blockchain without the need to sync the entire blockchain.
Highlights
The main update in this version is the fix for the relay connection issue. A relay is a peer in the network that facilitates the connection between two peers, particularly when they are using home internet.
Another significant update is that sending a Bond transaction is now more user-friendly. Users no longer need to set the validator public key if they want to bond Test PAC coins to their validators.
Download
This version has been implemented for Testnet-1 and is being prepared for the upcoming Mainnet launch. To start using Pactus Blockchain Testnet-1, download the latest version from the download page and join the Testnet.
These guides can help you to run and configure your node:
- How to run Pactus in graphic mode?
- How to run Pactus in command line mode?
- How to run Pactus using Docker?
How to Upgrade
If you are running an older version, shut it down. Uninstall the previous version and install the newer version. If you are using the archived version, simply use the new version.
Change log
This version includes several changes and improvements, such as:
Fix
- gui: showing the total number of validators (#474)
- network: fixing relay connection issue (#475)
- consensus: rejecting vote with round numbers exceeding the limit (#466)
- increase failed counter when stream got error (#489)
- boosting syncing process (#482)
- waiting for proposal in pre-commit phase (#486)
- retrieving public key from wallet for bond transactions (#485)
- restoring config file to the default (#484)
- defining ChainType in genesis to detect the type of network (#483)
- reducing the default Argon2d to consume less memory (#480)
- adding password option to the start commands (#473)
Refactor
- rename send to transfer. (#469)
You can find the full list of changes on Github, as well as the source code