10 releases

new 0.2.0 Feb 26, 2026
0.2.0-alpha.2 Feb 12, 2026
0.2.0-alpha.0 Jan 29, 2026
0.1.10 Dec 9, 2025
0.1.6 Nov 28, 2025

#68 in #retries


Used in rialo-s-sdk

Apache-2.0

525KB
9K SLoC

Defines traits for blocking (synchronous) and non-blocking (asynchronous) communication with a Solana server as well as a trait that encompasses both.

Synchronous implementations are expected to create transactions, sign them, and send them with multiple retries, updating valid_from and resigning as-needed.

Asynchronous implementations are expected to create transactions, sign them, and send them but without waiting to see if the server accepted it.

Dependencies

~4–5.5MB
~108K SLoC