Releases: aragon/sdk
Releases · aragon/sdk
0.12.0-beta-javascript-common
Fix: Adapt to new proposal ids coming from subgraph (#171) * fix new proposal ids * fix typo in changelog
0.23.0-beta-javascript-client
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
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
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
0.3.0-beta
Release candidate 1
Added
- First version of the library
0.21.2-beta-javascript-client
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
Fix: hexToBytes function failing and endDate and startDate missing on…
0.10.1-beta-javascript-common
0.10.1-beta
- Fix
hextoBytes
throwing an error when0x
is the input
0.10.0-beta
- Adds new error
EnsureAllowanceError
- Adds new error
InvalidPrecisionError
- Adds
boolArrayToBitmap
andbitmapToBoolArray
0.9.1-alpha
On 2022-12-13 15:57:38
Fixed
- IPFS uri resolving
0.21.0-beta-javascript-client
Feature: Add voteReplacemeent flag and fix transfers and balances que…
0.20.0-beta-javascript-client
Changed
- Updates to contracts-ethers v0.7.1
- Splits
getPluginSettings
ingetVotingSettings
andgetMembers
encoding.withdrawAction
now accepts a single parameter of typeWithdrawParams
IWithdrawParams
is nowWithdrawParams
decoding.withdrawAction
now receives theto
andvalue
parameters, in addition todata
DepositParams
IDepositParams
is nowDepositParams
- It always gets a
type: TokenType
- It always gets a
proposalId
is now abigint
on every plugin- WARNING: This may change to a string, due to Subgraph limitations
IAddressListPluginInstall
is nowIAddresslistVotingPluginInstall
decoders.removeMembersAction()
now returns an array of addressesDaoSortBy.NAME
=>DaoSortBy.SUBDOMAIN
ensureAllowance
's fielddaoAddress
is now nameddaoAddressOrEns
TokenType
replaces any other token/transfer type enum
Added
- Proposals accept a
failSafeActions
variable - Multisig plugin settings now include
startDate
andendDate
ICreateProposalParams
now receives an optionalfailSafeActions
array, to denote which could fail without disrupting the entire execution flowcreateDao
now returnspluginAddresses
whenDONE
- Multisig proposals have a
startDate
,endDate
(andapprovals
when reading back) canExecute()
added toTokenVotingClient.methods
andAddresslistVotingClient.methods
executionTxHash
added toTokenVotingProposal
andAddresslistVotingProposal
CreateDaoParams
now includesdaoUri
pluginAddresses
onDaoCreationStepValue
- WARNING: it may be updated into an array of objects like
{address, pluginRepoEns}
to identify what plugin it corresponds
- WARNING: it may be updated into an array of objects like
Removed
- Freeze action encoders
- Removed
IFreezePermissionParams
andIFreezePermissionDecodedParams
- Removed
- The
reference
field on deposits and withdrawals