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
refactor(sdk): transition SVM events client to use blocks instead of slots
This commit changes the SVM events client implementation to primarily work with blocks rather than slots, pushing the slot-to-block translation logic upstream. This makes the interface more consistent with other chain implementations and eliminates slot-specific handling throughout the codebase.
By dealing with blocks as the primary unit of reference, we simplify cross-chain compatibility and create a more unified developer experience across all supported chains. The slot-to-block translation now happens in lower-level utils functions, keeping the main client interface clean.
Signed-off-by: james-a-morris <[email protected]>
0 commit comments