Releases: aragon/sdk
Releases · aragon/sdk
0.10.0-beta-javascript-common
- 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.19.0-alpha-javascript-client
Changed
- Splits
getPluginSettings
ingetVotingSettings
andgetMembers
0.18.0-alpha-javascript-client
0.18.0 version bump (#146) * version bump * version bump * update satsuma test endpoint
0.17.1-alpha-javascript-client
Fixed
- Fix
updateMetadata
decoders - Fix
getProposals
ERC721 support ontokenVotingClient
- Fix
VotingMode
not decoding
Changed
- Add
MultisigClient
- Exposes
ensureAllowance
method - Fix precission in
VotingSettings
- renames
IPluginSettings
toVotingSettings
- renames
minTurnout
tominParticipation
- renames
minSupport
tosupportThreshold
- add
minProposerVotingPower
,earlyExecution
andvoteReplacement
fields toVotingSettings
and graphql responses - renames
ClientErc20
toTokenVotingClient
- renames
IErc20PluginInstall
toITokenVotingPluginInstall
- renames
Erc20Proposal
toTokenVotingProposal
- renames
Erc20ProposalListItem
toTokenVotingProposalListItem
- changes the value of
ERC20VotingPlugin
inSubgraphPluginTypeMap
fromerc20voting.dao.eth
totoken-voting.plugin.dao.ethh
- renames
Erc20ProposalResult
toTokenVotingProposalResult
- rename
getSettings
togetVotingSettings
0.9.2-alpha-javascript-common
- Adds new error
EnsureAllowanceError
- Adds new error
InvalidPrecisionError
0.9.1-alpha
On 2022-12-13 15:57:38
Fixed
- IPFS uri resolving
0.17.0-alpha-javascript-client
Changed
- Add
MultisigClient
- Exposes
ensureAllowance
method - Fix precission in
VotingSettings
- renames
IPluginSettings
toVotingSettings
- renames
minTurnout
tominParticipation
- renames
minSupport
tosupportThreshold
- add
minProposerVotingPower
,earlyExecution
andvoteReplacement
fields toVotingSettings
and graphql responses - renames
ClientErc20
toTokenVotingClient
- renames
IErc20PluginInstall
toITokenVotingPluginInstall
- renames
Erc20Proposal
toTokenVotingProposal
- renames
Erc20ProposalListItem
toTokenVotingProposalListItem
- changes the value of
ERC20VotingPlugin
inSubgraphPluginTypeMap
fromerc20voting.dao.eth
totoken-voting.plugin.dao.ethh
- renames
Erc20ProposalResult
toTokenVotingProposalResult
- rename
getSettings
togetVotingSettings
0.16.2-alpha-javascript-client
App 1408 sdk add precision workaround to output range 0 1 (#126) * fix: wrong number percision in getSettings on both plugins * fix: removes update changelog form ci workflow
0.16.1-alpha-javascript-client
Changed
- Split
createDao()
andpinMetadata()
- Split
createProposal()
andpinMetadata()
Added
- Graphql query in AddresslistPlugin and Erc20Plugin for
getMembers()
0.9.1-alpha-javascript-common
Fixed
- IPFS uri resolving
0.16.0-alpha-javascript-client
feat: adds check in dao creation for exec permission (#113) * feat: adds check in dao creation for exec permission * fix: applies deno formatting * chore: bumps version numbers and updates changelog * chore: bumps dependency version