update tests

This commit is contained in:
jonesmarvin8
2026-01-21 17:27:23 -05:00
parent 0b8b1c89b8
commit c6aa0c41b6
28 changed files with 303 additions and 603 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ This is the account that the program will claim and write data into.
let bytecode: Vec<u8> = std::fs::read(program_path).unwrap();
let program = Program::new(bytecode).unwrap();
```
The Risc0 ELF is read from disk and wrapped in a Program object, which can be used to compute the program ID. The ID is used by the node to identify which program is invoked by the transaction.
The Risc0 ELF is read from dvsk and wrapped in a Program object, which can be used to compute the program ID. The ID is used by the node to identify which program is invoked by the transaction.
### 4. Preparing the instruction data