-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Joinable transaction fillers (#426)
* feature: TxFiller * lint: clippy * doc: CONSIDER * doc: more notes * fix: get rid of ugly lifetimes * fix: docs and lints * fix: remove populate functions * nit: remove commented code * feature: FillerControlFlow * doc: lifecycle notes * refactor: request -> prepare * lint: clippy * fix: missing block in absorb * fix: absorb preserves association * refactor: additional info in missing * fix: impl_future macro * fix: resolve considers * refactor: gas layer to gas filler * refactor: improve provider builder * refactor: filler is outmost layer * refactor: protect against double-fill and add anvil shortcut * doc: improve docstrings for noncemanager and gas filler * fix: delete unused types * refactor: layers to fillers * feature: chain id filler * refactor: send_transaction_inner and SendableTx * wip: sig filler * refactor: SignerFiller * fix: remove clone * docs: fix some * fix: complete todo * feature: anvil feature for alloy-provider * wip: tests * fix: apply changes from other PRs * chore: fmt * feature: on_anvil * fix: workaround anvil gas est issue * fix: doctests * fix: anvil => request * fix: test * chore: note about blocking on TODO * feature: local usage error * fix: review nits * Update crates/provider/src/fillers/mod.rs Co-authored-by: Oliver Nordbjerg <[email protected]> * fix: capitalization so @DaniPopes doesn't hurt me --------- Co-authored-by: Oliver Nordbjerg <[email protected]>
- Loading branch information
Showing
26 changed files
with
1,544 additions
and
796 deletions.
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
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
Oops, something went wrong.