Releases: OriginTrail/dkg.js
dkg.js 6.0.16 Release
dkg.js 6.0.15 Release
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
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
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
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
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
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
🐛 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
Dkg.js 6.0.6 Release
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