Skip to content

Releases: signum-network/signum-node

Signum Node v3.5.0

19 Aug 18:08
b375b2e
Compare
Choose a tag to compare

v3.5.0

  • Adjust the distribution transaction to also include tokens locked in sell offers, SIP-41
  • Correctly account transactions from a contract that carry signa+token
  • API extended with more token related endpoints
  • New api documentation system

The new features will be activated on block 1051900, around august 28th, 2022.

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.5.0-beta1

15 Aug 20:03
Compare
Choose a tag to compare
Pre-release

v3.5.0-beta1 (Testnet only)

  • Correctly account transactions from a contract that carry signa+token
  • Adjust the distribution transaction to also include tokens locked in sell offers
  • API extended with more token related endpoints
  • New api documentation system

Make sure you have node.network = signum.net.TestnetNetwork in your configuration file. The new features will be activated on testnet block 449320.

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.4.3-beta3

10 Aug 19:43
Compare
Choose a tag to compare
Pre-release

v3.4.3-beta3 (Testnet only)

  • Correctly account transactions from a contract that carry signa+token
  • API extended with more token related endpoints
  • New api documentation system
  • This version will only connect to version 3.4.3 and will display as 3.4.4 (temporary solution)

Make sure you pop-off some testnet blocks, at least up to block 447612.

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.

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.4.3-beta2

10 Aug 17:00
Compare
Choose a tag to compare
Pre-release

v3.4.3-beta2 (Testnet only)

  • Correctly account transactions from a contract that carry signa+token
  • API extended with more token related endpoints
  • New api documentation system
  • This version will only connect to version 3.4.3 (temporary solution)

Make sure you pop-off some testnet blocks, at least up to block 447612.

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.

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.4.3-beta1

09 Aug 22:23
a34aaec
Compare
Choose a tag to compare
Pre-release

v3.4.3-beta1 (Testnet only)

  • Correctly account transactions from a contract that carry signa+token
  • API extended with more token related endpoints
  • New api documentation system

Make sure you pop-off some testnet blocks, at least up to block 447612.

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.

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.4.2

13 Jul 18:59
Compare
Choose a tag to compare

v3.4.2

Upgrade (hard-fork changes) to be activated on block height 1_029_000:

  • SIP33: smart tokens support
  • SIP34: round minimum fee to 2 digits
  • SIP35: cashback on fees
  • SIP36: distribution of node-related fees (smart contract and similar)
  • SIP37: general smart contract upgrade
  • SIP38: map support for smart contracts
  • SIP39: smart token support for smart contracts

Other changes:

  • Account balance tables rework and many other internal optimizations on the database level
  • Fix API to publish large contracts (more than 10 pages of code)
  • Fix problems with sending to the burn address
  • Different icon for the testnet version
  • Optimization for the distribution to token holders by smart contracts
  • Fix for the getBlocks request
  • New API to get the indirect incoming details given the receiver account id and transaction id

With respect to v3.4.1, it had an issue not allowing to forge a block with a subscription paid to an account that never made a transaction or to the 0 account.

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.4.1

25 Jun 07:04
Compare
Choose a tag to compare

v3.4.1

Upgrade (hard-fork changes) to be activated on block height 1_029_000:

  • SIP33: smart tokens support
  • SIP34: round minimum fee to 2 digits
  • SIP35: cashback on fees
  • SIP36: distribution of node-related fees (smart contract and similar)
  • SIP37: general smart contract upgrade
  • SIP38: map support for smart contracts
  • SIP39: smart token support for smart contracts

Other changes:

  • Account balance tables rework and many other internal optimizations on the database level
  • Fix API to publish large contracts (more than 10 pages of code)
  • Fix problems with sending to the burn address
  • Different icon for the testnet version
  • Optimization for the distribution to token holders by smart contracts
  • Fix for the getBlocks request
  • New API to get the indirect incoming details given the receiver account id and transaction id

With respect to v3.4.0, it had an issue not allowing to forge the fork block.

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.4.0

31 May 16:26
d5dc916
Compare
Choose a tag to compare

v3.4.0

Upgrade (hard-fork changes) to be activated on block height 1_029_000:

  • SIP33: smart tokens support
  • SIP34: round minimum fee to 2 digits
  • SIP35: cashback on fees
  • SIP36: distribution of node-related fees (smart contract and similar)
  • SIP37: general smart contract upgrade
  • SIP38: map support for smart contracts
  • SIP39: smart token support for smart contracts

Other changes:

  • Account balance tables rework and many other internal optimizations on the database level
  • Fix API to publish large contracts (more than 10 pages of code)
  • Fix problems with sending to the burn address
  • Different icon for the testnet version
  • Optimization for the distribution to token holders by smart contracts
  • Fix for the getBlocks request
  • New API to get the indirect incoming details given the receiver account id and transaction id

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.4.0-beta10

21 May 14:21
Compare
Choose a tag to compare
Pre-release

v3.4.0-beta10 (Testnet only)

  • Fix sending multiple tokens in a single transaction
  • Improved database for accounts (faster and smaller)
  • Extended SIP37 and SIP39
  • Many fixes for SIP37 and SIP39
  • Refuses nodes below 3.4.0-beta8 after the latest fork

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.

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.4.0-beta9

15 May 15:16
Compare
Choose a tag to compare
Pre-release

v3.4.0-beta9 (Testnet only)

  • Improved database for accounts (faster and smaller)
  • Extended SIP37 and SIP39
  • Many fixes for SIP37 and SIP39
  • Refuses nodes below 3.4.0-beta8 after the latest fork

Make sure you have node.network = signum.net.TestnetNetwork in your configuration file and start from an empty database. For mainnet there will be no need to start from empty.

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.