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

**Describe the bug** I have a large, but also incomplete, list of transactions that cannot be traced on an Optimism node: [transactions.txt](https://github.com/ethereum-optimism/optimism/files/9204171/transactions.txt) Some, if not all of them, would OOM...

C-bug
P-confirmed
C-bedrock-fixes-this

When I try to construct an ETH transaction and use EstimateGas() to estimate the miner's fee, it says: gas required exceeds allowance(xxxxx)

C-bug
P-unconfirmed
C-needs-detail

**Describe the bug** Whenever using the local network from docker-compose as: https://github.com/ethereum-optimism/optimism/tree/develop/ops/ After submitting a transaction the batch_submitter hard crash with: ``` INFO [06-01|04:27:54.877] Sequencer updating batch tx gas price...

C-bug
M-batch-submitter
P-unconfirmed

Eth L1 has per block gas limit of 30M OP L2 has block gas limit of 15M, so jumbo transactions fail. Can we have the same 30M gas limit on...

C-discussion

The `contracts-bedrock` packages print a ton of warnings when running either `yarn build` or `yarn lint:contracts`. **Spec:** We should address these warnings, and tighten up our solhint config so that...

good first issue
M-contracts

**Describe the bug** In [CTC.appendSequencerBatch](https://github.com/ethereum-optimism/optimism/blob/b81eae576bc577200bcfacf221b9e9076be5a91d/packages/contracts/contracts/L1/rollup/CanonicalTransactionChain.sol#L346-L347), it seems that for the transactions sent by sequencer, timestamp is simply taken from the value provided by the sequencer. If sequencer accidentally or maliciously...

**Describe the bug** The eth_getTransactionCount result did not update after a tx broadcast, even confirmed. **To Reproduce** Steps to reproduce the behavior: Set up a local node , 1. Prepare...

C-bug
P-wontfix
C-bedrock-fixes-this

**Describe the bug** Text reverts return with a message, but custom reverts return without one. **To Reproduce** 1. [Go to this contract](https://kovan-optimistic.etherscan.io/address/0xbec72ee5e46b39831d077f41f99d39ca1fc1fa9a#writeContract). 2. Connect your wallet and execute **oldRevert** (or...

C-bug
P-wontfix
C-bedrock-fixes-this

**Describe the bug** I was playing around with Optimism yesterday and I found that if a contract selfdestructs and sends the remaining balance to itself, that balance remains on the...

C-bug
P-wontfix
C-bedrock-fixes-this

There is a problem. The "0x9ed8f713b2cc6439657db52dcd2fdb9cc944915428f3c6e2a7703e242b259cb9" transaction has no error field, The status of txReceipt is not a failed transaction, but it is in https://optimistic.etherscan.io is marked as a failed...

C-bug
P-unconfirmed