Skip to content

0.4.2-alpha-javascript-client

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 11:19
· 292 commits to develop since this release
e80569f

Changed

  • Make the signer parameter optional

0.4.1-alpha

On 2022-09-07 11:08:27

Fixed

  • Fixed names not appearing in mock calls

0.4.0-alpha

On 2022-09-06 16:34:24

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.