Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
chore: reassign todos (#2059)
Browse files Browse the repository at this point in the history
  • Loading branch information
OriStarkware authored Jul 9, 2024
1 parent f2246ce commit 262f669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/blockifier/src/concurrency/versioned_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ impl<S: StateReader> VersionedStateProxy<S> {
}
}

// TODO(OriF, 15/5/24): Consider using visited_pcs.
// TODO(Noa, 15/5/24): Consider using visited_pcs.
impl<S: StateReader> UpdatableState for VersionedStateProxy<S> {
fn apply_writes(
&mut self,
Expand Down
2 changes: 1 addition & 1 deletion crates/blockifier/src/state/cached_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ impl<S: StateReader> UpdatableState for CachedState<S> {
class_hash_to_class: &ContractClassMapping,
visited_pcs: &HashMap<ClassHash, HashSet<usize>>,
) {
// TODO(OriF,15/5/24): Reconsider the clone.
// TODO(Noa,15/5/24): Reconsider the clone.
self.update_cache(writes, class_hash_to_class.clone());
self.update_visited_pcs_cache(visited_pcs);
}
Expand Down

0 comments on commit 262f669

Please sign in to comment.