-
Notifications
You must be signed in to change notification settings - Fork 193
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
feat(vpool): create pools gov handler #725
Conversation
This cannot be merged without testing. |
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.
Missing tests
Yes, please add CLI tests. |
… mercilex/vpool-new-markets
x/vpool/handler.go
Outdated
m.FluctuationLimitRatio, | ||
m.MaxOracleSpreadRatio, | ||
) | ||
// TODO(mercilex): oracle missing, pool should not be tradeable |
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.
Can we add the oracle part too? Otherwise, it's an incomplete feature.
Also if you're going to check in TODOs, please create and attach a GH issue instead of a name so that we can attach context to the TODO.
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've opened a separate issue for this, plus this problem does not relate to gov proposals specifically, it's about vpool itself, if a pricefeed stops posting prices then vpool would still allow trades, which from my understanding is incorrect.
No description provided.