We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current implementation of eth_coinbase is incorrect. This method is also not relevant to Helios.
eth_coinbase
Change the implementation to simply return the zero address to avoid crashing if somebody pings it.
The text was updated successfully, but these errors were encountered:
Hi, can i take up this issue?
Sorry, something went wrong.
feel free
Hello, please check PR #556
chore: zero address returned for eth_coinbase
bc6cdcb
Building on comments from a16z#556, we return zero address for eth_coinbase. Closes a16z#527
77856fe
Successfully merging a pull request may close this issue.
The current implementation of
eth_coinbase
is incorrect. This method is also not relevant to Helios.Change the implementation to simply return the zero address to avoid crashing if somebody pings it.
The text was updated successfully, but these errors were encountered: