Skip to content

Releases: threefoldtech/tfchain

v2.3.0

04 Apr 10:15
Compare
Choose a tag to compare

Release v2.3.0

Major release to support farmerbot and RMB relay on tfchain.

Features

  • add node power (#592)
  • allow twin to connect to a relay (#570)
  • deletion of twins is not allowed anymore (#586)

Fixes

  • soften node city/country validation
  • migrations for v2.3.0 (#627)
  • discount calculation handle variable billing frequency (#626)
  • remove serial valdiation for nodes (#616)
  • locked balances (#590) (Issue where users locked balances were not in line with reality)
  • farming policies map ids (#591)

Misc

  • service consumer contract flow (#567)
  • add pruning archive to node if running in validator (chart)

v2.4.0-rc1

24 Mar 09:37
Compare
Choose a tag to compare
v2.4.0-rc1 Pre-release
Pre-release

Release v2.4.0-rc1

Fixes

  • Properly save a graced contract amount due #631
  • Also configure compatibility mode for different networks on partial node service #642

Features

  • Billing loops are cleaned and improved #632
  • Allow a twin to bond with a stash (savings) account #640
  • Allow attaching a solution provider ID to existing contracts #639

v2.3.0-rc8

09 Mar 15:02
Compare
Choose a tag to compare
v2.3.0-rc8 Pre-release
Pre-release

Release v2.3.0-rc8

Softens validation for node country / city

v2.2.3

09 Mar 14:35
Compare
Choose a tag to compare

Release v2.2.3

Softens validation for node country / city

v2.3.0-rc7

07 Mar 12:56
Compare
Choose a tag to compare
v2.3.0-rc7 Pre-release
Pre-release

Release v2.3.0-rc7

Fixes migrations

v2.3.0-rc6

28 Feb 09:41
Compare
Choose a tag to compare
v2.3.0-rc6 Pre-release
Pre-release

Release v2.3.0-rc6

Removes serial number validation

v2.2.2

21 Feb 19:13
Compare
Choose a tag to compare

Release v2.2.2

Removes validation of serial number of nodes #601

v2.2.1

15 Feb 12:39
Compare
Choose a tag to compare

Release v2.2.1

Fixes issue for node registration #601

2.3.0-rc1

01 Feb 12:26
Compare
Choose a tag to compare
2.3.0-rc1 Pre-release
Pre-release

Release 2.3.0-rc1

  • Add Twin relay / pk for RMB relay #569
  • Fix farming policies #585
  • Fixes locked balances #587

v2.2.0

27 Jan 13:47
Compare
Choose a tag to compare

Release v2.2.0

Major tfchain release, upgrade priority: critical.

Features:

  • Third party billing services #445
  • Reworked the billing to be triggered by offchain workers #269 + storage migration (smartContractModule V6)
  • Extra input validation on tfgridmodule #419 + runtime migration to fix existing data (tfgridModule V11)
  • Extra input validation on Public IP and Public Config + runtime migration to fix existing data (tfgridModule V12)
  • Allow setting node certification by council #422
  • Publish docker container image through github packages
  • Upgrade to polkadot 0.9.36 dependencies

Fixes:

  • Don't change node certification if resources only changed lightly
  • Fix farm nodes storage map + migration