Skip to content

OriginTrail Release v5.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Apr 10:36
· 165 commits to release/testnet since this release
96bc9b9

Changes

This release introduces new features for the OriginTrail protocol scalability. One is pruning data that is no longer needed from the nodes. Second is optimizing the replication requests enabling data creators to replicate their data to more nodes on the network. Along with these features, we've resolved several issues caused by the new major code update.

🚀 Features

  • Introduce dataset pruning feature (#1515)
  • Add a delay to replication data send command (#1520)

🐛 Bug Fixes

  • Add migration files to backup and restore scripts (#1507)
  • Prevent the possibility of calculated offer price being a decimal value (#1513)
  • Prevent automatically updating between major versions (#1514)
  • Handle offer payout if blockchain_id is not specified (#1518)

🧰 Maintenance

  • Level develop with release/mainnet (#1516)
  • Fix pricing service unit test (#1517)