Skip to content

Releases: TurtleNetwork/TurtleNetwork

v1.3.16: MAINNET + TESTNET RELEASE

07 Jun 09:55
Compare
Choose a tag to compare

systemctl stop TN-testnet
wget https://github.com/TurtleNetwork/TurtleNetwork/releases/download/v1.3.16/tn-testnet_1.3.16_all.deb
dpkg -i tn-testnet_1.3.16_all.deb
mv /usr/share/TN-testnet/conf/TN.conf /usr/share/tn-testnet/conf/tn.conf
chown -R tn-testnet:tn-testnet /usr/share/tn-testnet/
systemctl start tn-testnet

systemctl stop TN
wget https://github.com/TurtleNetwork/TurtleNetwork/releases/download/v1.3.16/tn_1.3.16_all.deb
dpkg -i tn_1.3.16_all.deb
mv /usr/share/TN/conf/TN.conf /usr/share/tn/conf/tn.conf
chown -R tn:tn /usr/share/tn/
systemctl start tn

Testnet+ mainnet release

22 Apr 15:00
Compare
Choose a tag to compare

Testnet release, username and config files are updated to lowercase.
Migration commands:

systemctl stop TN-testnet
wget https://github.com/TurtleNetwork/TurtleNetwork/releases/download/v1.3.15/tn-testnet_1.3.15_all.deb
dpkg -i tn-testnet_1.3.15_all.deb 
mv /usr/share/TN-testnet/conf/TN.conf /usr/share/tn-testnet/conf/tn.conf
mv /var/lib/TN-testnet/* /var/lib/tn-testnet/
chown -R tn-testnet:tn-testnet /var/lib/tn-testnet
chown -R tn-testnet:tn-testnet /usr/share/tn-testnet/
systemctl start tn-testnet

1.3.14: small fix: TESTNET

03 Mar 20:28
Compare
Choose a tag to compare

v1.3.x release TESTNET

25 Feb 20:12
Compare
Choose a tag to compare

MAINNET+ TESTNET: Bugfix

02 Mar 19:46
Compare
Choose a tag to compare
v1.2.7

add some missing param

v1.2.6

15 May 12:28
Compare
Choose a tag to compare

node wavesplatform: v1.2.21
matcher wavesplatform: v2.3.2.1

v1.2.5

14 May 15:33
Compare
Choose a tag to compare
v1.2.5 Pre-release
Pre-release

matcher wavesplatform: v2.3.2.1

Version 1.2.4 mainnet and testnet

11 Apr 09:13
Compare
Choose a tag to compare

Minor upgrade optimizing storage
Please note that this Blockchain Updates extension version is incompatible with the previous versions (consumers working with previous extension versions will not be able to connect to this version).

This requirement is caused by redesigned extension data storage which no longer stores blocks in its own LevelDB, using the ones stored by the node itself. This greatly reduces storage space requirement for this extension.

Upgrade with new features

14 Mar 13:26
Compare
Choose a tag to compare

Matches waves v1.2.18

Update docker container image -- DONT USE YET

18 Oct 10:17
Compare
Choose a tag to compare
v1.2.2

update old urls, rmove extensions part from entrypoint