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
The 0.8.0-rc.2 specification has changed the definition of the offset property in DEPRECATED_CAIRO_ENTRY_POINT: starkware-libs/starknet-specs#257
Previously (including in the JSON-RPC 0.7 specification) this has been NUM_AS_HEX but now it's an integer.
Unfortunately we don't yet have SerializeForVersion for pathfinder_rpc::types::class::CairoContractClass, so it's not trivial to change the serialization format of the offset property.
The text was updated successfully, but these errors were encountered:
kkovaacs
changed the title
DEPRECATED_CAIRO_ENTRY_POINT.offset should be an integer
JSON-RPC 0.8.0: DEPRECATED_CAIRO_ENTRY_POINT.offset should be an integer
Jan 21, 2025
The 0.8.0-rc.2 specification has changed the definition of the
offset
property inDEPRECATED_CAIRO_ENTRY_POINT
: starkware-libs/starknet-specs#257Previously (including in the JSON-RPC 0.7 specification) this has been
NUM_AS_HEX
but now it's an integer.Unfortunately we don't yet have
SerializeForVersion
forpathfinder_rpc::types::class::CairoContractClass
, so it's not trivial to change the serialization format of theoffset
property.The text was updated successfully, but these errors were encountered: