You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't use #[derive(serde::Deserialize)] and #[derive(serde::Serialize)] (except for types that are encoded into JSON strings in responses - CairoContractClass, maybe some others, there are comments indicating where this is the case).
Remove v02 and move the types into more reasonable locations.
Revisit deserialize_serde calls (almost all should be removed, except those used for types in point 2 above).
v06
.#[derive(serde::Deserialize)]
and#[derive(serde::Serialize)]
(except for types that are encoded into JSON strings in responses -CairoContractClass
, maybe some others, there are comments indicating where this is the case).v02
and move the types into more reasonable locations.deserialize_serde
calls (almost all should be removed, except those used for types in point 2 above).SerializeForVersion
into the super module so it can be implemented oncommon
types #2181The text was updated successfully, but these errors were encountered: