Skip to content

Commit f887c41

Browse files
blockifier_reexecution: add v0_14_2 block with tx that verifies proof fact (privacy pool) (#13901)
1 parent 449c4fa commit f887c41

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

crates/blockifier_reexecution/block_numbers_for_reexecution.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"0.13.6": 1743490,
1111
"0.14.0": 2509604,
1212
"0.14.1": 4448394,
13+
"0.14.2_with_proof_facts": 9023035,
1314
"first_0.13.5_rpc_v0_8": 1400000,
1415
"second_0.13.5_rpc_v0_8": 1450000,
1516
"example_invoke_with_replace_class_syscall": 780008,

crates/blockifier_reexecution/src/state_reader/offline_state_reader_test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ fn reexecute_block_for_testing(block_number: u64) {
3939
#[case::v_0_13_6(1743490)]
4040
#[case::v_0_14_0(2509604)]
4141
#[case::v_0_14_1(4448394)]
42+
#[case::v_0_14_2_with_proof_facts(9023035)]
4243
#[case::first_v_0_13_5_rpc_v8(1400000)]
4344
#[case::second_v_0_13_5_rpc_v8(1450000)]
4445
#[case::invoke_with_replace_class_syscall(780008)]

0 commit comments

Comments
 (0)