Digine-Labs / rosettanet

Ethereum <> Starknet RPC middleware.
MIT License
34 stars 27 forks source link

Wrong implementation of eth_getTransactionCount #123

Closed Boreas09 closed 1 month ago

Boreas09 commented 2 months ago

In eth_getTransactionCount we get transaction count of an Address. In our middleware we are getting transaction count of a block.

We need to implement eth_getTransactionCount with starknet_getNonce since both of them gives nonce/number of transactions of an address.

jrmncos commented 2 months ago

hey! I would like to take this one

Boreas09 commented 1 month ago

Hey @jrmncos i have done it in pr #124