Skip to content

Releases: threefoldtech/tfchain

1.6.4

04 May 09:07
Compare
Choose a tag to compare

Release 1.6.4

  • Fixes node contract billing for node contracts that are deployed on a node with a rent contract
  • Bumps runtime specVersion to 55

1.6.3

12 Apr 13:40
Compare
Choose a tag to compare

Release 1.6.3

  • Fix for contracts that are in state deleted but still have a billing cycle, these contract will now be cleaned up.

1.6.2

12 Apr 09:02
Compare
Choose a tag to compare

Release 1.6.2

  • Fix for dedicated node contract creation

1.6.1

11 Apr 11:05
Compare
Choose a tag to compare

Release 1.6.1

  • Fixes billing for contracts without ContractLock object, this is needed for the migration of the old billing system to the new one where transfers only occur every 24 cycles but every cycle an amount gets locked.

1.6.0

08 Apr 12:07
Compare
Choose a tag to compare

Release 1.6.0

This release changes the Pricing Policy type, added field (discount_dedicated_nodes). This field indicated the amount of discount applied when a user is billed for Rent Contract.

Also includes a storage migration to migrate the pricing policy type.

1.5.0

08 Apr 12:05
Compare
Choose a tag to compare

Release 1.5.0

This release includes:

  • Rent Contract (the ability to rent a node when a farm is marked as dedicated)
  • Implement more security on the tft price pallet
  • Storage migration for Farms (added field: dedicated_farm)

1.4.0

06 Apr 12:26
Compare
Choose a tag to compare

Release 1.4.0

  • revert report extrinsic and mark as deprecated
  • regenerate devnet specs

1.3.1

16 Mar 08:42
Compare
Choose a tag to compare

Release 1.3.1

  • Revert consumption type and extrinsic and added new type + extrinsic

1.3.0

11 Mar 16:05
Compare
Choose a tag to compare

Release 1.3.0

Features

  • New smart contract module layout (#241)
  • Add benchmarks to some pallet methods and reviewed weights (#226)

Fixes

  • General smart contract fixes (#233)

1.2.0

28 Feb 14:06
Compare
Choose a tag to compare

Release 1.2.0

Features