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
custom types are currently used for all database-stored data due to the reliance on bincode and serde for serialization
types-rs is already utilized for felt, ensuring consistency and optimized serialization, as it aligns with other dependencies that also use this felt type
for the feeder, we still rely on custom types since starknet-rs does not handle all serialization cases
however, all RPCs currently depend on starknet-rs
Request
transition the starknet-rs RPC types to types-rs to achieve uniformity, streamline serialization, and reduce dependency complexity
jbcaron
changed the title
ref(rpc): migrate rpc types from starknet-rs to types-rs
refactor(rpc): migrate rpc types from starknet-rs to types-rs
Nov 14, 2024
Is there an existing issue?
Motivation
Request
transition the starknet-rs RPC types to types-rs to achieve uniformity, streamline serialization, and reduce dependency complexity
for reference, see the starknet-types-rpc crate
Solution
No response
Are you willing to help with this request?
No.
The text was updated successfully, but these errors were encountered: