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 Mar 9, 2023. It is now read-only.
Agent sent an allocation tx with too low gas price.
Indexer restarts agent.
Agent sends another tx with a good gas price value but with a higher nonce.
=>Both are pending.
Would be better if the agent uses the same nonce to replace the low gas price transaction.
This results in a deadlock for the agent to start an allocation.
Imagine we have a gas price drop to 1gwei for a short moment and the agent wants to send with 1 gwei gas price. We could wait weeks for this to go through.
The text was updated successfully, but these errors were encountered:
Can be fixed by manual tx with the same nonce of the low gas price tx
But would be better if this is never needed.
WayneWayner
changed the title
Indexer agent: Sending tx after restart with higher nonce
Indexer agent: Deadlock | Sending tx after restart with higher nonce
Dec 21, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem:
Agent sent an allocation tx with too low gas price.
Indexer restarts agent.
Agent sends another tx with a good gas price value but with a higher nonce.
=>Both are pending.
Would be better if the agent uses the same nonce to replace the low gas price transaction.
This results in a deadlock for the agent to start an allocation.
Imagine we have a gas price drop to 1gwei for a short moment and the agent wants to send with 1 gwei gas price. We could wait weeks for this to go through.
The text was updated successfully, but these errors were encountered: