- 09 Dec, 2022 25 commits
-
-
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
-
Mark Tyneway authored
fix: migration gaslimit
-
mergify[bot] authored
feat(ctb): update portal gas amount
-
Mark Tyneway authored
-
Mark Tyneway authored
Set the withdrawal migration gas limit to a non zero number.
-
Matthew Slipper authored
-
mergify[bot] authored
maint(ctb): comments for structs
-
Maurelian authored
-
Kelvin Fichter authored
Updates the amount of gas that can be sent to the target contract when sending transactions through the Optimism portal. Previously, the amount was specified as exactly the transaction gas limit. We now allow the withdrawal to be sent with more than the transaction gas limit.
-
Maurelian authored
-
Kelvin Fichter authored
Adds comments for all structs in the current codebase, except the SystemDictator which is going to be separately documented in the README of contracts-bedrock.
-
mergify[bot] authored
maint(ctb): clean up getAdvancedContract
-
mergify[bot] authored
maint(ctb): add comment to structs in Types
-
mergify[bot] authored
Verify test names in CI
-
Maurelian authored
-
mergify[bot] authored
feat(ctb): type safety for deploy config
-
- 08 Dec, 2022 15 commits
-
-
Kelvin Fichter authored
Cleans up the getAdvancedContract function and removes logic that was originally meant only for use on Kovan which we don't deploy to anymore.
-
Kelvin Fichter authored
Adds new custom natspec to structs in the Types file. Undocumented fields have created confusion in the past.
-
mergify[bot] authored
fix(ctb): Fix MerkleTrie test names to match convention
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Håvard Anda Estensen authored
-
mergify[bot] authored
op-wheel: Insert receipts
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
Matthew Slipper authored
-
Matthew Slipper authored
op-wheel: commands frontend
-
Matthew Slipper authored
op-wheel: execution engine logic
-