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

op-supervisor: dependency set RPC API Rebased version of https://github.com/ethereum-optimism/optimism/pull/15557 Closes https://github.com/ethereum-optimism/optimism/issues/15048

H-interop

The op-supervisor implements backwards compatibility by making the chainID in the executing-descritptor of the access-list check RPC optional, and falling back to the initiating message chainID. This behavior should be...

A-op-supervisor
H-interop

Add to the op-node: - metric for backwards block-number changes (likely reorgs) Add to the op-supervisor: - metric for local-unsafe logs DB rewinds (number of unsafe blocks we rewind), per...

A-op-supervisor
H-interop
C-observability

Currently, reorgs that happen while a reset is ongoing may lead to an outdated reset target. This may even more so be the case because resets are now blocking and...

A-op-node
M-needs-triage
A-op-supervisor
H-interop

When the supervisor performs a reset target search, it searches for the latest common local safe block between its database and the managed op-node. It then sends a reset request...

A-op-node
A-op-supervisor
H-interop

The supervisor's reset logic currently only checks for consistency between its local safe and the node's safe databases. It doesn't check whether the L1 origin of the target it finds...

A-op-node
A-op-supervisor
H-interop

Spam a fixed number of invalid executing messages per slot. See how it affects the latency of valid executing messages. The "fixed number" should be configurable.

Related: - https://github.com/ethereum-optimism/optimism/issues/15812 - https://github.com/ethereum-optimism/optimism/issues/15759 - https://github.com/ethereum-optimism/optimism/issues/15995 - https://github.com/ethereum-optimism/optimism/issues/11744 Review product feedback, scope/spike the needed changes.

H-interop

Recently, a partner deployed a Supervisor against our RC Alpha Network and observed that to sync 14 days worth of (mostly empty) blocks, it took 7 days. Because the RC...

C-bug
A-op-supervisor
H-interop

This ticket represents the renaming of the supervisor node mode renaming per [here](https://oplabs.notion.site/Supervisor-Mode-Naming-Convention-20df153ee16280649630c3a55850d906). The previous names consistently confused people and the new names exist to make it easier to understand...

A-op-node
A-op-supervisor
H-interop