- 11 Dec, 2023 1 commit
-
-
Matthew Slipper authored
Write e2e test logs to file in addition to standard output in order to make debugging easier. CCI will truncate output over 50M. Closes https://github.com/ethereum-optimism/client-pod/issues/319
-
- 08 Dec, 2023 17 commits
-
-
Mark Tyneway authored
contracts-bedrock: L2OutputOracle deployment
-
Matthew Slipper authored
fix(multisig-mon): add onepass cli to dockerfile
-
refcell.eth authored
feat(op-challenger): Prestate Provider Refactor
-
clabby authored
feat(ctb): `OutputBisectionGame` test refactor + fixes
-
refcell authored
-
Mark Tyneway authored
Deploys the latest implementation of the `L2OutputOracle` to sepolia and commits the artifact. The following script was used for the deployment. ```bash export IMPL_SALT="op/acc" forge script scripts/Deploy.s.sol:Deploy \ --sig 'deployL2OutputOracle()' --rpc-url $ETH_RPC_URL \ --private-key $PRIVATE_KEY \ --broadcast \ --verify ``` https://sepolia.etherscan.io/address/0x83aeb8b156cd90e64c702781c84a681dadb1dde2
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
Maurelian authored
contracts-bedrock: deploy superchain config
-
Mark Tyneway authored
Both the proxy and the latest implementation. Deploy them to sepolia. The proxy was deployed with the following command: ```bash forge script scripts/Deploy.s.sol:Deploy \ --sig 'deployERC1967Proxy(string)' --rpc-url $ETH_RPC_URL \ --private-key $PRIVATE_KEY \ --broadcast \ --verify \ SuperchainConfigProxy ```
-
- 07 Dec, 2023 22 commits
-
-
Mark Tyneway authored
build(deps): bump actions/setup-python from 4 to 5
-
Sebastian Stammler authored
op-e2e: Add test utility to wait for balance changes
-
dependabot[bot] authored
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
felipe authored
fix(ufm): gracefully handle failed tx creation
-
Matthew Slipper authored
This PR adds a utility to wait for an address's balance to change. The utility checks for the balance change for two minutes, and returns the new value once it changes. It rreturns an error on timeout. Some tests - particularly the ext-geth tests - are failing because balance changes that we expect to occur are not. My hunch is that this may be related to a race condition somewhere between the test code and op-geth, but I can't be sure. By waiting for the balance to change, we can eliminate spurious race conditions and see if this is related to some other underlying issue.
-
refcell.eth authored
feat(op-challenger): Output Bisection Game Genesis Output Root Fetching
-
refcell.eth authored
build(deps): bump @sentry/node from 7.84.0 to 7.85.0
-
refcell authored
providers. fix(op-challenger): genesis output root validation for top of output bisection games genesis output root test fix(op-challenger): revert validation wiring revert newline change
-
Maurelian authored
contracts-bedrock: simplify storage setting in SuperchainConfig
-
Felipe Andrade authored
-
refcell.eth authored
feat(op-e2e): Output Alphabet E2E Test
-
Maurelian authored
-
Maurelian authored
-
refcell authored
fix(op-e2e): fix output alphabet test on refactor
-
Mark Tyneway authored
Improve auditability + readability with some type safety. Based on https://github.com/ethereum-optimism/optimism/pull/8435
-
Joshua Gutow authored
Fix several minor typos
-
Mark Tyneway authored
build(deps-dev): bump typescript from 5.3.2 to 5.3.3
-
Mark Tyneway authored
contracts-bedrock: Allow initializing system as paused
-
Joshua Gutow authored
CI: Fix proxyd store tests
-
Adrian Sutton authored
op-e2e: Use deterministic RNG in l2 batcher test
-
Maurelian authored
-
Maurelian authored
-