Now clients can use all the libraries to create transactions
and disect account data without needing to be constrained about
what can be compiled into a shared object or BPF.

Likewise, program development can move forward without being
concerned with bloating the shared object.
This commit is contained in:
Greg Fitzgerald
2019-02-14 15:54:18 -07:00
parent 7f3aca15dd
commit d35b3754a2
10 changed files with 87 additions and 94 deletions

11
Cargo.lock generated
View File

@@ -2202,6 +2202,16 @@ dependencies = [
"solana-sdk 0.12.0",
]
[[package]]
name = "solana-rewards-api"
version = "0.12.0"
dependencies = [
"bincode 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-sdk 0.12.0",
]
[[package]]
name = "solana-rewards-program"
version = "0.12.0"
@@ -2212,6 +2222,7 @@ dependencies = [
"serde_derive 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-logger 0.12.0",
"solana-metrics 0.12.0",
"solana-rewards-api 0.12.0",
"solana-runtime 0.12.0",
"solana-sdk 0.12.0",
"solana-vote-program 0.12.0",