-
Notifications
You must be signed in to change notification settings - Fork 256
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
Feature: Joinable transaction fillers #426
Merged
Merged
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
adaef96
feature: TxFiller
prestwich ec38e5d
lint: clippy
prestwich 247599c
doc: CONSIDER
prestwich 1621849
doc: more notes
prestwich 9e009ca
fix: get rid of ugly lifetimes
prestwich d1a19c5
fix: docs and lints
prestwich 55ef5f3
fix: remove populate functions
prestwich a64b1c4
nit: remove commented code
prestwich a76ecaf
feature: FillerControlFlow
prestwich d272290
doc: lifecycle notes
prestwich 935fd9b
refactor: request -> prepare
prestwich 021c1bd
lint: clippy
prestwich c19aaf4
fix: missing block in absorb
prestwich 5f59ec0
fix: absorb preserves association
prestwich 49cf6a8
refactor: additional info in missing
prestwich be9cec6
fix: impl_future macro
prestwich e6ae1b9
fix: resolve considers
prestwich b4f22a6
refactor: gas layer to gas filler
prestwich 8f732a9
refactor: improve provider builder
prestwich 5c26fa7
refactor: filler is outmost layer
prestwich e40b1c8
refactor: protect against double-fill and add anvil shortcut
prestwich f663dd8
doc: improve docstrings for noncemanager and gas filler
prestwich ffef2ab
fix: delete unused types
prestwich 741eb02
refactor: layers to fillers
prestwich cdb9f80
feature: chain id filler
prestwich b1358ff
refactor: send_transaction_inner and SendableTx
prestwich bc475a9
wip: sig filler
prestwich 2a533c5
refactor: SignerFiller
prestwich 6beabc9
fix: remove clone
prestwich c9976b2
docs: fix some
prestwich ca3197d
fix: complete todo
prestwich bc3bc80
feature: anvil feature for alloy-provider
prestwich 8022cc8
wip: tests
prestwich 7353f79
fix: apply changes from other PRs
prestwich 1c376d7
chore: fmt
prestwich 9401eac
feature: on_anvil
prestwich 0846652
fix: workaround anvil gas est issue
prestwich a7295e5
fix: doctests
prestwich 90ba04c
fix: anvil => request
prestwich fe0aa67
fix: test
prestwich 4ced66c
chore: note about blocking on TODO
prestwich e21f8fe
feature: local usage error
prestwich fef56d4
fix: review nits
prestwich 52ce1dc
Update crates/provider/src/fillers/mod.rs
prestwich b48ff24
fix: capitalization so @danipopes doesn't hurt me
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
refactor: send_transaction_inner and SendableTx
- Loading branch information
commit b1358ff5fd54a3e2bd6512f5774bcfd3d0483490
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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
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.
found this enum idea + internal very interesting
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.
originally i was going to push this enum into the network crate, but it turned out to be a lot easier and cleaner to do it here. additional followup work would be
send_envelope