- 02 Dec, 2023 25 commits
-
-
Sebastian Stammler authored
-
Sebastian Stammler authored
-
Sebastian Stammler authored
-
Sebastian Stammler authored
-
Sebastian Stammler authored
-
Mark Tyneway authored
contracts-bedrock: StandardBridge pausability
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
https://github.com/ethereum-optimism/optimism/pull/8377 is very important because it would catch the regression of this not being caught
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Only impacts deposits
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Maurelian authored
Enable extended pause functionality in the standard bridge. Includes updates to tests and the deploy script.
-
Mark Tyneway authored
feat(ctb): Refactor `SemverLock`
-
clabby authored
-
clabby authored
contracts-bedrock: cross domain messenger comment
-
- 01 Dec, 2023 15 commits
-
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Improve the comment to make it more accurate in the `L1CrossDomainMessenger`.
-
Mark Tyneway authored
docs: Fix broken PR guideline hyperlink
-
protolambda authored
op-node: Remove Panic while Span Batch Derivation
-
pcw109550 authored
-
Mark Tyneway authored
op-chain-ops: cleanup immutables
-
protolambda authored
op-e2e: Improve e2e test for span batches
-
Mark Tyneway authored
Co-authored-by:
clabby <ben@clab.by>
-
pcw109550 authored
-
Tei Im authored
-
Mark Tyneway authored
-
Mark Tyneway authored
We really only need to know if a contract has immutables and not what the immmutables are to write good tests to ensure that all contracts that have immutables are covered in the L2 genesis generation. Adding in the actual immutables references as a string resulted in a lot of diffs because the ast ids where used in them. This updates the bindings to use a boolean instead of the string. Now we can still tell if a contract has immutables and we dont care about what the offsets are. This will not result in a large diff for the smart contracts when ast ids change. It will only flip a bool when immutables are added or removed from a contract.
-
Adrian Sutton authored
feat(op-challenger): alphabet output bisection game
-
Mark Tyneway authored
contracts-bedrock: include `initialize` checks for L2 contracts
-