go-ethereum icon indicating copy to clipboard operation
go-ethereum copied to clipboard

[Optimism] Go implementation of the Optimistic Ethereum protocol

Results 21 go-ethereum issues
Sort by recently updated
recently updated
newest added

## Description This is a first pass WIP that is just missing the correct imports / syntax ## Metadata ### Fixes - Fixes # [Link to Issue] ## Contributing Agreement...

**Describe the bug** The Optimism node returns an error while trying to trace some transactions. The error is: ``` {"code":-32000,"message":"tracing failed: nonce too low"}} ``` **To Reproduce** Run this query...

**Describe the bug** Despite succeeding (ETH actually deposits and the correct events are emitted), ETH deposits show `status: 0` when they are processed on L2. **To Reproduce** Steps to reproduce...

## Description Replacement of https://github.com/ethereum-optimism/go-ethereum/pull/271 that removes the reorg logic for now. This will help to make restarts more stable ## Metadata ### Fixes - Fixes # [Link to Issue]...

if I start geth in a command window(linux), ctrl-c is received but the shutdown process never complete. the same is true if I put it into systemd. end up need...

I tried to run my own node from scratch(i.e. deploy the bridging contracts) and adjust the geth start script but get the following on start(yet another one I did the...

**Is your feature request related to a problem? Please describe.** There is a memory leak in geth - when syncing replicas they frequently OOM and crash. **Describe the solution you'd...

**Description** We're renaming the `data-transport-layer` to the `transaction-indexer`. The name "`data-transport-layer`" is too vague so we're changing it while we still can. This is a multi-repo change that involves: -...

**Describe the bug** Gas estimation using geth's v.1.9.10 `DoEstimateGas` function does not seem to work appropriately. The E2E test fails at: ``` integration_tests_1 | | 1) Queue Origin Sequencer Transactions...

bug

## Description We're not using this code anymore, should be able to safely remove it. ## Contributing Agreement - [x] I have read and understood the [Optimism Contributing Guide and...

breaking-change
reduce-diff