Skip to content

Commit

Permalink
Merge pull request #420 from matter-labs/sb-use-main-contracts
Browse files Browse the repository at this point in the history
Use contracts from main
  • Loading branch information
StanislavBreadless authored Nov 6, 2023
2 parents c0dba4a + e3f60aa commit e596008
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ pub struct CurrentExecutionState {
pub total_log_queries: usize,
/// Number of cycles used by the VM.
pub cycles_used: u32,
/// Sorted & deduplicated events logs for batch
/// Sorted & deduplicated events logs for batch. Note, that this is a more "low-level" representation of
/// the `events` field of this struct TODO(PLA-649): refactor to remove duplication of data.
pub deduplicated_events_logs: Vec<LogQuery>,
/// Refunds returned by `StorageOracle`.
pub storage_refunds: Vec<u32>,
Expand Down
2 changes: 1 addition & 1 deletion etc/system-contracts

0 comments on commit e596008

Please sign in to comment.