Digine-Labs / rosettanet

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

Implement eth_getUncleCountByBlockHash #196

Closed Boreas09 closed 2 weeks ago

Boreas09 commented 3 weeks ago

solves #185

ermvrs commented 2 weeks ago

May it cause DOS since we have some validations? Maybe we can directly return non supported instead of checking is params valid or not.