v2.0.0
This releases DAO DAO version two. It follows v2.0.0-beta
and v2.0.0-alpha
and inherits all of the changes therein. This tag has completed an audit by Oak Security, the release of which is forthcoming.
Breaking changes
- 1673241 all of the contracts in
staking/
now have a two-step ownership transfer process using cw-ownable. - 5b6f080 duplicate item keys during DAO instantiation will now cause an error.
- 0ef1a2a
dao-voting-staking-denom-staked
has been removed. - 4ef0e21 members may only execute a proposal if they were a DAO member at the time of the proposal's creation.
ProposalModuleStatus
,ProposalCreationPolicy
,PauseInfoResponse
, andPreProposeInfo
are now snake case in the contract API.
Mainnet Code IDs
These contracts have been deployed on the Juno mainnet using the CosmWasm cw-plus 0.16 release for auxiliary contracts. Contracts have been compiled using workspace-optimizer version 0.12.10
.
cw20_stake 1645
cw20_stake_external_rewards 1646
cw20_stake_reward_distributor 1647
cw_admin_factory 1648
cw_token_swap 1649
dao_core 1650
dao_pre_propose_approval_single 1651
dao_pre_propose_approver 1652
dao_pre_propose_multiple 1653
dao_pre_propose_single 1654
dao_proposal_multiple 1655
dao_proposal_single 1656
dao_voting_cw20_staked 1657
dao_voting_cw4 1658
dao_voting_cw721_staked 1659
dao_voting_native_staked 1660
The corresponding v0.16
cw-plus code IDs:
cw20_base 1664
cw4_group 1668
And the corresponding v0.16
cw-nfts code IDs:
cw721_base 1671
New Contributors since version one
- @cypherape made their first contribution in #309
- @Buckram123 made their first contribution in #411
- @bekauz made their first contribution in #433
- @ismellike made their first contribution in #479
- @CLHRAE made their first contribution in #489
- @NinoLipartiia made their first contribution in #477
Full Changelog: v1.0.0...v2.0.0