Skip to content
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

Block and transaction properties #289

Open
Tracked by #257
clearloop opened this issue Nov 30, 2024 · 2 comments · May be fixed by #297
Open
Tracked by #257

Block and transaction properties #289

clearloop opened this issue Nov 30, 2024 · 2 comments · May be fixed by #297
Assignees
Labels
budget-$50 Payable small onboarding issues

Comments

@clearloop
Copy link
Member

clearloop commented Nov 30, 2024

introduce interfaces for https://docs.soliditylang.org/en/latest/units-and-global-variables.html#block-and-transaction-properties

for example, Address::caller(), just need to map these opcodes to functions

@clearloop clearloop added the budget-$50 Payable small onboarding issues label Nov 30, 2024
@poltao
Copy link

poltao commented Dec 1, 2024

Hi, I'd like to try this. If I'm not mistaken, almost all general-use utility functions should be achievable through EVM Codes.

@clearloop
Copy link
Member Author

Hi, I'd like to try this. If I'm not mistaken, almost all general-use utility functions should be achievable through EVM Codes.

yes, exactly! just need to map these opcodes! btw need tests with REVM to confirm everything works!

@poltao poltao linked a pull request Dec 6, 2024 that will close this issue
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
budget-$50 Payable small onboarding issues
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

2 participants