merge main into feat-caller-program-id-and-flash-swap

This commit is contained in:
Moudy
2026-04-07 19:44:55 +02:00
36 changed files with 9 additions and 2 deletions
+2
View File
@@ -40,6 +40,7 @@ fn main() {
let (
ProgramInput {
self_program_id,
caller_program_id,
pre_states,
instruction: timestamp,
},
@@ -84,6 +85,7 @@ fn main() {
ProgramOutput::new(
self_program_id,
caller_program_id,
instruction_words,
vec![pre_01, pre_10, pre_50],
vec![post_01, post_10, post_50],