madara-alliance / madara

Madara is a powerful hybrid Starknet client written in Rust.
https://madara.build
Apache License 2.0
71 stars 27 forks source link

fix(rpc): starknet_getClass #164

Closed antiyro closed 2 months ago

antiyro commented 3 months ago

with starknet_getClass if you try to call a blockNumber that is not found it will either return the class if it exists or classNotFound but it should return blockNotFound StarknetError

antiyro commented 3 months ago

also check program and sierra program comparaison trought ditto

antiyro commented 3 months ago

first prob solved here: https://github.com/KasarLabs/deoxys/pull/165