DAO DAO v2.6.0
cleans things up and fixes some bugs, correcting two bugs in the reward distributor, removing the NFT staking voting modules simultaneous unstaking limit, and adding support for the pre-propose approval flow to the multiple choice proposal module.
The rewards distributor bug fixes were retroactively reviewed and added to the Oak Security audit here.
Contract binaries have been compiled with cosmwasm/optimizer:0.16.0
.
WARNING: The contract binaries uploaded here are built inside of a GitHub Action, which outputs different checksums for some contracts. We do not upload these ones to chains, instead building them locally with the container and version mentioned above and uploading those. You must build them locally using the same container if you want to verify contracts deployed on-chain.
Full Changelog: v2.5.0...v2.6.0
What's Changed
- Reward distributor bug fixes by @NoahSaso in #886, #891, and #895
- Pre-propose approval flow for multiple choice proposals by @NoahSaso in #883
- Remove simultaneous unstaking limit for NFT staking voting modules by @NoahSaso in #893
- Miscellaneous cleanup and CI fixes by @ismellike, @Radovenchyk, and @NoahSaso in #885, #890, #889, #896, #897, and #898
New Contributors
- @Radovenchyk made their first contribution in #889