Skip to content

Releases: aragon/sdk

0.4.0-alpha-javascript-client

06 Sep 16:34
7819910
Compare
Choose a tag to compare

Added

  • Add decoders for the following actions:
  • Client
  • Withdraw
  • UpdateMetadata
  • ERC20
  • UpdatePluginSettings
  • Address List
  • UpdatePluginSettings

Fixed

  • Version of the common package 0.2.0 => 0.2.1

Added

  • Update settings action
  • Get Settings method
  • Mock methods for the rest of the flows

Changed

  • The plugin address is no longer part of the context
  • The plugin address must be specified when calling functions
  • All the plugin functions that interact with a SC now receive an object insted of separate parameters
  • Update Readme

Fixed

  • Consistency issues in naming

Added

  • Internal Graphql client
  • AddressList Client
  • JsDoc to AddressList Client and ERC20 Client
  • Mocks in AddressList Client
  • Other mocks in Client and ERC20Client

Changed

  • ContextErc20 => ContextPlugin

Changes (breaking)

  • Now using a general-purpose Client class and a plugin-specific one for the rest (ClientErc20)

Added

  • Providing IPFS support with full isomorphic compatibility

0.0.18-alpha

On 2022-06-16 12:44:48

0.0.17-alpha

On 2022-06-15 13:01:18

Changed

  • Backing off ipfs-http-client until the UI framework supports it

0.0.16-alpha

On 2022-06-14 15:03:15

  • Gas fee estimation for deposit and updateAllowance.

Changed

  • deposit method handles all steps by using a AsyncGenerator.

0.0.18-alpha-javascript-client

16 Jun 12:44
Compare
Choose a tag to compare

0.0.17-alpha

On 2022-06-15 13:01:18

Changed

  • Backing off ipfs-http-client until the UI framework supports it

0.0.16-alpha

On 2022-06-14 15:03:15

  • Gas fee estimation for deposit and increaseAllowance.

Changed

  • deposit method handles all steps by using a AsyncGenerator.

0.0.17-alpha-javascript-client

15 Jun 13:01
Compare
Choose a tag to compare

Changed

  • Backing off ipfs-http-client until the UI framework supports it

0.0.16-alpha

On 2022-06-14 15:03:15

  • Gas fee estimation for deposit and increaseAllowance.

Changed

  • deposit method handles all steps by using a AsyncGenerator.

0.0.16-alpha-javascript-client

14 Jun 15:03
Compare
Choose a tag to compare
  • Gas fee estimation for deposit and increaseAllowance.

Changed

  • deposit method handles all steps by using a AsyncGenerator.

0.0.15-alpha-javascript-client

14 Jun 12:33
Compare
Choose a tag to compare
Updates version in package.json for client

0.0.14-alpha-javascript-client

14 Jun 08:40
Compare
Choose a tag to compare
  • Adding IPFS support for pinning and fetching data

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.