Add return data implementation

This consists of:
 - syscalls
 - passing return data from invoked to invoker
 - printing to stable log
 - rust and C SDK changes
This commit is contained in:
Sean Young
2021-09-01 10:14:01 +01:00
parent 2dee098b91
commit 098585234d
23 changed files with 641 additions and 35 deletions

1
Cargo.lock generated
View File

@@ -5520,6 +5520,7 @@ name = "solana-sdk"
version = "1.8.0"
dependencies = [
"assert_matches",
"base64 0.13.0",
"bincode",
"borsh",
"borsh-derive",