Skip to content

Signum Node v3.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 May 19:01
· 233 commits to main since this release
bd747d7

v3.7.0

  • Allow the issuer of a smart token (current owner) to transfer the ownership, SIP-43, #697
  • Extra secure solo mining setup, SIP-46
  • Modernize the alias framework, SIP-48
  • Fix activating new accounts by sending to the extended address
  • Allow to mint tokens with 0 quantity, #688
  • Many API extensions, #370, #718, #719, #720, #727, #732, #739, #741, and others
  • New set of automated tests using a real chain
  • Identify nodes with a networkName so different chains can be more easily identified (mainnet, testnet, etc.)
  • Improved node sync speed with new DB indices and optimizations

The new features will be activated on block 1150000, around may 27th, 2023. The full list of changes is available at PR #744 (with over 100 commits and over 150 files changed).

To install, download the zip file and extract all the contents to a folder of your choice. Now either run the signum-node.exe file (if on Windows) or java -jar signum-node.jar otherwise.

For command line options run java -jar signum-node.jar -h.

Optionally, inside the conf folder, make a copy of node-default.properties and name it simply node.properties. Modify its contents to suit your needs.

You will need Java 11 (recommended) or superior, the windows package comes with it inside.