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
Whilst carrying out some manual Econ Gov UI tests for Upgrade 17 on Emerynet - I discovered some 'no data for vstorage path' errors (see screenshot) for 5 of the PSM assets including USDC, USDC_grv, USDT_grv, USDT_axl and AUSD. The error is thrown when I select 'Proposal Type = Parameter Change' under 'PSM' tab.
When I check vstorage viewer, I can confirm I don't see those 5 assets listed so the error checks out.
The concern is - these were assets that were added to the PSM in the past so why have they dropped out of vstorage all of a sudden? It's currently making them ungovernable as the EC user can't configure changes for them. Were they reverted somewhere along the way? Is there a risk that this happens in Mainnet triggered by upgrade 17?
This is also occurring on Devnet (although for a different subset of assets including ToyUSD, DAI_axl, DAI_grv, USDC and USDT) which is running upgrade 16 so it doesn't appear to relate to upgrade 17 in particular.
In Agoric/dapp-econ-gov#130 we added some error toasts in cases where things previously were silently erroring in the console. So this error toast about the missing vstorage path is being seen now for the first time, it used to just say loading and never load. The UI hardcodes all the PSM paths like AUSD, ToyUSD, USDC_axl etc. and tries to query them when selected, so if they don't exist on the current chain then you see this error.
For as long as I can remember, not all assets have been supported by all networks. However, I wouldn't be able to prove to you which ones. I'm willing to guess that we're just noticing this for the first time because of the error toast, but there's nothing actually missing that wasn't before.
Describe the bug
Whilst carrying out some manual Econ Gov UI tests for Upgrade 17 on Emerynet - I discovered some 'no data for vstorage path' errors (see screenshot) for 5 of the PSM assets including USDC, USDC_grv, USDT_grv, USDT_axl and AUSD. The error is thrown when I select 'Proposal Type = Parameter Change' under 'PSM' tab.
When I check vstorage viewer, I can confirm I don't see those 5 assets listed so the error checks out.
The concern is - these were assets that were added to the PSM in the past so why have they dropped out of vstorage all of a sudden? It's currently making them ungovernable as the EC user can't configure changes for them. Were they reverted somewhere along the way? Is there a risk that this happens in Mainnet triggered by upgrade 17?
This is also occurring on Devnet (although for a different subset of assets including ToyUSD, DAI_axl, DAI_grv, USDC and USDT) which is running upgrade 16 so it doesn't appear to relate to upgrade 17 in particular.
On Emerynet vstroage viewer -> 5 assets with visible vstorage paths https://toliaqat.github.io/vstorage/?path=published.psm.IST&endpoint=https%3A%2F%2Femerynet.rpc.agoric.net%3A443
Screenshot of Econ Gov UI throwing 'no path' error for the 5 missing assets:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
These assets should have vstorage paths. They weren't removed as supported PSM assets and should persist.
The text was updated successfully, but these errors were encountered: