Skip to content

Commit

Permalink
chore(committer): test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
amosStarkware committed Feb 3, 2025
1 parent 947feed commit a08534d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/committer_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
- run: cargo bench -p committer_cli

# Backup the downloaded files to avoid re-downloading them if they didn't change (overwritten by checkout).
- run: echo "the current commit hash is ${{ github.sha }}, base branch sha is ${{ github.event.pull_request.base.sha }},"
- run: echo "the branche's sha is ${{github.event.pull_request.head.sha}}."
- run: mv ./crates/committer_cli/test_inputs/tree_flow_inputs.json ./crates/committer_cli/test_inputs/tree_flow_inputs.json_bu
- run: mv ./crates/committer_cli/test_inputs/committer_flow_inputs.json ./crates/committer_cli/test_inputs/committer_flow_inputs.json_bu

Expand Down
1 change: 0 additions & 1 deletion crates/blockifier/cairo_native
Submodule cairo_native deleted from 76e839
2 changes: 1 addition & 1 deletion crates/starknet_committer/src/block_committer/commit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pub async fn commit_block(input: Input<ConfigImpl>) -> BlockCommitmentResult<Fil
Ok(filled_forest)
}

/// Compares the previous state's nonce and class hash with the given in the state diff.
/// Compares the previous state's nonce and class hash with the given in the state diff .
/// In case of trivial update, logs out a warning for trivial state diff update.
fn check_trivial_nonce_and_class_hash_updates(
original_contracts_trie_leaves: &HashMap<NodeIndex, ContractState>,
Expand Down

0 comments on commit a08534d

Please sign in to comment.