Skip to content

OriginTrail Release v5.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 18 May 15:55
· 146 commits to release/mainnet since this release
82f2f44

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

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

🐛 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)
  • Missed offer migration bugfix (#1533)
  • Remove arango artifacts after completing restore process (#1538)
  • Add profileService to payoutMigration arguments (#1537)
  • Validate DC proof in all litigation scenarios (#1532)
  • Add check for offer to disable finalizing an offer twice (#1531)

🧰 Maintenance

  • Added github action for tests (#1536)
  • Add a full permissioned data BDD test (#1528)
  • Fix output for the number of nodes that a query was sent to (#1527)
  • Level develop with release/mainnet (#1516)
  • Fix pricing service unit test (#1517)