-
Notifications
You must be signed in to change notification settings - Fork 332
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(x/precisebank): Add remainder amount to genesis #1911
Conversation
ac78c5d
to
0749d76
Compare
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.
Validation & tests are great, I don't see any issues with the behavior.
My comments are not blockers, just points for discussion and possible simplifications.
// IntegerCoinDenom is the denomination for integer coins that are managed by | ||
// x/bank. This is the "true" denomination of the coin, and is also used for | ||
// the reserve to back all fractional coins. | ||
const IntegerCoinDenom = "ukava" |
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.
Filed #1914, I'm still split if adding the staking and evm keeper params as depedencies is worth it atm or we should pursue this later after the module is complete and we have a better picture of when & where we have to inject those parameters.
Description
(sum(balances) + remainder) % conversionFactor == 0
SplitBalance
for splitting up full balances into eachChecklist