-
Notifications
You must be signed in to change notification settings - Fork 1
feature: adds Flashbots submit task #144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
7bcb1a6
chore: pass block-associated span with simenv and simresult
prestwich 9969b12
wip: adds Flashbots provider
dylanlott c3601f1
refactors flashbots provider
dylanlott ae549f9
refactors and cleanup
dylanlott 1d49526
clippy
dylanlott 1cf02f0
clippy
dylanlott 403fbb9
fmt
dylanlott 8505fc5
debugging and auth updates
dylanlott 5b54e20
cleanup
dylanlott fb15a5f
clippy + fmt
dylanlott c471524
refactor: refine the task loop and span it
prestwich cca2e73
chore: use more places
prestwich 8a61c26
refactor: refine the task loop and span it
prestwich bd84aee
refactor: improve spanning and prevent holding across await point
prestwich 3797a97
refactor: integrate provider from bin base
prestwich 0cfed3d
fix: instantiation pulls less
prestwich fe3e828
fix: non-pub
prestwich 2144a3f
refactor: constants into config
prestwich fc8f4d5
chore: remove constants
prestwich 193e4d7
refactor: span_debug et al
prestwich 93d9a6c
refactor: make submit task a config option
prestwich bfec573
fix: do't double instantiate
prestwich 570fec0
refactor: fix a bunch of imports
prestwich File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this fn log whether the task was spawned in flashbots or tx mode?