Skip to content

Releases: aragon/sdk

0.12.0-beta-javascript-common

27 Feb 15:52
da2d7e1
Compare
Choose a tag to compare
Fix: Adapt to new proposal ids coming from subgraph (#171)

* fix new proposal ids

* fix typo in changelog

0.23.0-beta-javascript-client

26 Feb 10:22
31523ea
Compare
Choose a tag to compare
Feature: upgrade contracts to version 0.8.0 (#168)

* upgradre to ethers contracts version 0.8.0

* update version and changelog and fix status in multisig proposal

0.22.0-beta-javascript-client

23 Feb 18:48
ee32f25
Compare
Choose a tag to compare
Feature: Update parameters name in canVote and canExecute params (#162)

* update parameters name in canVote and canExecute params

* update examples and docs

* update examples

* update changelog

* update common version and changelog

* Fixing the version numbers

---------

Co-authored-by: Jør∂¡ <[email protected]>

0.11.0-beta-javascript-common

23 Feb 18:48
ee32f25
Compare
Choose a tag to compare
Feature: Update parameters name in canVote and canExecute params (#162)

* update parameters name in canVote and canExecute params

* update examples and docs

* update examples

* update changelog

* update common version and changelog

* Fixing the version numbers

---------

Co-authored-by: Jør∂¡ <[email protected]>

0.3.0-beta-javascript-ipfs

23 Feb 18:48
ee32f25
Compare
Choose a tag to compare

0.3.0-beta

Release candidate 1

Added

  • First version of the library

0.21.2-beta-javascript-client

21 Feb 13:16
0f466bb
Compare
Choose a tag to compare
Fix: Add transfer to available functions (#161)

* add transfer to available functions

* update changelog and package.json

* update subgraph url

0.21.1-beta-javascript-client

20 Feb 15:47
77d1e35
Compare
Choose a tag to compare
Fix: hexToBytes function failing and endDate and startDate missing on…

0.10.1-beta-javascript-common

20 Feb 15:47
77d1e35
Compare
Choose a tag to compare

0.10.1-beta

  • Fix hextoBytes throwing an error when 0x is the input

0.10.0-beta

  • Adds new error EnsureAllowanceError
  • Adds new error InvalidPrecisionError
  • Adds boolArrayToBitmap and bitmapToBoolArray

0.9.1-alpha

On 2022-12-13 15:57:38

Fixed

  • IPFS uri resolving

0.21.0-beta-javascript-client

16 Feb 18:20
6b9c859
Compare
Choose a tag to compare
Feature: Add voteReplacemeent flag and fix transfers and balances que…

0.20.0-beta-javascript-client

13 Feb 11:23
f2adaa3
Compare
Choose a tag to compare

Changed

  • Updates to contracts-ethers v0.7.1
  • Splits getPluginSettings in getVotingSettings and getMembers
  • encoding.withdrawAction now accepts a single parameter of type WithdrawParams
    • IWithdrawParams is now WithdrawParams
  • decoding.withdrawAction now receives the to and value parameters, in addition to data
  • DepositParams
  • IDepositParams is now DepositParams
    • It always gets a type: TokenType
  • proposalId is now a bigint on every plugin
    • WARNING: This may change to a string, due to Subgraph limitations
  • IAddressListPluginInstall is now IAddresslistVotingPluginInstall
  • decoders.removeMembersAction() now returns an array of addresses
  • DaoSortBy.NAME => DaoSortBy.SUBDOMAIN
  • ensureAllowance's field daoAddress is now named daoAddressOrEns
  • TokenType replaces any other token/transfer type enum

Added

  • Proposals accept a failSafeActions variable
  • Multisig plugin settings now include startDate and endDate
  • ICreateProposalParams now receives an optional failSafeActions array, to denote which could fail without disrupting the entire execution flow
  • createDao now returns pluginAddresses when DONE
  • Multisig proposals have a startDate, endDate (and approvals when reading back)
  • canExecute() added to TokenVotingClient.methods and AddresslistVotingClient.methods
  • executionTxHash added to TokenVotingProposal and AddresslistVotingProposal
  • CreateDaoParams now includes daoUri
  • pluginAddresses on DaoCreationStepValue
    • WARNING: it may be updated into an array of objects like {address, pluginRepoEns} to identify what plugin it corresponds

Removed

  • Freeze action encoders
    • Removed IFreezePermissionParams and IFreezePermissionDecodedParams
  • The reference field on deposits and withdrawals