- 02 Dec, 2023 27 commits
-
-
Mark Tyneway authored
See https://github.com/ethereum-optimism/optimism/pull/8399 ``` forge script scripts/Deploy.s.sol:Deploy --rpc-url $ETH_RPC_URL --private-key $PRIVATE_KEY --sig 'deployL1StandardBridge()' --broadcast --verify SIG=deployL1StandardBridge forge script scripts/Deploy.s.sol:Deploy --rpc-url $ETH_RPC_URL --private-key $PRIVATE_KEY --sig 'sync()' ```
-
refcell.eth authored
challenger: Switch output_cannon to use the new contract type.
-
Mark Tyneway authored
build(deps-dev): bump @types/node from 20.10.1 to 20.10.2
-
dependabot[bot] authored
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.1 to 20.10.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
contracts-bedrock: StandardBridge pausability
-
refcell.eth authored
-
refcell.eth authored
-
Adrian Sutton authored
-
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 13 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.
-