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 am starting the Data Transport Layer with the following env vars: ``` - name: DATA_TRANSPORT_LAYER__DB_PATH value: "/optimism/dtl" - name: DATA_TRANSPORT_LAYER__POLLING_INTERVAL value: "1000" - name: DATA_TRANSPORT_LAYER__L2_CHAIN_ID value:...

C-bug
M-dtl
P-confirmed

**Description** This test ensure that invalid deposits are stil included in the block. If these are somehow dropped, it would cause serious problems for consistency and potentially a loss of...

**Description** This introduces the `SystemConfig` contract and L2 contract changes written by @tynes, with some minor modifications to use `initialize` for integration with proxy etc. things in the chain-ops PR....

2-reviewers
do-not-merge
M-contracts-bedrock

**Description** Simplifies the deployment scripts by breaking them out into individual files. Also introduces a new FreshSystemDictator contract which is responsible for executing upgrades for fresh deployments.

2-reviewers
M-contracts-bedrock

**Description** This PR: - updates the Go bindings to the contracts - updates op-chain-ops to use new bindings and deploy the system config - update op-node to format the L1...

do-not-merge

**Description** Add go code for reading output of the `migration-data` package.

**Description** Introduce `SystemConfig`: a small struct of configurable data that carries over in each L2 block, and can be modified based on events from L1. When derivation starts (after a...

do-not-merge

**Describe the bug** Not synchronize **To Reproduce** Steps to reproduce the behavior: * start l2geth * infinity write to log `` insufficient balance for transfer `` **Screenshots** ``` INFO [10-12|08:16:22.432]...

C-bug
P-unconfirmed
M-l2geth

**Description** Adds another assertion to explicitly identify an invariant which was previously implicit. **Tests** No new tests. Since the condition is unreachable it will require a more advanced testing setup...

2-reviewers
M-contracts-bedrock

**Description** I moved tasks from hardhat.config.ts to their own files in /tasks Thanks to @smartcontracts for increasing my commit score 💯 #3777

2-reviewers
M-contracts-bedrock