Skip to content

Releases: OriginTrail/ot-node

OriginTrail Mainnet 6.0.11 Release

22 Jun 12:43
4c92a61
Compare
Choose a tag to compare

Description

We are excited to announce our latest mainnet 6.0.11 release, which includes improvement for the GET operation, allowing to retrieve historical states of Knowledge Assets by state hash (Merkle Root).
This release also introduces bug fixes to the execution of commands, blockchain events processing as well as improved memory management.

🌟 Improvements

🐛 Bug fixes

  • delete operation id files in batches #2582
  • add operation cleaner commands #2581
  • fix: do not skip protocol messages #2578
  • remove cached network sessions #2575
  • only fetch necessary events #2566
  • Fixed bug when command is not repeated during recovery #2565
  • fix filtering of pending commands during replay #2539

🧰 Maintenance

  • Operational db data archive #2579
  • add epoch check telemetry event #2564

#TraceOn

OriginTrail 6.0.10 Mainnet Release

21 Jun 11:32
615bad5
Compare
Choose a tag to compare

Description

We are excited to announce our latest mainnet 6.0.10 release, which includes a fix for minor bug.

🐛 Bug fixes

  • Fixed bug with the usage of non-existent bulkDestroy function in sequelize (#2569)

OriginTrail 6.0.9 Mainnet Release

23 May 09:37
15905fa
Compare
Choose a tag to compare

Description

We are excited to announce our latest mainnet 6.0.9 release, which includes improvements on commits and proofs submissions, as well as some improvements on processing blockchain events.

🌟 Improvements

  • add new epoch check commands (#2492)

🐛 Bug fixes

  • fix logic for getting past blockchain events (#2515)

🧰 Maintenance

  • remove old epoch commands migration (#2506)
  • remove snake case variables (#2530)

OriginTrail 6.0.8 Mainnet Release

16 May 09:50
625dff5
Compare
Choose a tag to compare

Description

We are excited to announce our latest mainnet 6.0.8 release, which includes some improvements on handling blockchain events, and various bug fixes.

🐛 Bug fixes

  • Don't start the node until it processed all blockchain events (#2453)
  • ethers wait for transaction receipt (#2457)
  • Fix switch rpc on error (#2508)
  • fix mysql disconnects because of inactivity (#2509)

🧰 Maintenance

  • add migrations for improved epoch check (#2451)

OriginTrail 6.0.7 Mainnet Release

03 May 09:45
fdce7bf
Compare
Choose a tag to compare

Description

We are excited to announce our latest mainnet 6.0.7 release, which includes some improvements on handling blockchain events, and various bug fixes.

🌟 Improvements

  • bulk handle blockchain events (#2409)

🐛 Bug fixes

  • triple store metadata migration (#2461)
  • fix handling of state finalized event (#2456)
  • fix mark operation status (#2426)

🧰 Maintenance

  • remove unused dependencies (#2417)
  • remove agreement start and end time from triple store (#2452)

OriginTrail 6.0.6 Mainnet Release

18 Apr 13:21
bd4ab99
Compare
Choose a tag to compare

Description

We are excited to announce our latest mainnet release 6.0.6! More details are available in the official documentation.

🐛 Bug fixes:

  • select commit and proof manager contract according to latest state index (#2442)

#TraceOn

OriginTrail 6.0.5 Mainnet Release

13 Apr 19:18
a23bdcb
Compare
Choose a tag to compare

We are excited to announce our latest mainnet release 6.0.5! More details are available in the official documentation.

🐛 Bug fixes

  • Fix calculate next epoch start time for proofs command
  • Fix casting

#TraceOn

OriginTrail 6.0.4 Mainnet Release

13 Apr 13:39
c742a39
Compare
Choose a tag to compare

We are excited to announce our latest mainnet release 6.0.4, which includes a number of new features and improvements aimed at enhancing the performance of the V6 nodes. The most important feature is the update of knowledge assets, which becomes available with this release! More details are available in the official documentation.

🚀 Features

  • Update knowledge assets

🌟 Improvements

  • Migration from ganache to hardhat for local network
  • Migration from web3.js to ethers.js
  • Add resource link to metadata
  • Blockchain event listener reimplemented
  • Bigger tests coverage
  • Delete data folder for each node on start of development environment
  • Ensure node sends submit update commit start/end/failed events
  • Ensure node schedules commands with right delay

🐛 Bug fixes

  • Fix wrong bid suggestion for dataset smaller than 1KB
  • Fix infinite loop on blockchain module restart

Contributors: @djordjekovac, @zeroxbt, @u-hubar, @NZT48

#TraceOn

OriginTrail 6.0.3 Mainnet Release

26 Jan 13:19
ae64a0d
Compare
Choose a tag to compare

OriginTrail 6.0.3 release.
More details about v6 are available in the official documentation.

🚀 Features

  • Multiple triple store repositories support (PR #2243 by @zeroxbt)

🐛 Bug Fixes

  • Send empty list of events as keep-alive for telemetry if node has no events (PR #2330 by @djordjekovac)
  • Fix utf-8 character encoding error on blazegraph assertion insertion (PR #2243 by @zeroxbt)

#TraceOn

OriginTrail 6.0.2 Mainnet Release

05 Jan 12:31
831c8ab
Compare
Choose a tag to compare

OriginTrail 6.0.2 Mainnet Release.
More details about v6 are available in the official documentation.

🐛 Bug Fixes

  • Added listening to Staking contract events, fixed DB updates on events (#2324)
  • Sharding Table migration (#2325)
  • Migration validationService fix (#2328)

🧰 Maintenance

  • Fixed failing bdd tests (#2314)

#TraceOn