...memory when it is a load.
builder.when(local.selectors.is_load).assert_block_eq(
*memory_cols.memory.prev_value(),
*memory_cols.memory.value(),
);
// When there is a store, we ensure that we are writing the value of the a operand to the memory.
builder
.when(l...
...n original if conversion fails
}
}
// Process all receipts in the block
data[0].receipts.forEach((receipt) => {
// Filter logs matching the contract and event signature
const relevantLogs = receipt.logs.filter((log) => {
if (
!log.address ||
log.address.toLow...