-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: evm contract calls #35
Merged
leonardoalt
merged 33 commits into
r55-eth:main
from
0xrusowsky:feat/evm-contract-calls
Feb 17, 2025
Merged
Changes from 30 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
044a0d0
feat: built-in deployment support
0xrusowsky ca1bbc7
wip: constructor logic
0xrusowsky a09c2c2
style: cleanup
0xrusowsky 644a3a2
remove deploy file
0xrusowsky b7671a9
Merge branch 'feat/built-in-deployment' into feat/constructor-support
0xrusowsky 00e9340
update comments
0xrusowsky ebb9acf
housekeeping
0xrusowsky f724bcb
housekeeping
0xrusowsky f650cc4
finish constructor support
0xrusowsky 4914e9b
explicit helper fn names
0xrusowsky f2c57bf
Merge branch 'feat/built-in-deployment' into feat/constructor-support
0xrusowsky 477ca40
finish constructor impl
0xrusowsky f161090
Merge branch 'main' into feat/constructor-support
0xrusowsky 9b8b65f
style: housekeeping
0xrusowsky 141e360
style: housekeeping
0xrusowsky af4b1aa
exclude constructor in runtime impl
0xrusowsky 1f3ca66
feat: evm contract calls
0xrusowsky dac5b33
test evm > r55 calls
0xrusowsky 257fb65
comments
0xrusowsky 69bb362
calls with returndatasize + returndatacopy
0xrusowsky 3fefbd9
fix: merge conflicts
0xrusowsky fe46cde
style: cargo fmt
0xrusowsky d16524e
fix: merge conflicts
0xrusowsky 79b2d56
style: clippy and fmt
0xrusowsky 3f8a99f
fix: bump versions
0xrusowsky 32505b3
style: clippy
0xrusowsky e442e00
fix: CI
0xrusowsky 669bc29
fix: merge conflict
0xrusowsky e6695bc
style: clippy
0xrusowsky 2396411
fix: merge conflicts
0xrusowsky 43439f4
typo
0xrusowsky e2ef7a2
fix: typo
0xrusowsky b478d44
style
0xrusowsky 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
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.
I feel like there should be something in Alloy that does this or actually the entire conversion from function signature to selector? cc @gakonst
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.
@DaniPopes not sure if we have this in sol somewhere but maybe this is useful somehow
https://docs.rs/alloy-sol-types/latest/alloy_sol_types/trait.SolType.html