Releases: OriginTrail/ot-node
OriginTrail Mainnet 6.0.11 Release
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
- Get historical #2573
🐛 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
#TraceOn
OriginTrail 6.0.10 Mainnet Release
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
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
OriginTrail 6.0.8 Mainnet Release
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
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
OriginTrail 6.0.6 Mainnet Release
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
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
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
OriginTrail 6.0.3 release.
More details about v6 are available in the official documentation.
🚀 Features
🐛 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
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