Skip to content

Commit

Permalink
chore(blockifier): enable get_block_hash syscall in validate mode (#2760
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Yoni-Starkware authored Dec 19, 2024
1 parent 6a98d8d commit 8e2d4a3
Show file tree
Hide file tree
Showing 6 changed files with 565 additions and 582 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ mod Account {
return starknet::VALIDATED;
}
if (scenario == GET_BLOCK_HASH){
let block_number: u64 = 0;
let block_number: u64 = 1992;
get_block_hash_syscall(block_number).unwrap_syscall();
return starknet::VALIDATED;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@
"0x40780017fff7fff",
"0x23",
"0x480680017fff8000",
"0x0",
"0x7c8",
"0x480680017fff8000",
"0x476574426c6f636b48617368",
"0x400080007fd37fff",
Expand Down
Loading

0 comments on commit 8e2d4a3

Please sign in to comment.