Draft
Conversation
This is our second trip down the give it more gas aisle. Gas prices continue to be bonkers on mainnet and we need to get the relay up to date. What we're doing here is not sustainable and we'll have to come up with something better very soon. In addition to the gas bump we're manually setting the starting nonce. The relayer piled up some pending tx's before we decided to stop the service to find a quick fix. 150 is the first nonce that is still pending.
added 3 commits
May 14, 2020 17:31
Things have calmed a bit so we're going to try reducing the gas price. Now that we're caught up we don't need to bulldoze pending nonces, restoring the nonce fetch on boot.
Gas prices are up and I need to go to bed so going to adjust and set the nonce to kick out the oldest pending tx. We're going on 45 minutes without a success at this point.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is our second trip down the give it more gas aisle. Gas prices
continue to be bonkers on mainnet and we need to get the relay up to
date. What we're doing here is not sustainable and we'll have to come
up with something better very soon.
In addition to the gas bump we're manually setting the starting nonce.
The relayer piled up some pending tx's before we decided to stop the
service to find a quick fix. 150 is the first nonce that is still
pending.