smartcontracts

Results 126 issues of smartcontracts

**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

It might make sense to add live-reload to make development easier. [electron-connect](https://github.com/Quramy/electron-connect) is a simple way to do that.

**Description** Updates config parsing for BaseServiceV2 to be more flexible and to allow for non-string input types. Makes it much easier to use BaseServiceV2 programmatically where you may want to...

Stale
common-ts

Log message here is backwards, the config should be treated as the source of truth, not the node you're connected to. I'd also like if the log could be a...

good first issue

**Description** Fixes a deadlock that can occur in l2geth.

C-Protocol-Critical

**Is your feature request related to a problem? Please describe.** I use the [canary release action very frequently](https://github.com/ethereum-optimism/optimism/blob/develop/.github/workflows/publish-canary.yml). However, this action publishes every single package when I usually just want...

good first issue
M-ci

Heyo, I'm interested in running the webserver in AP mode instead of connecting to a wifi network. I'm planning to use my device on the go so I won't have...

We noticed a small bug when using `"display": "children"` with multiple folders that have contents with the same name. Our folder structure is something like: - stack - overview.mdx -...

**Description** Implements the initial Big Bonds (tm) version of getRequiredBond. This is a simple, fixed bond model designed to carry the contracts through the next 6-12 months until a dynamic...

So `package.json` has a bunch of related scripts like `update:foundry` or `install:abigen`. Would be nice if we had a unified way of handling this stuff. I'd love to see a...

D-good-first-issue