adding extra delay to give web3 providers more time to synch and load…#63
Open
mdigi14 wants to merge 1 commit intoflashbots:masterfrom
Open
adding extra delay to give web3 providers more time to synch and load…#63mdigi14 wants to merge 1 commit intoflashbots:masterfrom
mdigi14 wants to merge 1 commit intoflashbots:masterfrom
Conversation
Collaborator
|
Yo this is actually an interesting idea. I am wondering if it will have unintended adverse side effects in some areas. WDYT? |
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.
Added an extra delay to the code that checks for bundle inclusion. I have encountered bugs where the TransactionNotFound error is raised even when my bundles land on chain.
This suggests that web3 providers sometimes update the value returned by 'w3.eth.block.number' before the 'w3.eth.get_transaction()' endpoint is aware of all transaction hashes from a recent block.
This may cause an issue where end-users send the same bundle twice because they do not receive proper confirmation.