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

View File

@@ -108,6 +108,7 @@ members = [
"programs/native/native_loader",
"programs/native/noop",
"programs/native/rewards",
"programs/native/rewards_api",
"programs/native/storage",
"programs/native/system",
"programs/native/vote",