Add base64+zstd encoding for RPC account data

This commit is contained in:
Michael Vines
2020-11-24 12:52:01 -08:00
committed by mergify[bot]
parent 465ab490e1
commit 215ddecaa5
5 changed files with 86 additions and 27 deletions

View File

@@ -24,6 +24,7 @@ solana-stake-program = { path = "../programs/stake", version = "1.5.0" }
solana-vote-program = { path = "../programs/vote", version = "1.5.0" }
spl-token-v2-0 = { package = "spl-token", version = "=3.0.0", features = ["no-entrypoint"] }
thiserror = "1.0"
zstd = "0.5.1"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]