- 26 Apr, 2023 5 commits
-
-
Maurelian authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Adds a limit to prevent calldata larger than 120kb. Unsafe blocks contain the deposit transactions and when there is no upper bound on the calldata size, it is possible for a single transaction to cause the p2p gossip to consume far more bandwidth than necessary.
-
- 25 Apr, 2023 4 commits
-
-
Mark Tyneway authored
Prevent users from sending cross domain messages with too small of a gas limit. Users must pay for resources they consume. The L2 network must store deposit transactions in their history and they are also included in the p2p gossip of unsafe blocks. A linearly increasing requirement based on the calldata size is introduced. A base of 21k minimum gas limit is required when there is no gas limit, the formula `calldata.length * 16 + 21000` is used to enforce a min gas limit. The larger the gaslimit, the more ether that is burnt on L1.
-
OptimismBot authored
fix(ctb): Remove `minGas` revert in `relayMessage`
-
mergify[bot] authored
-
OptimismBot authored
feat(ctb): Account for worst-case `CALL` gas in `SafeCall`
-
- 24 Apr, 2023 17 commits
-
-
mergify[bot] authored
-
OptimismBot authored
fix: withdrawal gas limit
-
Mark Tyneway authored
-
Matthew Slipper authored
Co-authored-by:
Maurelian <maurelian@protonmail.ch>
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Updates the gas limit in the migrated withdrawals codepath to ensure that enough gas is used.
-
clabby authored
Don't revert if `relayMessage` does not have enough gas to perform the external call + finish execution
-
clabby authored
-
OptimismBot authored
specs: Update op-program hint protocol
-
mergify[bot] authored
-
inphi authored
-
OptimismBot authored
op-program: Add separate keystore for local keys
-
mergify[bot] authored
-
OptimismBot authored
specs: Bond Manager Interface
🎩 -
mergify[bot] authored
-
Adrian Sutton authored
-
- 22 Apr, 2023 4 commits
-
-
OptimismBot authored
proxyd: add consensus poller
-
mergify[bot] authored
-
OptimismBot authored
fix(ci): Disable flaky atst test
-
mergify[bot] authored
-
- 21 Apr, 2023 10 commits
-
-
OptimismBot authored
feat(packages/atst): Add a symbolic link to the ATST contract
-
mergify[bot] authored
-
OptimismBot authored
op-program: Cache blocks by number
-
Felipe Andrade authored
-
mergify[bot] authored
-
OptimismBot authored
op-program: Improve logging
-
mergify[bot] authored
-
OptimismBot authored
op-program: Add docker build for op-program
-
mergify[bot] authored
-
Ori Pomerantz authored
feat(docs/op-stack): Add forced withdrawals
-