Closed enitrat closed 1 month ago
I am applying to this issue via OnlyDust platform.
Member of Dojo Coding. I have contributed before to other Kakarot projects like:
kakarot-rpc
ef-tests
Can I work on this issue?
Check my OnlyDust profile, I've contributed to many projects: Profile
I am applying to this issue via OnlyDust platform.
Hi, I am Cairo Developer with lots of experience contributing to Cairo projects, you can check my profile to be sure of this.
I 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.
I am applying to this issue via OnlyDust platform.
I am a Experience Cairo smart contract developer with experience working on projects such as Just Art Peace, Dojo, Kart, TBA, and Shinigami. Before transitioning to Cairo development, I was a backend developer specializing in Rust.
My recent work with cairo starknet
My recent work with rust
Am going to
I am applying to this issue via OnlyDust platform.
I am a Experience Cairo smart contract developer with experience working on projects such as Just Art Peace, Dojo, Kart, TBA, and Shinigami. Before transitioning to Cairo development, I was a backend developer specializing in Rust.
My recent work with cairo starknet
My recent work with rust
Am going to
The maintainer enitrat has assigned Gerson2102 to this issue via OnlyDust Platform. Good luck!
https://github.com/kkrt-labs/kakarot-ssj/blob/b1f7f8c13be38edc081f0738c188561240c098b4/crates/contracts/src/kakarot_core/eth_rpc.cairo#L128-L130
Given an evm address, this will return the transaction count (none) of this address.
Use it where required in the codebase, for example:
https://github.com/kkrt-labs/kakarot-ssj/blob/b1f7f8c13be38edc081f0738c188561240c098b4/crates/evm/src/backend/validation.cairo#L35-L38
reference:
https://github.com/kkrt-labs/kakarot/blob/main/src/kakarot/eth_rpc.cairo#L43-L50