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