Skip to content

Releases: threefoldtech/tfchain

1.1.0

21 Feb 10:49
Compare
Choose a tag to compare

Release 1.1.0

Features

  • Added new fields to node struct:
    • secure_boot: indicates if a node is booted with secure bios or not.
    • virtualized: indicates if the node is running in a virtual machine.
    • serial_number: information about the node's motherboard serial number.

To add this feature, a storage migration was added in order to migrate storage from V2 node structs to new version V3.

1.0.5

11 Feb 13:12
Compare
Choose a tag to compare

Release 1.0.5

Features

  • Support sr25519 keys for entity creation
  • Add farm name validation #188
  • Rework cu calculation #190
  • Documentation improvements
  • Code cleanup

Fixes

  • Fixes setting average TFT price

1.0.4

26 Jan 12:10
Compare
Choose a tag to compare

Release 1.0.4

Updated documentation.

Fixes:

  • Align cu/su cost with library definition #190

1.0.3

24 Jan 10:32
Compare
Choose a tag to compare

Release 1.0.3

github.com/threefoldtech/tfchain_pallets was moved into this repository and the old repository was archived.

Fixes

  • fixes name contract billing (were not previously billed)
  • remove terms&conditions for farmers (still applicable for twins)

Features

  • feeless extrinsics for Node calls.
  • emit delete node event when farmer deletes a node

1.0.0

29 Dec 10:47
Compare
Choose a tag to compare

Initial production tfchain