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
feat: convert DataSource structs to use proper serde serialization
- Replace manual byteorder::BigEndian with pythnet_sdk::wire::to_vec
- Create SerializableDataSource struct with #[derive(Serialize)]
- Use pythnet_sdk wire format for big-endian serialization
- Maintain exact same 34-byte layout (u16 big-endian + 32 bytes)
- Add proper error handling for serialization failures
- Verify compatibility with original implementation via test
Link to Devin run: https://app.devin.ai/sessions/36a1fbc73ac54482bb564c88fe1ecdae
Requested by: @ayushboss
Co-Authored-By: [email protected] <[email protected]>
0 commit comments