Skip to content

Commit

Permalink
Feature: support blocks requiring Starknet v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
odesenfans committed Aug 28, 2024
1 parent 3219424 commit 429ce95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bin/prove_block/src/rpc_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ pub(crate) fn get_starknet_version(block_with_txs: &BlockWithTxs) -> blockifier:
"0.13.0" => blockifier::versioned_constants::StarknetVersion::V0_13_0,
"0.13.1" => blockifier::versioned_constants::StarknetVersion::V0_13_1,
"0.13.1.1" => blockifier::versioned_constants::StarknetVersion::V0_13_1_1,
"0.13.2" => blockifier::versioned_constants::StarknetVersion::Latest,
other => {
unimplemented!("Unsupported Starknet version: {}", other)
}
Expand Down

0 comments on commit 429ce95

Please sign in to comment.