Skip to content

Releases: OriginTrail/dkg.js

dkg.js 8.0.12 Release

09 May 12:02
1912046

Choose a tag to compare

Description

The dkg.js 8.0.12 release changes the way constants are exported, and simplifies the way the DkgClient object is instantiated.

🌟Improvements

  • Environment variable is derived from blockchain id. Therefore, instead of specifying the environment parameter, you need to provide the blockchain.name only.
  • Public key is derived from private key. Therefore, the PUBLIC_KEY parameter is as no longer needed in the initial DkgClient setup.

🐛Bug fixes

  • Fixed wrong constants import

More info: docs.origintrail.io
Join the discussion in Discord

dkg.js 8.0.11 Release

17 Apr 14:36
a6e7376

Choose a tag to compare

Description
The 8.0.11 brings an uplift of assertion-tool dependency and fix for bug with publishing assets containing special characters

dkg.js 8.0.10 Release

16 Apr 13:28
41f6eca

Choose a tag to compare

Description

The 8.0.10 release of dkg.js enables interaction with permissioned paranets

🚀 Features

  • Permissioned paranets
    • Enables creation of permissioned paranets
    • Managing nodes and miners in permissioned paranets

#TraceOn

dkg.js 8.0.9 Release

09 Apr 11:46
39dc8c7

Choose a tag to compare

Description

Update address of Neuroweb Hestnet Hub in constants for redeployed testnet

dkg.js 8.0.8 Release

19 Mar 09:36
50bd769

Choose a tag to compare

Description

This release includes performance optimizations and expanded functionality. Query execution has been optimized for faster processing, improving overall efficiency. Additionally, support for decimals in ERC20 has been added, ensuring better accuracy and compatibility in token-related operations.

🌟Improvements

  • Optimized how queries are executed for faster processing
  • Added support for decimals in ERC20

More info: docs.origintrail.io
Join the discussion in Discord

dkg.js 8.0.7 Release

26 Feb 16:20
9115b2e

Choose a tag to compare

Description

We’re thrilled to announce the release of dkg.js 8.0.7 with support for paranets on OriginTrail Decentralized Knowledge Graph with many new exciting features.

You can now use paranets with your AI agents, control which Knowledge Assets get published on your paranet, incentivize knowledge mining with multiple tokens, and much more!

🚀 Key updates

  • Knowledge Curation - using the new data staging feature, Knowledge Curators can control which Knowledge Assets get included in a paranet.
    • Knowledge Miners stage their knowledge assets to the paranet for review before they are included.
    • Curators (assigned by the Paranet operator) review and accept or decline knowledge submissions, based on their custom logic (e.g. Proofs of Knowledge)
  • Incentive Pools - Deploy incentive pools with any ERC20 or native token to incentivise knowledge miners.
  • Multiple Incentive Pool support - Deploy multiple incentive pools with different incentive tokens for more flexible incentives.

More info: docs.origintrail.io
Join the discussion in Discord

dkg.js 8.0.6 Release

10 Feb 16:08
3d775c4

Choose a tag to compare

The 8.0.6 release brings dependency update of assertion tools.

dkg.js 6.5.3 Release

23 Sep 13:58
5d7e61a

Choose a tag to compare

Description

The 6.5.3 release of dkg.js brings multiple important enhancements to ensure better experience for developers.

🚀 Features

  • Improved return objects for all operations
    • Statuses of all operations performed on DKG Nodes
    • Transaction receipts for all transactions
  • Optional await for transactions finalization on Neuroweb

#TraceOn

dkg.js 6.5.2 Release

10 Sep 12:41
b1b46f5

Choose a tag to compare

Description

The 6.5.2 release of dkg.js brings multiple important enhancements and fixes to ensure better experience for developers.

🚀 Features

  • Optional force replacement of pending transactions with gas price detection and incrementation
  • Optional transaction simulations with "eth_call" in order to catch proper EVM error messages
  • Optional gas limit multiplier
  • Optimized event logs parsing

🐛Bug fixes

  • Fixed allowance handling logic
  • Fixed returned object for setAllowance function
  • Fixed GET protocol for non-private KAs
  • Fixed contract addresses fetching without proper blockchain metadata initialization

#TraceOn

dkg.js 6.5.0 Release

05 Jul 12:00
43cb7d4

Choose a tag to compare

We're thrilled to announce the release of dkg.js v6.5.0, with full support for DKG on the BASE blockchain! 🌐 This update means your dkg.js client can seamlessly interact with DKG on BASE, unlocking new realms of possibility and innovation. Dive in and harness the power of this DKG on BASE today!

🚀 Features

BASE integration #139

#TraceOn