Skip to content

Releases: aragon/sdk

0.10.2-alpha-javascript-client

04 Oct 16:58
c1666fd
Compare
Choose a tag to compare

0.10.1-alpha

On 2022-10-04 15:35:36

Fixed

  • Fix missing exports

0.10.0-alpha

On 2022-10-04 10:32:59

Added

  • Transfers as an unique object
  • Filtering on getTransfers

Fixed

  • Dao subgraph queries
  • Proposal subgraph queries

0.9.0-alpha

On 2022-09-29 12:58:04

Changed

  • splitted internal/core.ts logic into multiple modules internal/modules/graphql.ts,internal/modules/ipfs.ts and internal/modules/web3.ts

  • Remove puginAddress from PluginContext class

Fixed

  • Fix fromContext function
  • Typo in addreslistvoting.dao.eth string

0.8.0-alpha

On 2022-09-22 11:09:46

Added

  • Adding the canVote getter to the address list and ERC20 clients

0.7.0-alpha

On 2022-09-21 14:50:29

Added

  • Add mint token encoders and decoders
  • Add add members encoders and decoders
  • Add remove members encoders and decoders

0.6.0-alpha

On 2022-09-20 12:08:58

Added

  • Use real IPFS data
  • Use real subgraph data

0.5.0-alpha

On 2022-09-15 08:45:35

Added

  • Delays between yields
  • Add getToken function to the erc20-client
  • Encode and decode of Grant, Revoke and Freeze actions

0.4.3-alpha

On 2022-09-07 14:47:58

Fixed

  • Encoding flow when updating plugin settings

0.4.2-alpha

On 2022-09-07 11:19:55

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.

0.10.1-alpha-javascript-client

04 Oct 15:35
ccb41b2
Compare
Choose a tag to compare

Fixed

  • Fix missing exports

0.10.0-alpha

On 2022-10-04 10:32:59

Added

  • Transfers as an unique object
  • Filtering on getTransfers

Fixed

  • Dao subgraph queries
  • Proposal subgraph queries

0.9.0-alpha

On 2022-09-29 12:58:04

Changed

  • splitted internal/core.ts logic into multiple modules internal/modules/graphql.ts,internal/modules/ipfs.ts and internal/modules/web3.ts

  • Remove puginAddress from PluginContext class

Fixed

  • Fix fromContext function
  • Typo in addreslistvoting.dao.eth string

0.8.0-alpha

On 2022-09-22 11:09:46

Added

  • Adding the canVote getter to the address list and ERC20 clients

0.7.0-alpha

On 2022-09-21 14:50:29

Added

  • Add mint token encoders and decoders
  • Add add members encoders and decoders
  • Add remove members encoders and decoders

0.6.0-alpha

On 2022-09-20 12:08:58

Added

  • Use real IPFS data
  • Use real subgraph data

0.5.0-alpha

On 2022-09-15 08:45:35

Added

  • Delays between yields
  • Add getToken function to the erc20-client
  • Encode and decode of Grant, Revoke and Freeze actions

0.4.3-alpha

On 2022-09-07 14:47:58

Fixed

  • Encoding flow when updating plugin settings

0.4.2-alpha

On 2022-09-07 11:19:55

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.

0.10.0-alpha-javascript-client

04 Oct 10:32
31de3f0
Compare
Choose a tag to compare

Added

  • Transfers as an unique object
  • Filtering on getTransfers

Fixed

  • Dao subgraph queries
  • Proposal subgraph queries

0.9.0-alpha

On 2022-09-29 12:58:04

Changed

  • splitted internal/core.ts logic into multiple modules internal/modules/graphql.ts,internal/modules/ipfs.ts and internal/modules/web3.ts

  • Remove puginAddress from PluginContext class

Fixed

  • Fix fromContext function
  • Typo in addreslistvoting.dao.eth string

0.8.0-alpha

On 2022-09-22 11:09:46

Added

  • Adding the canVote getter to the address list and ERC20 clients

0.7.0-alpha

On 2022-09-21 14:50:29

Added

  • Add mint token encoders and decoders
  • Add add members encoders and decoders
  • Add remove members encoders and decoders

0.6.0-alpha

On 2022-09-20 12:08:58

Added

  • Use real IPFS data
  • Use real subgraph data

0.5.0-alpha

On 2022-09-15 08:45:35

Added

  • Delays between yields
  • Add getToken function to the erc20-client
  • Encode and decode of Grant, Revoke and Freeze actions

0.4.3-alpha

On 2022-09-07 14:47:58

Fixed

  • Encoding flow when updating plugin settings

0.4.2-alpha

On 2022-09-07 11:19:55

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.

0.9.0-alpha-javascript-client

29 Sep 12:58
af259a8
Compare
Choose a tag to compare

Changed

  • splitted internal/core.ts logic into multiple modules internal/modules/graphql.ts,internal/modules/ipfs.ts and internal/modules/web3.ts

  • Remove puginAddress from PluginContext class

Fixed

  • Fix fromContext function
  • Typo in addreslistvoting.dao.eth string

0.8.0-alpha

On 2022-09-22 11:09:46

Added

  • Adding the canVote getter to the address list and ERC20 clients

0.7.0-alpha

On 2022-09-21 14:50:29

Added

  • Add mint token encoders and decoders
  • Add add members encoders and decoders
  • Add remove members encoders and decoders

0.6.0-alpha

On 2022-09-20 12:08:58

Added

  • Use real IPFS data
  • Use real subgraph data

0.5.0-alpha

On 2022-09-15 08:45:35

Added

  • Delays between yields
  • Add getToken function to the erc20-client
  • Encode and decode of Grant, Revoke and Freeze actions

0.4.3-alpha

On 2022-09-07 14:47:58

Fixed

  • Encoding flow when updating plugin settings

0.4.2-alpha

On 2022-09-07 11:19:55

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.

0.8.0-alpha-javascript-client

22 Sep 11:09
27bd6c6
Compare
Choose a tag to compare

Added

  • Adding the canVote getter to the address list and ERC20 clients

0.7.0-alpha

On 2022-09-21 14:50:29

Added

  • Add mint token encoders and decoders
  • Add add members encoders and decoders
  • Add remove members encoders and decoders

0.6.0-alpha

On 2022-09-20 12:08:58

Added

  • Use real IPFS data
  • Use real subgraph data

0.5.0-alpha

On 2022-09-15 08:45:35

Added

  • Delays between yields
  • Add getToken function to the erc20-client
  • Encode and decode of Grant, Revoke and Freeze actions

0.4.3-alpha

On 2022-09-07 14:47:58

Fixed

  • Encoding flow when updating plugin settings

0.4.2-alpha

On 2022-09-07 11:19:55

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.

0.5.0-alpha-javascript-common

22 Sep 11:10
27bd6c6
Compare
Choose a tag to compare

Added

  • New error types

0.4.0-alpha

On 2022-09-21 14:49:57

Added

  • New error types

0.3.0-alpha

On 2022-09-20 12:08:47

Added

  • New error types

Fixed

  • Buffer being used not compatible with web environments

Updated

  • Renaming bufferToHexString to bytesToHex
  • Renaming hexStringToBuffer to hexToBytes
  • Version bump

0.0.2-alpha

Added

  • Github actions automation to deploy this package
  • Random.getFloat()

0.0.1-alpha

  • Initial version

0.7.0-alpha-javascript-client

21 Sep 14:50
39c48fe
Compare
Choose a tag to compare

Added

  • Add mint token encoders and decoders
  • Add add members encoders and decoders
  • Add remove members encoders and decoders

0.6.0-alpha

On 2022-09-20 12:08:58

Added

  • Use real IPFS data
  • Use real subgraph data

0.5.0-alpha

On 2022-09-15 08:45:35

Added

  • Delays between yields
  • Add getToken function to the erc20-client
  • Encode and decode of Grant, Revoke and Freeze actions

0.4.3-alpha

On 2022-09-07 14:47:58

Fixed

  • Encoding flow when updating plugin settings

0.4.2-alpha

On 2022-09-07 11:19:55

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.

0.4.0-alpha-javascript-common

21 Sep 14:49
39c48fe
Compare
Choose a tag to compare

Added

  • New error types

0.3.0-alpha

On 2022-09-20 12:08:47

Added

  • New error types

Fixed

  • Buffer being used not compatible with web environments

Updated

  • Renaming bufferToHexString to bytesToHex
  • Renaming hexStringToBuffer to hexToBytes
  • Version bump

0.0.2-alpha

Added

  • Github actions automation to deploy this package
  • Random.getFloat()

0.0.1-alpha

  • Initial version

0.6.0-alpha-javascript-client

20 Sep 12:08
82959c2
Compare
Choose a tag to compare

Added

  • Use real IPFS data
  • Use real subgraph data

0.5.0-alpha

On 2022-09-15 08:45:35

Added

  • Delays between yields
  • Add getToken function to the erc20-client
  • Encode and decode of Grant, Revoke and Freeze actions

0.4.3-alpha

On 2022-09-07 14:47:58

Fixed

  • Encoding flow when updating plugin settings

0.4.2-alpha

On 2022-09-07 11:19:55

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.

0.3.0-alpha-javascript-common

20 Sep 12:08
82959c2
Compare
Choose a tag to compare

Added

  • New error types

Fixed

  • Buffer being used not compatible with web environments

Updated

  • Renaming bufferToHexString to bytesToHex
  • Renaming hexStringToBuffer to hexToBytes
  • Version bump

0.0.2-alpha

Added

  • Github actions automation to deploy this package
  • Random.getFloat()

0.0.1-alpha

  • Initial version