-
Notifications
You must be signed in to change notification settings - Fork 287
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
[Blocked] Update TransactionRequest's to
field to TxKind
#553
Merged
DaniPopes
merged 20 commits into
alloy-rs:main
from
EmperorOrokuSaki:feat/txrequest_creation
Apr 23, 2024
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
4495f5c
feat: change the `to` field type to TxKind, update From<TxEip4844> ac…
EmperorOrokuSaki f2118d1
Merge pull request #1 from EmperorOrokuSaki/main
EmperorOrokuSaki ecd45f4
refactor: update builder functions to include `to` checks.
EmperorOrokuSaki 6de9d4f
feat: add as_create(), with_call(), and deploy_code()
EmperorOrokuSaki b1b7e08
refactor: remove error lines
EmperorOrokuSaki fc8b67f
feat: with_call impl.
EmperorOrokuSaki 48b8d7a
feat: add the methods to the builder trait, update code that was broken.
EmperorOrokuSaki 3e4bda9
test: update tests.
EmperorOrokuSaki 4c531bf
nits: reordering and default impls
prestwich f8861f7
fix: some test compilation
prestwich 17d7e3f
nit: fmt
prestwich 554e7cc
lint: clippy
prestwich b0b4ff0
test: fix tests
prestwich a804338
refactor: kind vs to
prestwich b6dfa0a
feat: new_raw_deploy and generic input
prestwich 8a96578
doc: add note re sol usage
prestwich 296de0a
fix: type inference in test
prestwich 3c90f5f
Merge branch 'main' into feat/txrequest_creation
DaniPopes 6a2a244
chore: update core
DaniPopes 5c24e6c
docs
DaniPopes 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
fix: some test compilation
- Loading branch information
commit f8861f720a1e3c505c1f52df2cb9b159bb84867b
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
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 these be using TransactionBuilder instead of defining the transaction fully?
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.
yeah but its just tests so i didn't want to clutter the diff