-
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
feat: implement eth_get_transaction_count
#942
Comments
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHey! I'm Gerson. 👋Member of Dojo Coding. I have contributed before to other Kakarot projects like:
Can I work on this issue? Check my OnlyDust profile, I've contributed to many projects: Profile How I plan on tackling this issuePlan to Solve the Issue:
|
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHi, I am Cairo Developer with lots of experience contributing to Cairo projects, you can check my profile to be sure of this. How I plan on tackling this issueI would go through the code base and understand what is needed and ensure I do just that, after that I would write a robust test ensuring all test cases are covered and the feat behaves as expected. |
1 similar comment
The maintainer enitrat has assigned Gerson2102 to this issue via OnlyDust Platform. |
kakarot-ssj/crates/contracts/src/kakarot_core/eth_rpc.cairo
Lines 128 to 130 in b1f7f8c
Given an evm address, this will return the transaction count (none) of this address.
Use it where required in the codebase, for example:
kakarot-ssj/crates/evm/src/backend/validation.cairo
Lines 35 to 38 in b1f7f8c
reference:
https://github.com/kkrt-labs/kakarot/blob/main/src/kakarot/eth_rpc.cairo#L43-L50
The text was updated successfully, but these errors were encountered: