Adrian Sutton

Results 99 issues of Adrian Sutton

**Description** Brings in the Regolith consensus changes for the execution layer. Updates the update-op-geth.py script to account for the new geth version and op-wheel being in the main go.mod now....

conflict
indexer

**Description** Adds a category to the safedb.path flag. Put in operations since it's storage related and affects what's available on the API. Improved test coverage of safe db code and...

**Description** Built on https://github.com/ethereum-optimism/optimism/pull/9637 this adjusts the honest actor behaviour to get all tests passing. The rules are now simple, for each claim in the game: 1. If the claim...

**Description** Add tests for game solver where the attacker is a variety of malicious actors. The game is played all the way through until there are no further moves to...

**Description** Implements the expanded honest actor behaviour to counter freeloaders as per https://github.com/ethereum-optimism/specs/pull/21/ The code has deliberately been adjusted to be much closer to the python in the spec implementation....

**Description** Add logic to op-challenger to load the latest safe head at a L1 block from the op-node. This depends on the new RPC method added in https://github.com/ethereum-optimism/optimism/pull/9575 which is...

### Description To discourage the late publication of blocks, implement support for late block re-orging: https://github.com/ethereum/consensus-specs/pull/3034

**Description** Adds `op-dispute-mon` to list of images to build as part of the `golang-docker` make target. Since the shared docker build image does most of the work of compiling things...

**Description** When a game is ignored because of this option it logs a warning and reports a count of ignored games via a new metric. Note that this logging is...

**Description** Updates the `list-claims` subcommand to include whether the claim has been resolved or not. Shows a ✅ for claims that are valid and ❌ for claims that are invalid...