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 Jan 24, 2022. It is now read-only.
Ideally there would be support for easy recovery for deploy and upgrade during network congestion.
deploy requires 3 transactions, upgrade 2 transactions.
During network congestion, transactions can quickly be underpriced resulting in delays for transactions to be added to blocks resulting in timeouts.
Configuration either needs to be manually edited to add contract details once transactions are mined and then the process restarted to continue where it left off or the whole process retried.
This situation is better supported by the OpenZeppelin Upgrades plugins since deployments are stored in the file system even if the transaction times out, and a subsequent run of the plugin will resume waiting until the transaction mines rather than sending it again.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Ideally there would be support for easy recovery for deploy and upgrade during network congestion.
deploy
requires 3 transactions,upgrade
2 transactions.During network congestion, transactions can quickly be underpriced resulting in delays for transactions to be added to blocks resulting in timeouts.
Configuration either needs to be manually edited to add contract details once transactions are mined and then the process restarted to continue where it left off or the whole process retried.
Recent examples in the forum include:
The text was updated successfully, but these errors were encountered: