Skip to content

Releases: OriginTrail/dkg.js

dkg.js 6.0.16 Release

17 Nov 14:40
7122540
Compare
Choose a tag to compare

Description

We are excited to announce the 6.0.16 release, which includes bug fix and new function .

🐛 Bug fixes

Fixed dkg.js not using right public key with MetaMask #115

🚀 Features

Added function for UAL validation #114

#TraceOn

dkg.js 6.0.15 Release

24 Oct 11:50
7340118
Compare
Choose a tag to compare

Description

We are excited to announce the 6.0.15 release, which includes important bug fix.

🐛 Bug fixes

  • Fixed typo in the blockchain module #111

#TraceOn

dkg.js 6.0.14 Release

03 Oct 16:30
5de5c56
Compare
Choose a tag to compare

Description

We are excited to announce the 6.0.14 release of the DKG Javascript client, which includes 2 new modules: Assertion and Network. Assertion module exposes functions for public assertions metadata calculation and Network module exposes the bid suggestion function, which allows users to estimate the cost of publishing before actual Knowledge Asset creation. Additionally, a new function “setAllowance” was introduced in the Asset module, which gives more choice to the users and allows them to manage smart contract allowance with only 1 function (instead of 2: increase and decrease).

🚀 Features

  • Added Network and Assertion modules + setAllowance (#109)

🧰 Maintenance

  • Improved handling of transaction reverts (#108)

Contributors: @u-hubar @stenjo1

#TraceOn

dkg.js 6.0.13 Release

07 Sep 18:09
ecc52d2
Compare
Choose a tag to compare

Description

We are excited to announce the 6.0.13 release, which includes important bug fix.

🐛 Bug fixes

  • Fixed retry mechanism for the 'already known' error #106

#TraceOn

dkg.js 6.0.12 Release

07 Sep 11:02
dc51e20
Compare
Choose a tag to compare

Description

We are excited to announce the 6.0.12 release, which includes important bug fix.

🐛 Bug fixes

  • Updated webpack build #104

#TraceOn

dkg.js 6.0.11 Release

07 Sep 10:18
1707c92
Compare
Choose a tag to compare

Description

We are excited to announce the 6.0.11 release, which includes important bug fix.

🐛 Bug fixes

  • Reworked logic for gasPrice calculation on transaction retry #102

#TraceOn

dkg.js 6.0.10 Release

07 Sep 09:08
4ea85ad
Compare
Choose a tag to compare

Description

We are excited to announce the 6.0.10 release, which includes two new functions:

  • Get balance of wallet (both TRAC and blockchain token)
  • Get current allowance for asset creation

#TraceOn

dkg.js 6.0.9 Release

25 Aug 09:00
ed89864
Compare
Choose a tag to compare

🐛 Bug fixes

  • Improvements on how get operations are querying the private historical repository when getting historical states of the Knowledge Assets
  • Fixed bugs related to the browser support for DKG operations

Contributors: @brkagithub, @zeroxbt

#TraceOn

dkg.js 6.0.7 Release

10 Jul 10:43
30725c5
Compare
Choose a tag to compare

Description

We are excited to announce the 6.0.7 release, which includes a reworked get operation supporting historical states of the knowledge assets.

🚀 Features

  • Historical state support for GET operation (#82)

Contributors: @u-hubar, @zeroxbt

#TraceOn

Dkg.js 6.0.6 Release

31 May 09:02
1178bcb
Compare
Choose a tag to compare

Description

We are excited to announce our latest 6.0.6 release, which includes a couple of bug fixes.

🐛 Bug fixes

  • Validation of assertion size instead of content size on input
  • Fix for extending storing period
  • Update module.exports in constants (fix for #79)

Contributors: @brkagithub, @zeroxbt

#TraceOn