Skip to content

v2.0.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@0xekez 0xekez released this 28 Nov 00:21
· 54 commits to main since this release
74bd388

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

Breaking changes

  • The addr field of dao-core's SetItem { key, addr } message has been renamed to value and the message is now SetItem { 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