This repository was archived by the owner on Jan 8, 2025. It is now read-only.
generated from keep-starknet-strange/alexandria
-
Notifications
You must be signed in to change notification settings - Fork 83
feat: implement eth_get_transaction_count
#942
Labels
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. |
9 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: