-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev #18
Conversation
…ftovers to next auction
…were added as leftovers to next auction
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! mostly contextual comments and couple things that were a bit unclear
} | ||
|
||
#[cw_serde] | ||
pub struct ServiceFeeConfig { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we were considering doing vecs for denom, register_fee, and resume_fee so we could whitelist more registration denoms in the future. I'm okay with leaving it the current way to keep things simple for now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can its safer to just accept neutron at starter, and then move to a better design if needed.
…e raw fold) * fixed all executeable (execute, migrate) msgs types to remove "string" msgs and not are using "object" msgs (added {} to empty msgs) this is needed because the CLI automatically try to parse those to json, for some reason the cli works differently for queries in that regard. * added global min_amount for auctions, so each auctions looks at the min_amount it must have before starting an auction. * added migrate msgs and entry points to all contracts
Implement the audit fixes as well as other fixes and some changes.