- 22 Mar, 2024 2 commits
-
-
Sebastian Stammler authored
-
Adrian Sutton authored
* op-challenger: Tidy up TxSender Don't return receipts as they always ignored Return an error when a transaction publishes but reverts rather than logging and ignoring Add a method that returns errors for each individual transaction * op-challenger: Simulate ClaimCredit transaction before sending actual transaction Detects when credit is reported as available but is actually still locked by the DelayedWETH contract. --------- Co-authored-by:
refcell <abigger87@gmail.com>
-
- 21 Mar, 2024 10 commits
-
-
github-actions[bot] authored
Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
smartcontracts authored
Adds the DGF address to the SDK now that OP Sepolia has been updated.
-
Adrian Sutton authored
Co-authored-by:
refcell <abigger87@gmail.com>
-
Adrian Sutton authored
Don't return receipts as they always ignored Return an error when a transaction publishes but reverts rather than logging and ignoring Add a method that returns errors for each individual transaction
-
Adrian Sutton authored
* op-challenger: Add timer metrics for acting on games and attempting to resolve claims. * op-challenger: Add metrics for contract interactions
-
Mark Tyneway authored
Without the header, it results in a warning message. This prevents CI from passing. We also want to ensure that its free software.
-
Adrian Sutton authored
Uses the correct name for sepolia L2 instead of the old alias.
-
dependabot[bot] authored
Bumps [viem](https://github.com/wevm/viem) from 2.7.19 to 2.8.13. - [Release notes](https://github.com/wevm/viem/releases) - [Commits](https://github.com/wevm/viem/compare/viem@2.7.19...viem@2.8.13) --- updated-dependencies: - dependency-name: viem dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
refcell authored
-
refcell authored
* fix(ctb): require exact bond amounts * fix(ctb): precise bond amount tests * fix(ctb): ci checks * Semver / DGF strict bonds * Rename `InsufficientBond` error -> `IncorrectBondAmount` --------- Co-authored-by:
clabby <ben@clab.by>
-
- 20 Mar, 2024 5 commits
-
-
Adrian Sutton authored
-
Adrian Sutton authored
* op-challenger: Format list-claims output better * op-challenger: Format list-games output better
-
Sebastian Stammler authored
it used to log the full transaction frames
-
dependabot[bot] authored
Bumps [abitype](https://github.com/wevm/abitype) from 1.0.0 to 1.0.2. - [Release notes](https://github.com/wevm/abitype/releases) - [Commits](https://github.com/wevm/abitype/compare/abitype@1.0.0...abitype@1.0.2) --- updated-dependencies: - dependency-name: abitype dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 18.0.4 to 18.1.2. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/18.1.2/packages/nx) --- updated-dependencies: - dependency-name: nx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 19 Mar, 2024 16 commits
-
-
refcell authored
-
smartcontracts authored
Updates the README for contracts-bedrock to prepare for the upcoming audit of the FPAC system.
-
smartcontracts authored
Improves the SDK to handle the DisputeGameFactory more carefully and validate the games that it queries from the factory. Should mean that the client will not attempt to create withdrawals using invalid proposals.
-
clabby authored
-
tdot authored
* fix: track challenges when pipeline is stalled * cleanup * fix: remove tx version byte in test * remove Heap usage * fix: add pending queue * remove unused check * use 2 PQs * Update comment in op-e2e/actions/plasma_test.go Co-authored-by:
Joshua Gutow <jbgutow@gmail.com> --------- Co-authored-by:
Joshua Gutow <jbgutow@gmail.com>
-
Sebastian Stammler authored
-
smartcontracts authored
Some miscellaneous comment cleanup for dispute contracts.
-
Inphi authored
-
smartcontracts authored
* fix(ct): bugs in DelayedWETH Fixes two bugs in Delayed WETH. First was a limitation of the recover function that would have made it relatively easy to DoS the function by simply withdrawing small amounts of ETH every time the owner attempted to withdraw the full balance. Second is a bug in hold function where the approval was the wrong way around. * Update Kontrol snapshot --------- Co-authored-by:
inphi <mlaw2501@gmail.com>
-
felipe authored
-
zhiqiangxu authored
-
dependabot[bot] authored
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.7 to 1.25.8. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/compare/v1.25.7...v1.25.8) --- updated-dependencies: - dependency-name: gorm.io/gorm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
clabby authored
* Sepolia FPAC deploy config * fix deploy script
-
refcell authored
op-service.
-
smartcontracts authored
* feat: introduce AnchorStateRegistry Introduces the AnchorStateRegistry used to hold anchor states for different game types. Anchor states are updated automatically when a game resolves. * kontrol snapshot --------- Co-authored-by:
clabby <ben@clab.by>
-
clabby authored
* Update `proveWithdrawalTransaction` require * revert message update in test
-
- 18 Mar, 2024 6 commits
-
-
felipe authored
-
felipe authored
-
Mark Tyneway authored
* op-wheel: delete dead code The `ovm-owners` command was only relevant for the migration from legacy op mainnet to bedrock. Now that bedrock is running in production, we can delete this code. It reduces code in the codebase that is no longer necessary to make maintaining easier. The ability to perform the upgrade is preserved in the legacy codebase, snapshotted at a point where the migration is reproducible. See https://github.com/ethereum-optimism/optimism-legacy * op-wheel: fix build
-
Sebastian Stammler authored
-
dependabot[bot] authored
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Adrian Sutton authored
Checks the proposed L2 block was safe when the game was created using the safe head database if available. If not available for any reason, it falls back to the current behaviour of considering the root valid if it matches the local node.
-
- 17 Mar, 2024 1 commit
-
-
Matt Solomon authored
-