- 13 Feb, 2023 5 commits
-
-
clabby authored
-
clabby authored
-
Matthew Slipper authored
feat(fd): support Bedrock networks
-
mergify[bot] authored
op-node: Properly check storage proof
-
Matthew Slipper authored
The storage proof was not being properly checked. This PR corrects the check, and adds unit/fuzz tests around the storage proof checks to prevent regressions. Fixes CLI-3344
-
- 11 Feb, 2023 5 commits
-
-
mergify[bot] authored
docs: Add note about small contributions
-
Will Cory authored
I saw this in the foundry docs and thought it would be good to add to ours
-
mergify[bot] authored
contracts-bedrock: add TransferOnion contract
-
mergify[bot] authored
-
Mark Tyneway authored
Adds the `TransferOnion` contract which can be used to batch send tokens. The set of transfers are committed to during contract initialization, and the token owner must approve the `TransferOnion` contract and then anybody can unwrap the commitment to the transfers. The transfers are committed to with a hash onion. This is a simple vector commitment that must be linearly unwrapped. Each hash commits to the next hash and the very first hash is `bytes32(0)`.
-
- 10 Feb, 2023 3 commits
-
-
Matthew Slipper authored
fix(specs): Use alias syntax to address long lines
-
Maurelian authored
-
Zach Howard authored
Add internal certman package with mTLS certificate reload fixes for k8s volumes
-
- 09 Feb, 2023 4 commits
-
-
Zach Howard authored
-
Zach Howard authored
-
Zach Howard authored
-
Kelvin Fichter authored
Updates the fault detector to support Bedrock networks. Bedrock support is slightly hacky because we still also need to support the legacy system until mainnet has been upgraded to Bedrock. We will want to update the fault detector again once mainnet is upgraded to simplify the service and remove the legacy components.
-
- 07 Feb, 2023 5 commits
-
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
- 06 Feb, 2023 2 commits
-
-
mergify[bot] authored
op-batcher: Watch timeouts [ENG-2625]
-
mergify[bot] authored
-
- 05 Feb, 2023 1 commit
-
-
mergify[bot] authored
Update bridges.md
-
- 04 Feb, 2023 11 commits
-
-
Alex Stokes authored
-
Sebastian Stammler authored
-
Sebastian Stammler authored
-
Sebastian Stammler authored
-
Sebastian Stammler authored
And use it in op-batcher.
-
mergify[bot] authored
specs: Fix typo & link in withdrawals section
-
mergify[bot] authored
-
Matthew Slipper authored
Remove node built in from sdk
-
Matthew Slipper authored
feat(mon): Add withdrawal monitor to chain-mon
-
mergify[bot] authored
chore(op-node): Fix two typos
-
mergify[bot] authored
-
- 03 Feb, 2023 4 commits
-
-
Mark Tyneway authored
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
-
Will Cory authored
-
mergify[bot] authored
fix(spec): Add missing call to engine_newPayload
-
Sebastian Stammler authored
The batcher now queries the inbox address from the rollup node.
-