optimism
optimism copied to clipboard
Optimism is Ethereum, scaled.
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
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...
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...
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...
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...
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...
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.
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...
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...