bluenote

Results 16 issues of bluenote

multi-test doesn't support mocking state so we can test migrating to a new namespace. would be nice to cover this via integration test

see discussion here: https://github.com/DA0-DA0/dao-contracts/discussions/444

Not really a contracts issue, but the following ideas were discussed at our last eng meeting: 1. Have a list of people for reviews out of which 3-4 get randomly...

Generally, generic "unauthorized" errors serve the function of not leaking sensitive or unnecessary info to unauthorized actors in closed-source systems. In this case since we are open-source, having generic unauthorized...

good-first-issue

https://discord.com/channels/895922260047720449/900071727718088835/1003718082256179271 Originally it was decided to only go with a quorum threshold for votes cast toward _all_ choices, after which either first-past-the-post or ranked-choice voting logic will be applied. Evaluate...

multiple-choice

should mirror the ActiveThreshold::AbsoluteCount in cw-proposal-single contract

multiple-choice
tech-debt
good-first-issue

For a contract with a lot of proposals, for example, where the data model for the proposal struct has changed with a new code ID, how can we devise a...

multiple-choice

upgrades to cosmwasm 1.1 as per [this doc.](https://github.com/CosmWasm/cosmwasm/blob/main/MIGRATING.md#100---110) things that need careful eyes: - the query macro modifications (packages/cwd-macros/src/lib.rs) - the schema and typescript codegen modifications - the QueryMsg return...