optimism
optimism copied to clipboard
Optimism is Ethereum, scaled.
**Is your feature request related to a problem? Please describe.** Replica node operators have limited visibility into the L2 sync service. **Describe the solution you'd like** Implement metrics on the...
**Is your feature request related to a problem? Please describe.** Proxyd should have on option to verify a config is valid without having to start the server process. **Describe the...
I've got some experience building a eth stratum proxy, check out gnet... the performance is "better". https://github.com/panjf2000/gnet
**Describe the bug** Events are not available until a short time after the block is processed. Requesting events for a given block returns an empty array for a short period...
When the indexing service doesn't yet know anything, `/eth/syncing?backend=l2` returns `{"syncing":true,"highestKnownTransactionIndex":-1,"currentTransactionIndex":0}` which rollup/client.go attempts to parse into a SyncStatus so rollup/sync_service.go can check `status.Syncing`... only `json: cannot unmarshal number -1...
**Is your feature request related to a problem? Please describe.** We have [a folder named `deployments`](https://github.com/ethereum-optimism/optimism/tree/develop/packages/contracts/deployments) that holds the deployment artifacts for each of our deployments. Within this folder is...
**Describe the bug** replica-healthcheck 1.0.2 shows a constant stream of this error when combined with l2geth 0.5.15: ``` replica-healthcheck_1 | {"level":50,"time":1648212022362,"extra":{"message":"Cannot read properties of undefined (reading 'getBlock')","stack":"TypeError: Cannot read properties...
L2 geth docker image: `ethereumoptimism/l2geth:0.5.11` `debug` RPC API is enabled Gas usage is correct in the receipt for the simple transfer of coins inside L2: `"gasUsed":"0x5208"` ``` curl -H 'Content-Type:...
**Describe the bug** Some transactions raise an exception when using `debug_traceTransaction` with the `callTracer` tracer. These transactions all have the same error in the Status at [Etherscan](https://optimistic.etherscan.io/tx/0xc033250c5a45f9d104fc28640071a776d146d48403cf5e95ed0015c712e26cb6): `Fail with error...
**Describe the bug** I cannot subscribe to new pending transactions when running a local testnet. However, I *can* subscribe to new blocks. **To Reproduce** Steps to reproduce the behavior: 1....