- 10 Dec, 2022 21 commits
-
-
Will Cory authored
prettier comments
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
Will Cory authored
-
mergify[bot] authored
feat(ctb): preserve legacy ETH invariant
-
- 09 Dec, 2022 19 commits
-
-
mergify[bot] authored
ctb: Add echidna tests for Hashing
-
Maurelian authored
-
Kelvin Fichter authored
Preserves the invariant in LegacyERC20ETH that balanceOf(x) is always the same as address(x).balance. balanceOf is the only function that was not being blocked and contracts may exist that rely on this behavior.
-
mergify[bot] authored
fix(cmn): BaseServiceV2 options parsing bug
-
mergify[bot] authored
feat(cmn): make logLevel a default option
-
mergify[bot] authored
ctb: Add echidna tests for metering
-
mergify[bot] authored
maint(ctb): move default sender to constants
-
Mark Tyneway authored
op-node: Preallocate slice
-
Kelvin Fichter authored
Updates BaseServiceV2 so that logLevel is a default option to any new instantiation of BaseServiceV2. Avoids people having to include hacky code to set the log level.
-
mergify[bot] authored
build(deps): bump express from 4.17.1 to 4.17.3
-
Kelvin Fichter authored
Moves the DEFAULT_L2_SENDER variable to Constants.sol since it's being shared by both CrossDomainMessenger and OptimismPortal.
-
mergify[bot] authored
feat(ctb): add gas estimation logic to portal
-
Kelvin Fichter authored
Adds the same special gas estimation logic that we just added to the CrossDomainMessenger into the OptimismPortal.
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Kelvin Fichter authored
Fixes a bug in BaseServiceV2 where options would not be parsed correctly when passed directly into the constructor rather than via the environment or command line arguments.
-
Mark Tyneway authored
fix: migration gaslimit
-
mergify[bot] authored
feat(ctb): update portal gas amount
-