Minor Changes
- 89dbc76: Start refactor to new version of the OVM
- 3d18aff: Adds aliasing to msg.sender and tx.origin to avoid xdomain attacks
- b495cb3: Remove the "OVM" Prefix from contract names
- c89f656: Removes various unused OVM contracts
- 6da2cc1: Opcode tweaks. Coinbase returns SequencerFeeVault address. Difficulty returns zero.
- b39ea3b: Refactors and simplifies OVM_ETH usage
- 364bd48: Updates the deployment process to correctly set all constants and adds more integration tests
- 03a44b3: Removes ERC20 and WETH9 features from OVM_ETH
- dedb7ef: Adds refactored support for the L1MESSAGESENDER opcode
Patch Changes
- 55f53af: Introduces a new opcode L1BLOCKNUMBER to replace old functionality where blocknumber would return the L1 block number and the L2 block number was inaccessible.
- b604fc2: Add tests for optimistic ethereum related fields to the receipt
- fa55de6: Add updated fee scheme integration tests
- 4177f9b: upgraded to solidity 0.8.9