Proposal: log binary data for Solidity

The program_id is not needed on "Program return data: " because it
always preceeded by the program invoke message, so no need to repeat
the program id. Also rename this to "Program return: " since "data"
is redundant.
This commit is contained in:
Sean Young
2021-09-17 09:14:49 +01:00
parent 1fa8b6b966
commit d714cf659c
17 changed files with 432 additions and 10 deletions

View File

@@ -2645,6 +2645,13 @@ dependencies = [
"solana-program 1.8.0",
]
[[package]]
name = "solana-bpf-rust-log-data"
version = "1.8.0"
dependencies = [
"solana-program 1.8.0",
]
[[package]]
name = "solana-bpf-rust-many-args"
version = "1.8.0"
@@ -3111,6 +3118,7 @@ dependencies = [
name = "solana-program"
version = "1.8.0"
dependencies = [
"base64 0.13.0",
"bincode",
"bitflags",
"blake3 1.0.0",