v2.0.0-beta
Pre-release
Pre-release
This release is the successor of v2.0.0-alpha
. All contract and package versions have bumped from 0.2.0
to 2.0.0-beta
.
Highlights
- DAOs may now require approval from a subDAO to create a proposal. - @JakeHartnell and @0xekez in f6dd78d
- Votes may now be cast up to the expiration of a proposal allowing vote tallies to reflect voters who vote after a proposal's outcome has been determined. - @NinoLipartiia & @bekauz in a6e01ea
- Voters may now attach an optional rationale to their votes. - @0xekez in b02a740
Bug fixes
- Fixed an out-of-gas issue in
dao-voting-cw721-staked
. - @0xekez in 38b9552, writeup - Fixed an integer overflow bug in
cw20-stake
. - @0xekez in a4f0874, writeup
Breaking changes
- The
addr
field ofdao-core
'sSetItem { key, addr }
message has been renamed tovalue
and the message is nowSetItem { key, value }
.
Testnet deployment
The v2.0.0-beta
contracts have been deployed to Juno's uni-5
testnet with the following code IDs:
cw20_stake.wasm 3454
cw_admin_factory.wasm 3455
cw_token_swap.wasm 3456
dao_core.wasm 3457
dao_pre_propose_approval_single.wasm 3458
dao_pre_propose_approver.wasm 3459
dao_pre_propose_multiple.wasm 3460
dao_pre_propose_single.wasm 3461
dao_proposal_multiple.wasm 3462
dao_proposal_single.wasm 3463
dao_voting_cw20_staked.wasm 3464
dao_voting_cw4.wasm 3465
dao_voting_cw721_staked.wasm 3466
dao_voting_native_staked.wasm 3467
dao_voting_staking_denom_staked.wasm 3468
stake_cw20_external_rewards.wasm 3469
stake_cw20_reward_distributor.wasm 3470
On the v0.16.0
release:
cw20_base.wasm 3471
cw4_group.wasm 3472