GenesysGo / shadow-drive-rust

Apache License 2.0
22 stars 13 forks source link

The SDK needs a testing suite #3

Open dboures opened 2 years ago

dboures commented 2 years ago

At present, the SDK does not have a testing suite. This is mainly due to difficulties with mocking RPC calls, see https://github.com/solana-labs/solana/issues/25834.

In the meantime, the examples folder has working examples for almost all client methods, and developers can run them on Mainnet in order to test.