- Initial core implementation of the
SolanaStateSyncerin Rust. - Support for raw Base64-to-Borsh account reconstruction.
- Concurrent state management via
DashMapto bypass Python's GIL. - Python FFI bindings using
PyO3for sub-microsecond state lookups. - Slot-tracking and sequence validation logic to prevent stale data updates.
- Runtime: Tokio (Async)
- Serialization: Borsh 0.10
- Concurrency: Lock-free HashMaps
- FFI: Python 3.8+ compatible