Skip to content

Commit eb6a570

Browse files
committed
instr: add logs fuzzing
1 parent 7064b0b commit eb6a570

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

proto/invoke.options

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ fd_exec_test.InstrContext.data type:FT_POINTER
88

99
fd_exec_test.InstrEffects.modified_accounts type:FT_POINTER
1010
fd_exec_test.InstrEffects.return_data type:FT_POINTER
11+
fd_exec_test.InstrEffects.logs type:FT_POINTER

proto/invoke.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ message InstrEffects {
5555

5656
// Instruction return data.
5757
bytes return_data = 5;
58+
59+
// Any logs that were emitted during execution.
60+
string logs = 6;
5861
}
5962

6063
// An instruction processing test fixture.

0 commit comments

Comments
 (0)