Skip to content

dkg.js 6.0.14 Release

Compare
Choose a tag to compare
@u-hubar u-hubar released this 03 Oct 16:30
· 64 commits to master since this release
5de5c56

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