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

rpcdaemon: fix eth_call without sender #2019

Merged
merged 7 commits into from
May 14, 2024
Merged

Conversation

lupin012
Copy link
Contributor

@lupin012 lupin012 commented May 10, 2024

If sender is not specified in Call parameter of eth_call, zero address should be used.

Fixes #2017

@lupin012 lupin012 requested a review from canepat May 10, 2024 22:18
@canepat canepat added the maintenance Some maintenance work (fix, refactor, rename, test...) label May 12, 2024
silkworm/rpc/core/evm_executor.cpp Outdated Show resolved Hide resolved
silkworm/rpc/types/call.hpp Outdated Show resolved Hide resolved
@canepat canepat changed the title rpcdaemon: Fix eth call without sender rpcdaemon: fix eth_call without sender May 12, 2024
@lupin012 lupin012 requested a review from canepat May 14, 2024 15:50
@canepat canepat merged commit 3c827d4 into master May 14, 2024
4 checks passed
@canepat canepat deleted the fix_eth_call_no_sender branch May 14, 2024 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Some maintenance work (fix, refactor, rename, test...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rpcdaemon: eth_call returns error when (optional) sender parameter is absent
2 participants