Skip to content

Commit

Permalink
add integration test for dest_ptr issue (keep-starknet-strange#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
HermanObst authored Sep 20, 2024
1 parent 91db897 commit 88e8f61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/bin/prove_block/tests/prove_block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ use rstest::rstest;
// # * 155016 / 125622 fix writes to zero (storage value not included in the tree)
// # * 160035: EvalCircuit hint used
// # * 164333 / 169203: Declare and Deploy on the same block
// # * 155140 / 155830: dest_ptr not a relocatable
#[rstest]
#[case::small_block_with_only_invoke_txs(76793)]
#[case::additional_basic_blocks_1(76766)]
Expand All @@ -40,6 +41,8 @@ use rstest::rstest;
#[case::eval_circuit(160035)]
#[case::declare_and_deploy_in_same_block(164333)]
#[case::declare_and_deploy_in_same_block(169206)]
#[case::dest_ptr_not_a_relocatable(155140)]
#[case::dest_ptr_not_a_relocatable_2(155830)]
#[ignore = "Requires a running Pathfinder node"]
#[tokio::test(flavor = "multi_thread")]
async fn test_prove_selected_blocks(#[case] block_number: u64) {
Expand Down

0 comments on commit 88e8f61

Please sign in to comment.