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

https://github.com/ethereum-optimism/optimism/blob/6b76465ee8dcd3d33b1840f188fb5f338285ea6a/specs/deposits.md?plain=1#L282 maybe it shoud link to [OptimismPortal.sol](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/contracts/L1/OptimismPortal.sol)?

C-bug
P-confirmed

**Describe the bug** Running the complete development environment (by following [this guide](https://community.optimism.io/docs/developers/build/dev-node/#)) works well only if the L1 network is freshly new (using hardhat/ganache). However, if the L1 chain is...

C-bug
P-unconfirmed

**Describe the bug** If you request `debug_traceTransaction` for some tx hashed, Optimism client continuously consuming memory until it will be killed by oom-killer. That happens all the time for (at...

C-bug
P-confirmed
M-l2geth

**Describe the bug** Docker compose error message: Fatal: No genesis block configured. **To Reproduce** Steps to reproduce the behavior: 1. Clone the project 2. Go to infra/op-replica/docker-compose folder 3. Copy...

C-bug
M-ops
P-unconfirmed

I am trying to use proxyd to proxy multiple node providers because sometimes I can't pull alchemy's data for unknown reason(not network issues) in my replica. so I am using...

C-bug
M-ops

**Describe the bug** I am trying to build a mainnet replica node and I am getting a fatal error when collecting the l2geth logs. **To Reproduce** Steps to reproduce the...

C-bug

Hi, my system disk is just 20GB, but have another 1T disk, so I want to use that disk for storage. But the docker compose file use `/var` dir as...

C-feature-request
M-ops

**Describe the bug** The kustomize templates at: https://github.com/ethereum-optimism/optimism/tree/develop/infra/op-replica/kustomize Include in the instructions to use a "configmaps" dir that doesn't exist under the "Building" header: `kubectl diff -k ./bases/configmaps/` and `kustomize...

C-bug
M-ops
P-unconfirmed

**Describe the bug** When booting, the DTL sometimes struggles to determine the correct StartingL1BlockNumber, due to problematic query filtering of `this.state.contracts.Lib_AddressManager.queryFilter`. **To Reproduce** Steps to reproduce the behavior: 1. Configure...

C-enhancement
M-dtl
good first issue

**Describe the bug** When using the PRC API, retrieval of mainnet block `0x58D5D5` gives the expected result, the transaction: https://optimistic.etherscan.io/tx/5821909 However retrieval of the supposedly identical `0x58d5d5` gives us the...

C-bug
P-confirmed
N-mainnet