Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Support easy recovery for deploy and upgrade during network congestion #1577

Open
abcoathup opened this issue Aug 20, 2020 · 1 comment
Open

Comments

@abcoathup
Copy link
Contributor

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:

@frangio
Copy link
Contributor

frangio commented Aug 20, 2020

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants