Skip to content

Releases: OriginTrail/ot-node

OriginTrail Release v4.1.15

05 Jan 09:23
6dd9567
Compare
Choose a tag to compare

Changes

🚀 Features

  • Moved replication initiation to a separate process (#1410)
  • Added /permissioned_data/remove API route (#1395)
  • Refactored the /query/local API route (#1394)

🐛 Bug Fixes

  • Resolved a bug when node is unavailable to fetch all events from blockchain (#1396)

🧰 Maintenance

  • Improved ArangoDB query performance for /query/local and /permissioned_data/remove API routes (#1413)
  • Set the testnet environment to use the default trac price (#1401)
  • Reverted smart contract files to match the currently deployed contracts (#1398)

OriginTrail Release v4.1.14

10 Nov 16:23
08c1797
Compare
Choose a tag to compare

Changes

This release enables the optimization introduced in the previous release to greatly improve the possible message throughput during replication, reducing the number of failed replications and enabling more nodes to apply for an offer.

OriginTrail Release v4.1.13

10 Nov 16:14
c87db5e
Compare
Choose a tag to compare

Changes

This release further improves the communication capacity during replication, increasing the replication success rate.

🚀 Features

Add support for asynchronous communication in replication process (#1367)

🐛 Bug Fixes

Kadence library version updated (#1366)

OriginTrail Release v4.1.12

26 Oct 15:17
37ece16
Compare
Choose a tag to compare

Changes

🚀 Features

  • Update testnet nodes to use a fixed gas price (#1357)

OriginTrail Release v4.1.11

23 Oct 10:21
9e35637
Compare
Choose a tag to compare

Changes

  • Update README.md (#1350)

🚀 Features

  • Replication request optimization (#1354)

v4.1.10

22 Sep 10:03
934d0b9
Compare
Choose a tag to compare

This release fixes an issue where an older node would generate a new network identity every time it is started. It also fixes a 🐛 where network communication can get mixed up between different networks

🐛 Bug Fixes

  • Remove unnecessary network identity generating (#1339)
  • Add validating contact network id (#1337)
  • Update relation types and properties structure in WOT transpiler (#1333)

OriginTrail Release v4.1.9

27 Aug 10:33
101209e
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Bugfix for payout command (#1327)

OriginTrail Release v4.1.8

21 Jul 13:52
f77a089
Compare
Choose a tag to compare

🚀 Features

  • Implement trail reach parameter with extended and narrow option (#1312)
  • Added script for backup and upload data to AWS S3 instance (#1304)
  • Enabled OT-JSON version 1.2 (#1313)

🐛 Bug Fixes

  • Better handling of GS1-EPCIS or WOT export after OT-JSON import (#1309)
  • Added a 30 minute period to existing payOut commands (#1305)

🧰 Maintenance

  • Remove trail body log (#1316)
  • Added fetching smart contracts when they are changed on the Hub smart contracts (#1314)

OriginTrail Release v4.1.7

08 Jul 06:20
29dde31
Compare
Choose a tag to compare

Changes

This release patches an important issue we've observed with the dataset processing functionalities and message routing protocol, covering potential cases when data integrity values could be miscalculated. Also, this release introduces support for new OT-JSON version 1.2 for importing, exporting, and replicating datasets on the nodes, which will ensure better and more consistent sorting approach and reliable results when verifying the data integrity. This release patches issue with delayed offers by preserving database records for delayed offers.

🧰 Maintenance

Added support for OT-Json version 1.2 (#1301)

🐛 Bug Fixes

Preserve handler_id for a delayed offer (#1295)
Sort routing messages in data integrity validation process (#1291)

OriginTrail Release v4.1.6

06 Jul 14:32
40aa41d
Compare
Choose a tag to compare

Hotfix

This release applies a patch in the dataset processing functionalities, covering potential cases when data integrity values could be miscalculated.