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

**Description** This avoids issues with the confirmation depth. If this returns an error, it exits via CLI. **Metadata** Fixes ENG-2920

I add trpc which is the best way to create APIs with typescript that are meant to be consumed by other typescript services or UI. The cool thing is with...

common-ts

**Description** Introduces the concept of two step withdrawals for Bedrock. Two step withdrawals are a way to reduce the risk of withdrawals by forcing users to prove their withdrawal at...

2-reviewers
M-sdk
conflict
M-contracts-bedrock
sdk

**Description** Fix typo in architecture overview docs. **Tests** No tests required. **Additional context** None. **Metadata** None.

To run: ``` go test -v -run WithdrawalMigration ./... ```

## Description Release`linux/arm64` builds for optimism services, such as, batch-submitter-service, data-transport-layer, deployer, fault-detector, gas-oracle, hardhat, l2geth and message-relayer, ## Why this feature is important - Take advantages of running the...

C-feature-request

running the node with `gcmode=full` [log.txt](https://github.com/ethereum-optimism/optimism/files/9750237/log.txt) stop steps:docker-compose stop -t 300

C-bug
P-unconfirmed
M-l2geth

**Describe the bug** Local rpc node is always 6-20 blocks behind compared to the optimism official rpc node. This is the configuration for docker-compose `COMPOSE_PROJECT_NAME=op-replica COMPOSE_FILE=replica.yml:replica-shared.yml:replica-toml.yml ETH_NETWORK=mainnet DATA_TRANSPORT_LAYER__L1_RPC_ENDPOINT= DATA_TRANSPORT_LAYER__L2_RPC_ENDPOINT=https://mainnet.optimism.io SEQUENCER_CLIENT_HTTP=https://mainnet.optimism.io...

C-bug
P-unconfirmed
M-l2geth

**Description** The block building code already has a check like this, but it's odd to even return an inconsistent L1 origin. Returning an error until the derivation code reorgs towards...

**Description** Withdrawals depend on the proposer working in action-testing. So this is now split from the main user-actor PR (#3628). Depends on #3628 **Tests** Work in progress. The test should...