refactor: rename remaining instruction_words to instruction_data across programs, tests, tools, ffi

This commit is contained in:
Artem Gureev
2026-08-23 09:35:41 +00:00
parent 3010d1f7a5
commit 12dabb9341
55 changed files with 139 additions and 138 deletions
@@ -71,7 +71,7 @@ fn main() {
pre_states,
instruction: (function_id, data),
},
instruction_words,
instruction_data,
) = read_lee_inputs::<Instruction>();
let post_states = match (pre_states.as_slice(), function_id, data.len()) {
@@ -90,7 +90,7 @@ fn main() {
ProgramOutput::new(
self_program_id,
caller_program_id,
instruction_words,
instruction_data,
pre_states,
post_states,
)