eqlabs / pathfinder

A Starknet full node written in Rust
https://eqlabs.github.io/pathfinder/
Other
631 stars 234 forks source link

refactor(rpc): refactor `v07` RPC to use `DeserializeForVersion` #2202

Closed sistemd closed 1 month ago

sistemd commented 2 months ago

Some stuff still falls back to serde::Deserialize usually because it's used by v06 which will be removed. Also I use serde::Deserialize for primitive types, this will be very easy to change though.