anton-rs / cannon-rs

An alternative implementation of the OP Stack's Cannon, a MIPS emulator for the EVM.
MIT License
59 stars 6 forks source link

♻️ Do away with shared memory in `State` #21

Closed clabby closed 1 year ago

clabby commented 1 year ago

Overview

Removes the concept of the State's memory being shared - it should only ever be owned by the State itself.