Skip to content

Commit

Permalink
Merge pull request #2149 from matter-labs/fvs-update-integration-bran…
Browse files Browse the repository at this point in the history
…ch-jms-vm2

chore: updates to newest vm2 code
  • Loading branch information
joonazan authored Jun 5, 2024
2 parents 54dbd25 + 316359b commit 90647e3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions core/lib/multivm/src/versions/vm_fast/vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -649,16 +649,13 @@ impl<S: ReadStorage> VmInterface<S, HistoryEnabled> for Vm<S> {
.clone()
.build_pubdata(false),
),
initially_written_slots: Some(
state_diffs: Some(
self.bootloader_state
.get_pubdata_information()
.state_diffs
.iter()
.filter_map(|record| {
record
.is_write_initial()
.then_some(H256(record.derived_key))
})
.filter(|diff| diff.address != L1_MESSENGER_ADDRESS)
.cloned()
.collect(),
),
}
Expand Down

0 comments on commit 90647e3

Please sign in to comment.