Skip to content

Releases: aragon/sdk

0.0.13-alpha-javascript-client

24 May 09:26
Compare
Choose a tag to compare

Added

  • Getting DAOFactory address from @aragon/core-contracts-ethers package depending on the selected network in Context.

0.0.12-alpha-javascript-client

23 May 11:17
Compare
Choose a tag to compare

Changed

  • Upgraded @aragon/core-contracts-ethers package to the 0.2.1-alpha version and adapted the base code to accept the new VoteConfigStruct struct.

0.0.11-alpha-javascript-client

18 May 14:51
Compare
Choose a tag to compare
Updates version in package.json for client

0.0.10-alpha-javascript-client

18 May 14:42
5af90ab
Compare
Choose a tag to compare

Added

  • Deposit ETH and ERC20 tokens to DAO.
  • Withdrawal action creation helper.

Changed

  • average and max values for the gas fee estimations returned as bigint.

Fixed

  • Exported IDeposit and ICreateProposal.

0.0.9-alpha-javascript-client

11 May 09:17
c921f6d
Compare
Choose a tag to compare

Added

  • Github actions automation to deploy this package.

Changed

  • Returning of average and max values for the gas fee estimations.

Fixed

  • Gas fee estimations with new gasFeeData functions for EIP-1559.
  • Fixes Github actions workflows