- 22 Mar, 2023 12 commits
-
-
mergify[bot] authored
fix(docs/op-stack): In superchain-diag, 2->3
-
mergify[bot] authored
-
mergify[bot] authored
feat(docs/op-stack): Add the getting in touch form
-
mergify[bot] authored
-
mergify[bot] authored
fix(ci): run tests for common-ts
-
mergify[bot] authored
-
mergify[bot] authored
feat(ctb): Add constructor to init the SD implementation
-
mergify[bot] authored
-
mergify[bot] authored
op-chain-ops: Extract concurrent state iterator into util
-
mergify[bot] authored
-
Kelvin Fichter authored
Tests for common-ts were not being executed in CI because the command being triggered was "yarn test:coverage" and this command was a noop for common-ts. Also fixes a bug in the tests that wasn't caught by CI because of this.
-
mergify[bot] authored
fix(sdk): automatically create std/ETH bridges
-
- 21 Mar, 2023 28 commits
-
-
mergify[bot] authored
-
mergify[bot] authored
fix(op-batcher): Fix PR #5186 Nits
-
🔨 Andreas Bigger authored -
mergify[bot] authored
fix(op-node): Fix Channel Out MaxSize Underflow
-
mergify[bot] authored
-
Andreas Bigger authored
-
mergify[bot] authored
specs: Update spec channel handling to match the current implementation
-
mergify[bot] authored
-
mergify[bot] authored
fix: fix flag name typo for MaxStateRootElements
-
mergify[bot] authored
-
Matthew Slipper authored
Pulls the concurrent state iterator into a re-usable library. Additional tests have been added to assert that the iterator touches every key in state at least once. This will allow us to perform a complete check of the OVM_ETH migration as the last step of the migration.
-
mergify[bot] authored
op-e2e: Adjust for updated op-geth API changes
-
Adrian Sutton authored
-
mergify[bot] authored
op-chain-ops: Fix data race in error handling
-
modagi authored
fix log package in proposer/driver
-
Kelvin Fichter authored
Updates the SDK to automatically create the Standard and ETH bridges as long as the L1StandardBridge provider is supplied.
-
Matthew Slipper authored
The error channel in the OVM_ETH migration is buffered. In rare cases, errors were written to this channel in such a way that they were not processed by the collector goroutine. This meant that errors were not being caught by the `lastErr != nil` check, and were instead triggering the total supply check below. This error reliably reproduces when running the new TestMigrateBalancesRandomMissing test. This test generates a random state, and randomly removes an address/allowance from the witness data. It runs this 100 times per test. We didn't catch this with the other random test because it doesn't exercise the error handling codepath.
-
mergify[bot] authored
-
Adrian Sutton authored
-
protolambda authored
-
protolambda authored
-
Adrian Sutton authored
Dropping frames due to timed out channels or duplication is only done for channels that have not yet been pruned from the channel bank. Timed out channels are only pruned from the channel-bank if they are prior to a readable channel. Explicitly state that channels are removed from the channel-bank when they are read.
-
Ori Pomerantz authored
Closing: DEVRL-777
-
mergify[bot] authored
op-chain-ops: Improve OVM_ETH post check
-
mergify[bot] authored
-
mergify[bot] authored
Add how to use the SDK in OP Stack
-
mergify[bot] authored
-
mergify[bot] authored
feat(docs/op-stack): Slightly simpler installation
-