v1.0.0
This releases DAO DAO v1. The v1 contracts are governance Lego blocks. They are designed to be modular, secure, and upgradable allowing for safe, and highly customizable voting configurations. You can read more about their design here.
The v1 contracts have completed two audits. The first by security DAO and the second by Oak Security.
These contracts have been uploaded to the Juno mainnet and have the following code IDs:
cw-proposal-single: 427
cw-core: 432
cw4-voting: 429
cw20-stake: 430
cw20-staked-balances-voting: 431
cw20_base: 435
cw4_group: 434
The cw20_base
and cw4_groups
contracts are part of the cw-plus repo. For the above code IDs we are using commit 14f4e922fac9e2097a8efa99e5b71d04747e340a
.
Instructions for verifying contracts that are deployed based on this release can be found here.
This release corresponds to the v2.0.0 release of the @dao-dao/types package which contains a types and convenience functions for querying these contracts.
These contracts have also been uploaded to the juno testnet with the following code IDs:
cw-proposal-single: 453
cw-core: 452
cw4-voting: 450
cw20-stake: 449
cw20-staked-balances-voting: 451
cw20_base: 77
cw4_group: 78
New Contributors
Full Changelog: v0.3.0...v1.0.0