starknet-rs
starknet-rs copied to clipboard
Update JSON-RPC specs to 0.15.0
The current JSON-RPC implementation was written based on version 0.11.0. The current latest version is 0.15.0. Creating this issue to track upgrade progress.
Just looked at the updated specs and it seems to deviate from the existing pathfiner implementation by a lot. Our JSON-RPC client would essentially become useless if we indeed adapt the new spec. So I'm not going to implement this for now.
Superseded by #200.