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
Developers may want to deploy a number of contracts in a single execution. However, the relay fails intermittently when deploying multiple contracts in succession.
It seems more reliable when deploying smaller contracts than larger ones.
This is possibly a rate-limiting issue on the hashio relay. In which case it might be helpful to increase the default rate limits to accommodate such a requirement.
Problem
Developers may want to deploy a number of contracts in a single execution. However, the relay fails intermittently when deploying multiple contracts in succession.
It seems more reliable when deploying smaller contracts than larger ones.
This is possibly a rate-limiting issue on the hashio relay. In which case it might be helpful to increase the default rate limits to accommodate such a requirement.
Solution
test:smc:testnet
script i.e.npm run test:smc:testnet
and observe that most if not all of theSillyMediumContracts
are deployed.test:slc:testnet
script i.e.npm run test:slc:testnet
and observe that a fewer number ofSillyLargeContracts
are deployed successfully.Note: Since it's an intermittent issue it's possible that no contract deploy may fail.
Alternatives
No response
The text was updated successfully, but these errors were encountered: