transaction-status: Add return data to meta (#23688)
* transaction-status: Add return data to meta * Add return data to simulation results * Use pretty-hex for printing return data * Update arg name, make TransactionRecord struct * Rename TransactionRecord -> ExecutionRecord
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -4424,6 +4424,7 @@ dependencies = [
|
||||
"ed25519-dalek",
|
||||
"humantime",
|
||||
"indicatif",
|
||||
"pretty-hex",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"solana-account-decoder",
|
||||
@@ -5309,6 +5310,7 @@ dependencies = [
|
||||
name = "solana-program-test"
|
||||
version = "1.11.0"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"async-trait",
|
||||
"base64 0.13.0",
|
||||
"bincode",
|
||||
|
Reference in New Issue
Block a user