- 07 Mar, 2025 3 commits
- 28 Feb, 2025 3 commits
- 27 Feb, 2025 2 commits
- 26 Feb, 2025 1 commit
-
-
vicotor authored
-
- 25 Feb, 2025 1 commit
-
-
vicotor authored
-
- 24 Feb, 2025 2 commits
- 22 Feb, 2025 1 commit
-
-
Ubuntu authored
-
- 14 Feb, 2025 1 commit
-
-
vicotor authored
-
- 08 Feb, 2025 2 commits
- 07 Feb, 2025 3 commits
- 06 Feb, 2025 1 commit
-
-
vicotor authored
-
- 05 Feb, 2025 1 commit
-
-
vicotor authored
-
- 27 Jan, 2025 1 commit
-
-
luxq authored
-
- 24 Jan, 2025 6 commits
-
-
Matthew Slipper authored
-
Adrian Sutton authored
* op-program: Move towards using eth.ChainID instead of uint64 * op-program: Move oracle API over to ChainID * Review feedback
-
mbaxter authored
-
Matthew Slipper authored
-
smartcontracts authored
-
Matthew Slipper authored
* op-deployer: Update dispute game absolute prestate * publish using self hosted runner * update ci builder * revert config version * Revert "op-deployer: Update dispute game absolute prestate" This reverts commit 97cdbea81f8c33e9917686da2e6191be1ce0550f. * BUMP IT
-
- 23 Jan, 2025 10 commits
-
-
Maurelian authored
(#13803) * feat: upgrade ASR to new proxy and impl * feat: semgrep fix for _ prefixed args * feat: simplify vm.expectCommit call * save newly deployed contracts in ForkLive * self review changes * feat: re-skip tests (unskip moved to later PR) * feat: Check ImplemenationSet events * feat: Add dispute game version assertions to check the upgrade * fix unused imports * review suggestions * feat: Avoid some casting * update snapshots * refactor dispute game changes into deployAndSetNewGameImpl * lint * feat: Deploy using DeployUtils vm.getCode() instead of new * feat: remove concrete contract imports * semver lock * feat: fix non-upgrader test * lint
-
Lucas authored
* op-node: Fix stop sequencer deadlock * fix lint
-
Maurelian authored
-
Adrian Sutton authored
* op-challenger: Migrate config over to supporting multiple L2s * op-challenger: Update flags to support multiple L2s * op-dispute-mon: Keep the single network flag logic
-
Adrian Sutton authored
We just requested the header by hash so can skip hashing the header to update the cache and just use the already known hash.
-
Mark Tyneway authored
* contracts-bedrock: remove GCT code This commit removes the custom gas token code from the L2 contracts. The interop contracts were tightly integrated into this code, so the diff is quite large. We cannot remove the getters from the `L1Block` contract because chains did a genesis with `WETH` that calls out to the `L1Block` contract. `WETH` is not proxied, so we cannot modify the bytecode without an irregular state transition. Just going to leave the functions on `L1Block` for simplicity. Both the messenger and the bridge have the references to CGT removed. * l1block: test coverage * contracts-bedrock: more cleanup * compiler error * gas-snapshot * contracts-bedrock: remove dead imports * ctb: unused imports * snapshots: update * interfaces * ctb: fix
-
Michael Amadi authored
* append -rc if not upgraded yet * append -rc if not upgraded yet * fix tests * fix tests * fixes * try fix go tests * fix contracts tests * fixes * fixes * fixes * fixes
-
Adrian Sutton authored
Changes type to just []byte and uses empty array as not set for simplicity.
-
Sebastian Stammler authored
* txmgr: Add custom publish error message handling Fixes #13739 * add prefix TXMGR to env var Co-authored-by:
protolambda <proto@protolambda.com> --------- Co-authored-by:
protolambda <proto@protolambda.com>
-
mbaxter authored
* cannon: Simplify futex handling * cannon: Cut envar and go ahead and implement new futex behavior directly * cannon: Cut now unused onWaitComplete() method * cannon: Update single-threaded mips call to getSyscallArgs * cannon: Update contracts to match go vm * cannon: Update solidity tests * cannon: Reconcile MIPS.sol version with latest release (1.2.1) * cannon: Update differential tests * cannon: Cut wakeup field * cannon: Remove thread futex fields * cannon: Fix const name * cannon: Add new cannon state versions * cannon: Cut wakeup stats * cannon: Fix ParseStateVersion(), add test * cannon: Reenable evm validation in tests * cannon: Temporarily use ad hoc cannon release * cannon: Run semver lock * cannon: Fix semver comment, run semver-lock * cannon: Cut unused constants * cannon: Use latest cannon release in op-stack-go dockerfile --------- Co-authored-by:
inphi <mlaw2501@gmail.com>
-
- 22 Jan, 2025 2 commits
-
-
Michael Amadi authored
* make interfaces for opcm contracts and use them in tests and scripts * fix opcm interop deployment
-
Axel Kingsley authored
-