-
Notifications
You must be signed in to change notification settings - Fork 84
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
Implementation of eth_get_transaction_count function #983
Conversation
I was checking in the codebase for more places where we can now use the |
d209a13
to
2a6a15c
Compare
I added one test. But I was thinking about change the nonce and check it again. But I dont really know how to do it... Maybe using |
|
This is the test that I'm doing now:
And I'm getting this error:
That was the reason that I was using deploy_eoa() function before. |
the issue was that the setup function does not intitialize anyu storage var, thus the class used for address computation was 0 |
This PR include changes on the following file
crates/contracts/src/kakarot_core/eth_rpc.cairo
. I'm doing the implementation of the eth_get_transaction_count function. The issue is not done yet.Pull Request type
Normal
Please check the type of change your PR introduces:
Resolves: #942
Does this introduce a breaking change?
This change is