-
Notifications
You must be signed in to change notification settings - Fork 208
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
Mint Limits for all Vaults collateral assets changed/reset following auction+vaults core eval deployment #10031
Comments
We logged the parameter values as we were copying them. log lines (long)
SummaryTo summarize with the interesting part of each log line:
Notice that Atom says "2n", while the others are at 1. If you look at the code, that's the number of times through the |
Describe the bug
Mint limits were previously set at below for each of these collateral types prior to the https://github.com/Agoric/agoric-sdk/releases/tag/agoric-upgrade-16av-rc4 core eval upgrade that took place yesterday:
ATOM = 4000
stATOM = 1,134,000
stOSMO = 543,000
stkATOM = 32,000
stTIA = 111,000
Following the upgrade - I noticed that there was '0 IST available for all collateral types' in UI. Upon closer inspection I discovered that the mint limits were changed to what looked like the original default amounts set for each when a new collateral type is added:
ATOM = 500
stATOM = 1000
stOSMO = 1000
stkATOM = 1000
stTIA = 1000
To Reproduce
Steps to reproduce the behavior:
Also
Also
Expected behavior
The mint limits that were previously set by the Economic committee should have persisted and should not have been changed reset by this core eval upgrade.
Platform Environment
git describe --tags --always
)Additional context
Add any other context about the problem here.
Screenshots
The text was updated successfully, but these errors were encountered: