Lightprotocol / light-protocol

The ZK Compression Protocol For Solana
https://www.zkcompression.com
GNU General Public License v3.0
157 stars 27 forks source link

feat: add retry logic to RPC methods #1166

Closed sergeytimoshin closed 2 weeks ago

sergeytimoshin commented 2 weeks ago

Added the 'async-trait' crate to provide async trait methods in RPC interfaces. Implemented async versions of existing synchronous methods and added retry logic for better error handling in 'SolanaRpcConnection'.