updates outdated etherscan txn find/replace functionality to use blocknative #7490
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.
Description
updates outdated etherscan txn find/replace functionality to use blocknative
introduces a new function economy.utils.watch_txn() which can be used to tell blocknative to tell us when a txn succeeds, is replaced, or any other number of statuses
deprecates the etherscan getReplacedTX() method that was no lolnger workering due to their new cloudflare integration.
handles the initial work of getting bountyfulfillment txn find/replaces working
Refers/Fixes
like 20% of our CS requests
Testing
tested locally