v2.0.2
This releases:
- Streaming vesting payments by @JakeHartnell in
cw-vesting
. Native assets vested in this contract may be staked and staking rewards will accrue for the receiver of the vesting payment. - One transaction migrations from version one to version two by @Art3miX in
dao-migrator
. - Token distribution proportional to DAO voting power by @bekauz in
cw-fund-distributor
.
It also releases an audited-but-in-beta ranked choice voting module in dao-proposal-condorcet
by @blue-note and @0xekez. We expect to substantially modify the API of this contract before moving it out of beta.
The new code IDs on juno-1
mainnet:
cw20_stake.wasm 1900
cw20_stake_external_rewards.wasm 1901
cw20_stake_reward_distributor.wasm 1902
cw_admin_factory.wasm 1903
cw_fund_distributor.wasm 1904
cw_payroll_factory.wasm 1905
cw_token_swap.wasm 1906
cw_vesting.wasm 1907
dao_core.wasm 1908
dao_migrator.wasm 1909
dao_pre_propose_approval_single.wasm 1910
dao_pre_propose_approver.wasm 1911
dao_pre_propose_multiple.wasm 1912
dao_pre_propose_single.wasm 1913
dao_proposal_condorcet.wasm 1914
dao_proposal_multiple.wasm 1915
dao_proposal_single.wasm 1916
dao_voting_cw20_staked.wasm 1917
dao_voting_cw4.wasm 1918
dao_voting_cw721_staked.wasm 1919
dao_voting_native_staked.wasm 1920
Compiled by running just workspace-optimize
on the v2.0.2
tag.
New Contributors
Full Changelog: v2.0.1...v2.0.2