Releases: OriginTrail/dkg-engine
OriginTrail Release v8.2.1
The V8.2.1 release introduces improvements to the auto-updater module and prepares us for the upcoming Github repository rename - the former ot-node repo will be renamed to dkg-engine for better clarity.
✅ If your auto-updater is enabled:
No action is required — your node will automatically update to v8.2.1. Please verify that your node has successfully updated to version 8.2.1 to ensure continued operation after the repository rename.
⚙️ If your auto-updater is disabled:
Make sure to manually update your node within the next 24 hours. This update is required before the GitHub repository name changes to ensure your node continues receiving future updates.
🧩 If you do not update to 8.2.1 before the rename
You'll need to manually update your auto-updater configuration:
- Enter your node directory:
cd ot-node/current/ - Update the auto-updater repository URL by executing:
sed -i 's|OriginTrail/ot-node|OriginTrail/dkg-engine|g' src/modules/auto-updater/implementation/ot-auto-updater.js - Verify the changes by checking lines 10 and 11 in
src/modules/auto-updater/implementation/ot-auto-updater.jsThey should look as follows:
const REPOSITORY_URL = 'https://github.com/OriginTrail/dkg-engine';
const ARCHIVE_REPOSITORY_URL = 'github.com/OriginTrail/dkg-engine/archive/';
Trace On!
OriginTrail Testnet Release v8.2.1
The V8.2.1 release introduces improvements to the auto-updater module and prepares us for the upcoming Github repository rename - the former ot-node repo will be renamed to dkg-engine for better clarity.
✅ If your auto-updater is enabled:
No action is required — your node will automatically update to v8.2.1. Please verify that your node has successfully updated to version 8.2.1 to ensure continued operation after the repository rename.
⚙️ If your auto-updater is disabled:
Make sure to manually update your node within the next 24 hours. This update is required before the GitHub repository name changes to ensure your node continues receiving future updates.
🧩 If you do not update to 8.2.1 before the rename
You'll need to manually update your auto-updater configuration:
- Enter your node directory:
cd ot-node/current/ - Update the auto-updater repository URL by executing:
sed -i 's|OriginTrail/ot-node|OriginTrail/dkg-engine|g' src/modules/auto-updater/implementation/ot-auto-updater.js - Verify the changes by checking lines 10 and 11 in
src/modules/auto-updater/implementation/ot-auto-updater.jsThey should look as follows:
const REPOSITORY_URL = 'https://github.com/OriginTrail/dkg-engine';
const ARCHIVE_REPOSITORY_URL = 'github.com/OriginTrail/dkg-engine/archive/';
Trace On!
OriginTrail Mainnet Release v8.2.0
The V8.2.0 Mainnet node release brings improvements to node performance
🌟 Improvements
- Remove Blazgraph restarts
- Reduced load and improved query performance of operational DB
- Improved triples insertion
DKG Core Node runners, make sure to update your nodes!
Trace On!
OriginTrail Testnet Release V8.1.1-rc.12
The V8.1.1-rc.12 Testnet node release brings improvements to node sync and expands on KA metadata functionalities
🌟 Improvements
- Enabling fetching full metadat when KA is requested
- Disabling restarting Balzegraph when status can't be fetch
- Decreasing number of nodes pulled per batch in batch get
DKG Core Node runners, make sure to update your nodes!
Trace On!
OriginTrail Testnet Release v8.1.1-rc.11
The V8.1.1-rc.11 Testnet node release brings further improvements to node health
🌟 Improvements
-
Improved triple store interaction with batch insert
-
Improved operationalDB usage by reducing nthe umber of writes and updates to reduce load on the DB
DKG Core Node runners, make sure to update your nodes!
Trace On!
OriginTrail Mainnet Release v8.1.1-rc.9
The V8.1.1-rc.9 Testnet node release brings further improvements to node health
🌟 Improvements
- Improved DKG Sync to reduce the time needed for the node to sync the full DKG-
Improved DKG Sync and Get by better handling ASK queries
-
Added nonce error handling during transaction sending
-
Improved DKG sync logging to give better insight into sync performance
-
Improved error handling to make node more robust and increase uptime
🐛 Bug fix
- Fixed sync commands queue constantly rising
- Fixed wrong delete query for publish rollback
- Fixed proofing service trying to send proof for the wrong KC on the first try in the new proofing period
DKG Core Node runners, make sure to update your nodes!
Trace On!
OriginTrail Testnet Release v8.1.1-rc.9
The V8.1.1-rc.9 Testnet node release brings further improvements to node health
🌟 Improvements
-
Improved DKG sync logging to give better insight into sync performance
-
Improved error handling to make node more robust and increase uptime
DKG Core Node runners, make sure to update your nodes!
Trace On!
OriginTrail Testnet Release v8.1.1-rc.8
The V8.1.1-rc.8 Testnet node release brings further improvements to node health
🌟 Improvements
-
Improved DKG Sync and Get by better handling ASK queries
-
Added nonce error handling during transaction sending
DKG Core Node runners, make sure to update your nodes!
Trace On!
OriginTrail Testnet Release v8.1.1-rc.7
The V8.1.1-rc.7 Testnet node release brings further improvements to node health
🌟 Improvements
- Improved DKG Sync to reduce the time needed for the node to sync the full DKG
🐛 Bug fix
- Fixed sync commands queue constantly rising
- Fixed wrong delete query for publish rollback
- Fixed proofing service trying to send proof for the wrong KC on the first try in the new proofing period
DKG Core Node runners, make sure to update your nodes!
Trace On!
OriginTrail Mainnet Release v8.1.1-rc.6
The new V8.1.1-rc.6 node brings improvements for heavy-load publisher nodes
🌟 Improvements
- Improved health for heavy-load publisher nodes
🐛 Bug fix
- Fix bug in paranet sync
DKG Core Node runners, make sure to update your nodes!
Trace On!