You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in #8158, we need the ability to restart or replace all vats. This issue is concerned with upgrading the 14 existing mintHolder contracts.
Description of the Design
The source code is mintHolder.js. These are not Zoe contracts. upgrade-vats.test.ts shows that They are upgradeable, though it doesn't test functionality. We should upgrade a mintHolder in a3p-integration and show that it continues to function correctly.
v13: BLD
v16: ATOM
v17: USDC_axl
v18: USDC_grv
v19: USDT_axl
v20: USDT_grv
v21: DAI_axl
v22: DAI_grv
v66: stATOM
v71: USDC
v72: USDT
v96: stOSMO
v102: stTIA
v109: stkATOM
We should upgrade a few at first, and more over time.
Security Considerations
mintHolders are the foundation for a lot of assets on our chain.
Scaling Considerations
Not significant. Measurements haven't shown any indication of problems.
Test Plan
As above. test in a3p-integration.
Upgrade Considerations
As above. Don't upgrade them all at once.
The text was updated successfully, but these errors were encountered:
What is the Problem Being Solved?
As mentioned in #8158, we need the ability to restart or replace all vats. This issue is concerned with upgrading the 14 existing mintHolder contracts.
Description of the Design
The source code is mintHolder.js. These are not Zoe contracts. upgrade-vats.test.ts shows that They are upgradeable, though it doesn't test functionality. We should upgrade a mintHolder in
a3p-integration
and show that it continues to function correctly.We should upgrade a few at first, and more over time.
Security Considerations
mintHolders are the foundation for a lot of assets on our chain.
Scaling Considerations
Not significant. Measurements haven't shown any indication of problems.
Test Plan
As above. test in a3p-integration.
Upgrade Considerations
As above. Don't upgrade them all at once.
The text was updated successfully, but these errors were encountered: