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

refactor: Move `RpcConnection` to a separate, thinner crate #1199

Closed vadorovsky closed 2 weeks ago

vadorovsky commented 2 weeks ago

The first step towards removing dependency on program crates in SDK, clients and third-party program.

This change moves RpcConnection trait and SolanaRpcConnection implementation away from forester-utils and makes sure it doesn't contain any program crate as dependency.

sergeytimoshin commented 2 weeks ago

I think it might also make sense to move SolanaRpcPool to the same crate.

vadorovsky commented 2 weeks ago

I think it might also make sense to move SolanaRpcPool to the same crate.

Done