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
{{ message }}
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
When ~1000 urns are open, mcd -C testnet cdp ls fails with an Argument list too long error. It's also worth mentioning it required 1000000 gas just to get that error. I'd hope that the required amount of gas wouldn't keep increasing as more CDPs are opened.
The text was updated successfully, but these errors were encountered:
It is using the support contract to get the CDPs list. I guess that last error has to do with you forcing 1 gas.
You could try manually with this: seth call "$GET_CDPS" "getCdpsDesc(address,address)" "$CDP_MANAGER" "$YOUR_PROXY_ADDR" without specifying any amount of gas, and previously having executed unset ETH_GAS).
Anyway I don't think it will be normal 1 address has so many CDPs.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When ~1000 urns are open,
mcd -C testnet cdp ls
fails with anArgument list too long
error. It's also worth mentioning it required 1000000 gas just to get that error. I'd hope that the required amount of gas wouldn't keep increasing as more CDPs are opened.The text was updated successfully, but these errors were encountered: