Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions proto/invoke.options
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ fd_exec_test.InstrContext.data type:FT_POINTER

fd_exec_test.InstrEffects.modified_accounts type:FT_POINTER
fd_exec_test.InstrEffects.return_data type:FT_POINTER
fd_exec_test.InstrEffects.log type:FT_POINTER
3 changes: 3 additions & 0 deletions proto/invoke.proto
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ message InstrEffects {

// Instruction return data.
bytes return_data = 5;

// Any logs that were emitted during execution.
bytes log = 6;
}

// An instruction processing test fixture.
Expand Down