UniChain releases new version 2.0.4

Henry
Uni World
Published in
1 min readDec 27, 2021

UniChain has released a new version 2.0.4 as the active development. There were some bugs fixed and features added to this version, including:

  • Fixed the future claim UNW and token when all deals expired
  • Charge UNW from sender when transferring token to non-existent address
  • Suspend token for 3 minutes after updating the token to aware and protect users from updating token fee, ownership …
  • Transfer token owner
  • Exchange URC-30 token and UNW
  • And some other minor bugs were fixed.

The update will be done through a network proposal. We recommend all running nodes to update to this version as soon as possible.

The steps below describe how to update UniChain to new version

Step 1: Stop the current UniChain node

Step 2: Remove the current version unichain-core.jar: rm -fr unichain-core.jar

Step 3: Download the new version here or by command line: wget https://github.com/uniworld-io/unichain-core/releases/download/v2.0.4/unichain-core.jar

Step 4: Run new UniChain version: java -jar unichain-core.jar

If you are running a witness node, please run with witness command as normal, for example: java -jar unichain-core.jar –witness -p <your_private_key>

After running the new version, please wait for some minutes before using as the node needs to sync up with the network.

UniChain team.

--

--