Adrian Sutton
Adrian Sutton
**Description** Update circleci config to include the recent op-program RC tags in the reproducibility checks. Some have been used on testnet so we need to be sure we can continue...
**Description** Add a script that will build the cannon prestate for every tagged op-program release and name them correctly to be used with `--cannon-prestates-url`.
**Description** Cache the game data from previous update cycles and use it for any games that fail to update in this cycle. Updating game data is an all or nothing...
op-dispute-mon works by periodically loading all data from all games from its source nodes and then computing various metrics from that data. This creates a lot of requests to the...
Update op-challenger run-trace subcommand to support multiple different prestates for the same trace type. Currently it just has hard coded support for running MT cannon in addition to singlethreaded cannon,...
Create a task template for the CHALLENGER role to post a counter claim in a permissioned game. This would just involve calling the `attack` method with any claim value, but...
**Description** Adds a withdrawal test using super roots. Enhances the DSL with a `StandardBridge` to facilitate deposits and withdrawals rather than needing to have all the complexity in the test...
**Description** The `eth_getBlockByHash` and `eth_transactionByHash` rpcs are returning an incorrect yParity in the `authorizationList` section of a type `0x4` transaction. When used with OP Stack's op-node without `--l1.trustrpc`, op-node will...
* Proposer creates a valid proposal, verify it is not challenged * Proposer creates a valid proposal and it is challenged, verify a proof is provided * Invalid proposal created,...