Adrian Sutton

Results 99 issues of Adrian Sutton

**Description** Enhances the metrics published for honest actors to include pending, valid and invalid claims as well as pending, won and lost bonds. This lets us see how many claims...

**Description** To ensure that users don't accidentally expose transactions sent to their local nodes, disable tx pool gossip by default. Note that we will need to flag this in the...

### Describe the bug No receipts returned for block via `eth_getBlockReceipts` `0x559c89487febbe632474f1921aeddaa0fe3778fb7897b7b5760b2ff1db5c1ba3:5682981` on sepolia. The receipts from the block are available when querying receipts individually. ``` $ cast rpc eth_getBlockReceipts...

C-bug
A-rpc
M-prevent-stale
A-static-files

**Description** Remove L2OutputOracleProxy record for oplabs-devnet-0. It has switched to using fault proofs and already has the FP system addresses specified.

At startup, create or reopen the log database for each chain we have an rpc endpoint for. Will need to implement a suitable disk layout to keep data for each...

**Description** Implements the hash scheme for logs and actually writes them to the logdb. Executing messages aren't extracted yet but basic log information is hashed and written (tracked in #11024)....

The log DB API stores a single log at a time, but receipts are fetched for a block at a time. If an error occurs after some logs from a...

Add CLI options to configure the RPC client options e.g. ``` const epochPollInterval = 30 * time.Second const pollInterval = 2 * time.Second const trustRpc = false const rpcKind =...

https://github.com/ethereum-optimism/optimism/blob/cc86dc18424c0cb69abc0804a5e56c7ee70c4c90/op-supervisor/supervisor/backend/backend.go#L90-L93

https://github.com/ethereum-optimism/optimism/blob/cc86dc18424c0cb69abc0804a5e56c7ee70c4c90/op-supervisor/supervisor/backend/backend.go#L85-L88