Skip to content

Releases: threefoldtech/tfchain

Release v2.6.0

06 Dec 19:49
Compare
Choose a tag to compare

📑 Changelog

v2.6.0 (2023-12-06)

Full Changelog

Release v2.6.0-rc1

04 Oct 14:25
a920b0f
Compare
Choose a tag to compare
Release v2.6.0-rc1 Pre-release
Pre-release

📑 Changelog

v2.6.0-rc1 (2023-10-04)

Full Changelog

📁 Other pull requests

v2.5.0 (2023-09-11)

Full Changelog

Release v2.5.0

11 Sep 13:56
Compare
Choose a tag to compare

📑 Changelog

Unreleased

Full Changelog

📁 Other pull requests

v2.5.0 (2023-09-11)

Full Changelog

Release v2.5.0-rc7

26 Jul 13:57
2a1ce5e
Compare
Choose a tag to compare
Release v2.5.0-rc7 Pre-release
Pre-release

📑 Changelog

v2.5.0-rc7 (2023-07-26)

Full Changelog

📁 Other pull requests

Release v2.5.0-rc6

12 Jul 13:26
Compare
Choose a tag to compare
Release v2.5.0-rc6 Pre-release
Pre-release

📑 Changelog

v2.5.0-rc6 (2023-07-12)

Full Changelog

📁 Other pull requests

Release v2.5.0-rc5

11 Jul 08:37
Compare
Choose a tag to compare
Release v2.5.0-rc5 Pre-release
Pre-release

📑 Changelog

v2.5.0-rc5 (2023-07-11)

Full Changelog

📁 Other pull requests

v2.5.0-rc4 (2023-07-04)

Full Changelog

Release v2.5.0-rc4

04 Jul 09:33
Compare
Choose a tag to compare
Release v2.5.0-rc4 Pre-release
Pre-release

📑 Changelog

📁 Other pull requests

v2.5.0-rc4 (2023-07-04)

Full Changelog

Release 2.5.0-rc3

19 Jun 09:21
Compare
Choose a tag to compare
Release 2.5.0-rc3 Pre-release
Pre-release

Changes in this Release:

Changelog

2.5.0-rc3 (2023-06-19)

Full Changelog

Closed issues:

  • Allow farmer to remove extra fee on node #743
  • Workflow failed to build #741
  • Doc: clarification #717

Merged pull requests:

  • fix(ci): implement suggested fix for permission issue on ci #750 (DylanVerstraete)
  • feat(pallet): use unit mUSD for setting service contracts prices #746 (renauter)
  • feat(benchmark): pallet smart contract - tft bridge - tfgrid #700 (renauter)

2.5.0-rc2 (2023-06-16)

Full Changelog

Merged pull requests:

2.5.0-rc1 (2023-06-15)

Full Changelog

Closed issues:

  • GPU support on TFChain #724
  • pricing policy takes into account node features flags #721
  • extended Node features #720
  • Deleted contracts still appear in billing loop #719
  • failed to run "build runtime" flow #714
  • Convert tfchain to cargo workspace with shared dependencies #713
  • Multiple errors appear in the console when you open the Dao page #680
  • Deterministic runtime build #600

Merged pull requests:

v2.4.0 (2023-05-31)

Full Changelog

Closed issues:

  • Failed to distribute rewards when billing contract #706
  • Test latest runtime upgrade #705
  • Billing: contract appear double in billing loops #701
  • Contract billing information is only for node contracts #694
  • Clean up contract billing information by id stotage #667
  • Clean up node contract resources storage #666
  • Clean up pallet smart contract storage #665
  • Clean up contract id by node id and hash #662
  • Clean up contracts storage #661
  • Clean up active node contracts storage #660
  • Clean up active rent contract storage #658
  • Contract should only appears once in billing loop #657
  • Live chain checking for storage state #656
  • Some bill contract extrinsics are failing with error #650

Merged pull requests:

v2.4.0-rc3 (2023-05-26)

Full Changelog

Merged pull requests:

v2.4.0-rc2 (2023-05-25)

Full Changelog

Closed issues:

  • Billing: canceled contracts are never deleted from billing #703
  • Go client: add call swapToStellar from bridge module #691
  • go tfchain: batch node contracts #688
  • error reporting for rented nodes should be fixed? #682
  • Sending multiple transactions in the same block #681
  • Go client: Add json tags for objects (twin, farm, node, contract, etc) #677
  • Go client: run integration tests in workflow #670
  • Go client: add batch cancel contracts #668
  • Executing try-runtime panics #663
  • Add IP rate limit for activation service #653
  • Update subxt for tfchain client #645
  • sync issue mainnet #641
  • Lower discount level threshold #637
  • Allow twin to bond with a stash address #636
  • Contracts without resources or public ips should'nt be billed #632
  • Allow setting solution provider ID to an existing contract #630
  • Certified nodes should lose certification status if the resources increase #451

Merged pull requests:

Read more

v2.4.0

31 May 06:53
Compare
Choose a tag to compare

Release v2.4.0

! Upgrade Priority: high !

Changelog

Fixes

  • Properly save a graced contract amount due #631
  • Also configure compatibility mode for different networks on partial node service #642
  • Fixes an issue for contracts that were stuck in grace state #707

Features

  • Adds migrations for V9 which cleans the pallet smart contract storage #659
  • Allow a twin to bond with a stash (savings) account #640
  • Allow attaching a solution provider ID to existing contracts #639
  • Billing extrinsic changed to take in index #651
  • Reworks billing loop #702
  • Adds benchmarks for tft price pallet #696
  • Fixes sync issue #642
  • Lower discount level thresholds #638

Trivial

  • Moved all related tfchain to this repo
  • Moved the activation service to this repo

Go client

  • Adds swapToStellar call #692
  • Setup CI #671
  • Adds batch create/cancel contract #689 #669
  • Fixes account re-activation #684
  • Added json tags #678
  • Uptime function should not retry #710

v2.4.0-rc3

26 May 08:48
Compare
Choose a tag to compare

Release v2.4.0-rc3

! Upgrade Priority: high !

Changelog

Fixes

  • Properly save a graced contract amount due #631
  • Also configure compatibility mode for different networks on partial node service #642
  • Fixes an issue for contracts that were stuck in grace state #707

Features

  • Adds migrations for V9 which cleans the pallet smart contract storage #659
  • Allow a twin to bond with a stash (savings) account #640
  • Allow attaching a solution provider ID to existing contracts #639
  • Billing extrinsic changed to take in index #651
  • Reworks billing loop #702
  • Adds benchmarks for tft price pallet #696
  • Fixes sync issue #642
  • Lower discount level thresholds #638

Trivial

  • Moved all related tfchain to this repo
  • Moved the activation service to this repo

Go client

  • Adds swapToStellar call #692
  • Setup CI #671
  • Adds batch create/cancel contract #689 #669
  • Fixes account re-activation #684
  • Added json tags #678