Releases: signum-network/signum-node
Signum Node v3.7.3
v3.7.3
- Indirect incoming transactions database speed up
- General optimization of database indices
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.
Signum Node v3.7.2
v3.7.2
- Fix smart contract transaction generation issue (potential tx ID collision)
- Fix potential sync issues (detected on testnet)
- Fix missing attribute (feeNQT) in openapi spec.
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.
Signum Node v3.7.2-beta2
v3.7.2-beta2 (Testnet only)
- Fix smart contract transaction generation issue (potential ID clash)
Make sure you have node.network = signum.net.TestnetNetwork
in your configuration file.
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
.
Signum Node v3.7.2-beta1
v3.7.2-beta1 (Testnet only)
- Fix sync issues for testnet
Make sure you have node.network = signum.net.TestnetNetwork
in your configuration file.
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
.
Signum Node v3.7.1
- 🔥 Hotfix for Mariadb on big sized blocks (MEDIUMBLOB)
Signum Node v3.7.0
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.
Signum Node v3.7.0-beta12
v3.7.0-beta12 (Testnet only)
- Added more DB indices, speedup sync
- Allow AT initialization tx with pending ref tx
- Added total burnt and circulating supply, #739
Make sure you have node.network = signum.net.TestnetNetwork
in your configuration file.
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
.
Signum Node v3.7.0-beta11
v3.7.0-beta11 (Testnet only)
- Improved check on network type and version
- Testnet now also blocks sending to accounts without a public key (as in mainnet)
- Fixed handling burning signa/tokens related to the public key check
Make sure you have node.network = signum.net.TestnetNetwork
in your configuration file.
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
.
Signum Node v3.7.0-beta10
v3.7.0-beta10 (Testnet only)
- Correct handling of subscription/alias cancellations.
Make sure you have node.network = signum.net.TestnetNetwork
in your configuration file.
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
.
Signum Node v3.7.0-beta9
v3.7.0-beta9 (Testnet only)
- Fix subscription/TLD database issue
Make sure you have node.network = signum.net.TestnetNetwork
in your configuration file.
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
.