v2.5.0
DAO DAO v2.5.0
adds support for DAO token rewards distribution, granular pre-propose proposal creation permissions, BitSong's Fantoken creation on DAO creation, OmniFlix's ONFT staking, and instantiate2 via the admin factory. It also bumps some package versions, adds an info
query to pre-propose modules, and cleans up some miscellaneous issues.
Rewards distribution, granular pre-propose proposal creation permissions, BitSong Fantoken support, and OmniFlix ONFT support have all been audited by Oak Security. The report is available 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.4.2...v2.5.0
What's Changed
- Miscellaneous fixes
- Support instantiate2 in cw-admin-factory by @NoahSaso in #851
- DAO rewards distribution by @JakeHartnell, @bekauz, and @NoahSaso in #835, #848, #858, #862, #863, #869, #871, and #881
- Granular pre-propose proposal creation permissions by @NoahSaso in #843, #854, #855, #856, #867, #866, and #868
- BitSong Fantoken creation on DAO creation by @NoahSaso in #845
- OmniFlix ONFT staking by @NoahSaso in #838, #864, and #870