- 10 Jan, 2023 35 commits
-
-
mergify[bot] authored
-
mergify[bot] authored
op-e2e: Increase time buffer in missing batch test
-
mergify[bot] authored
-
Matthew Slipper authored
-
protolambda authored
-
Matthew Slipper authored
Revert "feat(ops-bedrock): Add gateway ui to make devnet-up"
-
Matthew Slipper authored
-
mergify[bot] authored
feat(ops-bedrock): Add gateway ui to make devnet-up
-
mergify[bot] authored
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Trigger the releases!
-
mergify[bot] authored
chore(ctp): Update ctb dep version
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
mergify[bot] authored
op-node: ComputeL2OutputRoot cleanup
-
Mark Tyneway authored
-
Mark Tyneway authored
Cleans up the implementation of the `ComputeL2OutputRoot` function. No need for the intermediate `bytes.Buffer`.
-
Will Cory authored
-
Will Cory authored
-
Matthew Slipper authored
contracts-bedrock: remove legacy fee vault spacer
-
Mark Tyneway authored
contracts-bedrock: check-l2 checks for genesis magic
-
Matthew Slipper authored
contracts-bedrock: remove storage spacers gpo
-
mergify[bot] authored
-
Matthew Slipper authored
feat(ops): clean up migration process
-
Mark Tyneway authored
fix: don't cancel context before passing to signer
-
mergify[bot] authored
tests(ctb): Add invariant test for `minGasLimit`s in the L1 XDM's `relayMessage` fn
-
Matthew Slipper authored
-
Matthew Slipper authored
- Don't exit early from iterators - Check against an explicit mapping between storage slots and their values - Add explicit checks for values in the L1Block contract - Set GasUsed to zero in transition
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
- 09 Jan, 2023 5 commits
-
-
Mark Tyneway authored
Removes the storage spacers for the `GasPriceOracle` since the migration will be wiping the storage layout. Must be merged with https://github.com/ethereum-optimism/optimism/pull/4605 The fee values were stored in the `GasPriceOracle` predeploy before the bedrock upgrade. Afterwards they are in the `L1Block` contract. This simplifies the `GasPriceOracle`.
-
Mark Tyneway authored
-
Mark Tyneway authored
Removes the spacer in the `SequencerFeeVault` that is no longer needed since the storage is being wiped as part of the migration to bedrock. Should be merged with https://github.com/ethereum-optimism/optimism/pull/4605
-
clabby authored
* Begin simple invariant docgen script * Support Echidna tests in invariant docgen * Use custom natspec tags for invariant doc comments * Handle multi-line headers for linting purposes * Restack * Upstack * New doc * New doc * Add test file name to link in docgen script * Relative URL path * Use `path.join` * Add task to `contracts-bedrock` workflow to check diff of `invariant-docs` * Generate a table of contents for invariant docs
-
Andrew Flockhart authored
-