jet-lab / jet-simulation

An in-memory simulated Solana runtime to use for testing program instructions.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Use nonblocking RpcClient, bump version #10

Closed nevi-me closed 2 years ago

nevi-me commented 2 years ago

Now that we're on 1.10, we can use the nonblocking RPC client.

I bumpted the version as ceremony because the SolanaRpcClient::get_slot now needs to be async, which would be a breaking change.