Skip to content

Releases: TENTOfficial/TENT

v3.1.4

20 Jul 08:44
9219afd
Compare
Choose a tag to compare

What's included in this release:

  • added checkpoint

SHA256 Sums

69f3878ac5e7fadada64d371764b05733deb13801e14a8b76cc5189d8b660309  tent-linux-3.1.4.zip
3e97fcb6ffc5194135b3b32df2a74a0a59d8365e977f4efd79291afef4d45d36  tent-win-3.1.4.zip
f0f5f7a859bd2764a86e86605a06cafd68ebda247d88ba185f235b1361cf2dc2  tent-mac-3.1.4.zip
d4d4ca35ddc0d2c76e3cad664df78bbb295b7df2932640baa0eba379208c4ce1  tent-linux-aarch64-3.1.4.zip
snowgem-cli getinfo
{
  "version": 3010450,
  "buildinfo": "v3.1.4",
  "protocolversion": 170010,
  "walletversion": 60000,
  ...
}

Note: This is a mandatory update for all the nodes in the network!

v3.1.3

23 Jun 20:45
1fc5a12
Compare
Choose a tag to compare

What's included in this release:

  • added wallet encryption
  • added 3 new seed nodes

SHA256 Sums

71f8fb95e4efbeb03dbbb432f7013a00e720c470d6b9dffa1c957b4563b1110f  tent-linux-3.1.3.zip
72fd3a74bea63a8aaefe2c72dbf793ec3368c93d3b279e42243ecdcc92468a1d  tent-win-3.1.3.zip
7646cfadc148c41b4d16bee023f8f11517bcbc2b0db5536a6032680a3ab6a896  tent-mac-3.1.3.zip
0ab5705ca11fb726d189b563d02de8f5fbd0731297d8afc39e73d7008bd16364  tent-linux-aarch64-3.1.3.zip
snowgem-cli getinfo
{
  "version": 3010350,
  "buildinfo": "v3.1.3",
  "protocolversion": 170010,
  "walletversion": 60000,
  ...
}

Note: This is not a mandatory update for the masternodes

v3.1.2.1

12 May 13:29
Compare
Choose a tag to compare

What's included in this release:

  • added sendtoaddressnochange & sendmanynochange RPC calls
  • fixed sendtoaddress & sendmany RPC calls

SHA256 Sums

5af80e93b4cc2ff18989c70580fafe2c45e6be81fde852e3eee471330b343313  tent-linux-3.1.2.1.zip
50109806cfea8b7934614160ad0938ca501bd1e720de800b9fa4a2125b08aae0  tent-win-3.1.2.1.zip
f07d390926b0044ca491c7dfdcf64e9745298ca68741efa63e6e392f3484a5ff  tent-mac-3.1.2.1.zip
ab337306afcbfc954f5bba1d4cd3e2c4c30248cb36bf34e5d1ad44c249b41840  tent-linux-aarch64-3.1.2.1.zip
snowgem-cli getinfo
{
  "version": 3010251,
  "buildinfo": "v3.1.2.1",
  "protocolversion": 170010,
  "walletversion": 60000,
  ...
}

Note: This is not a mandatory update for the masternodes

v3.1.2

13 Apr 11:09
cdf7104
Compare
Choose a tag to compare

Notable changes

Network Upgrade: Atlantis

The mainnet activation of the Atlantis network upgrade is introduced by the 3.1.2
release, with an activation height of 1760000, which should occur around
2021, May 10th — following the targeted EOS halt of our v3.1.0 release.
Please upgrade to this release, or any subsequent release, in order to follow
the Atlantis network upgrade.

What's included in this release:

  • support for tokens on TENT chain
  • privacy drop (allowing sending from private (z) to transparent (s) addresses for one week after the fork block (1760000))
  • increased treasury from 5% to 10% - new rewards schema is this:
---------------------------------------------
| Devfund | Treasury | Mining | Masternodes |
---------------------------------------------
| 15%(3)  |  10%(2)  | 25%(5) |   50%(10)   |
---------------------------------------------
  • implemented getfreyjainfo rpc command - returns needed info to be used by freyja

SHA256 Sums

beab26783467bef43d745bf04153d586a78816c0a504d7823fb683ec2e691b56 tent-linux-3.1.2.zip
c95f1ca5e64ad892f29117205f2945b1e1d3f59064995b286f62caae0a871c91 tent-linux-aarch64-3.1.2.zip
d0a594267bb7fcb9a0fdb53aa0f71116310bb159b0dea35df3cf99dca35077de tent-mac-3.1.2.zip
d432653ff889f68f42fee869a39b4620ae256ded754a788458eaa1714d9609d6 tent-win-3.1.2.zip
snowgem-cli getinfo
{
  "version": 3010250,
  "buildinfo": "v3.1.2",
  "protocolversion": 170010,
  "walletversion": 60000,
  ...
}

Current Node

15 Apr 08:07
cdf7104
Compare
Choose a tag to compare

This release contains the snowgemd, snowgem-cli files only. This is intended for TENT node installation on remote servers and for scripting implementations.

Current version v3.1.4

SHA256 Sums

1ec1486e42b9e0a4f1eaa5e28141a98c4303cfa32994c51931bbc6a0d1d4fc40  tent-blockbook.zip (v3.1.2)
69f3878ac5e7fadada64d371764b05733deb13801e14a8b76cc5189d8b660309  tent-linux.zip
d4d4ca35ddc0d2c76e3cad664df78bbb295b7df2932640baa0eba379208c4ce1  tent-linux-aarch64.zip
f0f5f7a859bd2764a86e86605a06cafd68ebda247d88ba185f235b1361cf2dc2  tent-mac.zip
3e97fcb6ffc5194135b3b32df2a74a0a59d8365e977f4efd79291afef4d45d36  tent-win.zip
snowgem-cli getinfo
{
  "version": 3010450,
  "buildinfo": "v3.1.4",
  "protocolversion": 170010,
  "walletversion": 60000,
  ...
}

v3.1.1

23 Dec 16:03
Compare
Choose a tag to compare

What's included in this release:

  • correction of APPROX_RELEASE_HEIGHT block
  • implemented getblockchainsyncstatus RPC call. Users can use this RPC call to check if blockchain is synced.

SHA256 Sums

f674491f6c11323eb91fdcdd0e8b798b1f8e61d2e28b01507733a8fc4612b607  snowgem-linux-3.1.1.zip
0924f8732bf61da3d27ccef93448b353a9cf6345082afdec3de26c48e832fbbb  snowgem-win-3.1.1.zip
c203b03aa78b2b8230938348afb21b218007637be159754ca345723340ea5ede  snowgem-mac-3.1.1.zip
e271b3a489498e2a5185360ca66ff490f2f8a54515f309b9d1109947943bcf2d  snowgem-linux-aarch64-3.1.1.zip
snowgem-cli getinfo
{
  "version": 3010150,
  "buildinfo": "v3.1.1",
  "protocolversion": 170010,
  "walletversion": 60000,
  ...
}

Note: This is not a mandatory update

v3.1.0

23 Nov 18:33
Compare
Choose a tag to compare

Notable changes

Network Upgrade: Wakanda

The mainnet activation of the Wakanda network upgrade is introduced by the 3.1.0
release, with an activation height of 1545000, which should occur around
10 December — following the targeted EOS halt of our 3000458 release.
Please upgrade to this release, or any subsequent release, in order to follow
the Wakanda network upgrade.

What's included in this release:

  • limit minimum block time to 20 seconds
  • ticker change from XSG to TENT

SHA256 Sums

60917d97084d7eceada872da6e2d536044c7c7da096ba4a0fb9c8d545a487589  snowgem-mac-3.1.0-20201117.zip
ffa3a7399e13f627a7e3a8ab86573927c847d81bca0417943ee978159547d542  snowgem-ubuntu-3.1.0-20201117.zip
332ed1f070069bf1dde3de98d7c393451ce06e1eee324d52983f103263089d53  snowgem-mac-3.1.0-20201117.zip
snowgem-cli getinfo
{
  ...
  "buildinfo": "v3.1.0-1-d77b503-dirty",
  ...
  "protocolversion": 170010,
  ...
  "version": 3010051,
  "walletversion": 60000
}

v3000458

07 Aug 16:04
Compare
Choose a tag to compare

This release must be applied before block 1,414,160 when version 3000457 will be deprecated.
What's included in this release:

  • increase deprecation block
  • supports strip large wallet

SHA256
snowgem-ubuntu-3000458-20200807.zip
d07e3f8d568cc3940a0b37ee890e110a80807fcc4ff52bf600eae43ca6e40749

snowgem-win-3000458-20200807.zip
321b28b2ed07fd28f8bb7ad5559a7da226bcefc4f26691a3a26db5a97a276857

snowgem-mac-3000458-20200807.zip
b15e1a10b1a7f4bd3d8d2c09107eea2dc4c9780e931726ad69ad71b946229456

v3000457-20190909

07 Sep 19:34
Compare
Choose a tag to compare

This release is mandatory, we'll have a fork at block 916000, you must upgrade your daemon before that block.
What's included in this release:

  • Change reward percentage (50% to masternode, 30% to miners, 15% to development fund, 5% to treasury)
  • Increase protocol to 1700009 (masternode owners must start their masternode again after upgrading, after fork block, new binary will disconnect connection from old nodes)

SHA256
snowgem-debian9.11.0-3000457-20190926.zip
c5583bd31c8de86b19c481cf2c6445ebc1129e74fafc05e205064eb776ca96d3

snowgem-mac-3000457-20190926.zip
14ca9e3bf8cead02ab75e37f880d1c8ea5c7509b4bef951ddbd2323cac9bea85

snowgem-ubuntu16.04-3000457-20190926.zip
17836ec8342b6364dbcf46176aee2bc1f9f3bbda3ae992d89b2aea94c05f864a

snowgem-ubuntu18.04-3000457-20190926.zip
361558eec861f89c88f8ea975d70a086a9c6f4b29ee23fb52fc60641398099ab

snowgem-win-3000457-20190926.zip
6fb98731776952aa7f4c2c238285970c40515326c1631deded443bc0eb1aafa8

v3000456-20190726

26 Jul 19:11
Compare
Choose a tag to compare

This release is mandatory, we'll have a fork at block 850000, you must upgrade your daemon before that block.
What's included in this release:

  • increase transaction size to 400k
  • update voting system
  • fix some small bugs