- 6d3e1d7f: Update dependencies
- 918c08ca: Bump ethers dependency to 5.4.x to support eip1559
- c73c3939: Update the typescript version to
4.3.5
- f1dc8b77: Add various stress tests
- aa6fad84: Various updates to integration tests so that they can be executed against production networks
- b107a032: Make expectApprox more readable by passing optional args as an object with well named keys
- 40b99a6e: Add new RPC endpoint
rollup_gasPrices
- e04de624: Add support for ovmCALL with nonzero ETH value
- 25f09abd: Adds ERC1271 support to default contract account
- 5fc728da: Add a new Standard Token Bridge, to handle deposits and withdrawals of any ERC20 token.
For projects developing a custom bridge, if you were previously importing
iAbs_BaseCrossDomainMessenger
, you should now importiOVM_CrossDomainMessenger
. - c43b33ec: Add WETH9 compatible deposit and withdraw functions to OVM_ETH
- e045f582: Adds new SequencerFeeVault contract to store generated fees
- b8e2d685: Add replica sync test to integration tests; handle 0 L2 blocks in DTL
- d1680052: Reduce test timeout from 100 to 20 seconds
- c2b6e14b: Implement the latest fee spec such that the L2 gas limit is scaled and the tx.gasPrice/tx.gasLimit show correctly in metamask
- 77108d37: Add verifier sync test and extra docker-compose functions
- f091e86: Fix to ensure that L1 => L2 success status is reflected correctly in receipts
- f880479: End to end fee integration with recoverable L2 gas limit
- 467d6cb: Adds a test for contract deployments that run out of gas
- b799caa: Add support for parsed revert reasons in DoEstimateGas
- b799caa: Update minimum response from estimate gas
- b799caa: Add value transfer support to ECDSAContractAccount
- b799caa: Update expected gas prices based on minimum of 21k value
- 6daa408: update hardhat versions so that solc is resolved correctly
- 5b9be2e: Correctly set the OVM context based on the L1 values during
eth_call
. This will also set it duringeth_estimateGas
. Add tests for this in the integration tests
- 6bcf22b: Add contracts for OVM context test coverage and add tests