specs icon indicating copy to clipboard operation
specs copied to clipboard

Results 103 specs issues
Sort by recently updated
recently updated
newest added

This PR adds the Security Council VetoerSet feature specification related to the https://github.com/ethereum-optimism/optimism/pull/9999 PR.

### Enabling a L2 Native ERC20 Token to Pay for Gas This is an experimental feature and it is not clear if it will ever be included in the OP...

**Description** Logindex-wildcard for `Identifier` to not pre-commit to the consumed event being present in a specific place. This allows the block-builder to complete the static declaration of the event. This...

Adds `@ethereum-optimism/security-reviewers` to CODEOWNERS. Note that codeowners only _requests_ a review from the specified parties, it does not _require_ that all parties sign off. This can be approximated by GitHub's...

## Background The OP-Stack currently requires an archive node for some special tasks: - **output-root proposals** (withdrawal storage root): spanning at least an hour, or as long as the proposer...

Right now there are various config values in the L1 system config smart contract that are related to the fees charged on L2. These values can easily be set in...

**Is your feature request related to a problem? Please describe.** someone links me to a doc page, suddenly 404 page missing fml **Describe the solution you'd like** A clear and...

Right now it is difficult to contribute or consume the specs because of the way that they are laid out. It is not clear where to add new information and...

Currently the interop spec allows 256 bit chain IDs. The current convention (not requirement) for the batch inbox address is `0xFF00...{chainId}`. These are not compatible, as the batch inbox address...

Every executing message that is included adds cost to the derivation pipeline. There needs to be some mechanism by which that cost is paid for by users. There are a...