optimism icon indicating copy to clipboard operation
optimism copied to clipboard

Optimism is Ethereum, scaled.

Results 858 optimism issues
Sort by recently updated
recently updated
newest added

The `Safest` function, on `ChainsDB` and used by a few backend methods for the RPC, checks how safe a block is, returning the safety level. It currently takes an `index`...

The utils that parse and convert log-events are duplicated and should be cleaned up: - Various functions to convert log-events into an executing message - `payloadHashToLogHash` to hash a payload-hash...

- [ ] op-supervisor should track a more reliably defined set of chains. - [ ] op-supervisor should warn (logs and metrics) when there is no signal for a given...

See #12414 for context. Tracking ticket for work to implement and integrate the interface generation tool.

See #12412 for context. Simple tracking ticket for the work around creating a design doc for this tool.

We're planning to drop Slither from GitHub actions for now. Slither action hasn't been useful for a long time. We'd like to reintroduce Slither with the following modifications: - Slither...

Adds the operator fee, as described in [this design doc](https://github.com/ethereum-optimism/design-docs/pull/81) and [this spec](https://github.com/ethereum-optimism/specs/pull/382/files) Here, I propose that these changes be included in the Holocene hardfork instead of isthmus, like the...

I encountered the following error when running Optimism version 1.9.1: ```shell Fatal: Failed to register the Ethereum service: incompatible state scheme, stored: path, provided: hash ``` The error was resolved...

Closes https://github.com/ethereum-optimism/optimism/issues/12123 Design doc https://www.notion.so/oplabs/op-batcher-re-architecture-114f153ee162803d943ff4628ab6578f?pvs=4 Changes (at the reviewer's request I could split this PR up): 1. Use the `op-service/queue` type in a couple more places in the batcher 2....

Context: I had originally started out integrating this component deeply into the devstack (so that it would be available in every interop acceptance test). However, that turned out to require...

A-integration
H-interop
A-op-interop-mon