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

EVM: Implement eth_getTransactionCount endpoint. #882

Closed
bkolad opened this issue Sep 15, 2023 · 2 comments
Closed

EVM: Implement eth_getTransactionCount endpoint. #882

bkolad opened this issue Sep 15, 2023 · 2 comments
Labels

Comments

@bkolad
Copy link
Member

bkolad commented Sep 15, 2023

Summary

Implement the endpoint according to the Ethereum spec.

@orkunkilic
Copy link
Contributor

What do you think about historical nonce (getting transaction count on block N)? I believe it is not available on sov-evm implementation.
https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_gettransactioncount

@bkolad
Copy link
Member Author

bkolad commented Sep 19, 2023

Let's implement it for latest for now and we will add the historical nonce functionality once we have the archival node. What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants