- 28 Jan, 2023 1 commit
-
-
mergify[bot] authored
-
- 27 Jan, 2023 8 commits
-
-
inphi authored
-
mergify[bot] authored
feat(l2g): properly return NonceTooHigh
-
mergify[bot] authored
-
mergify[bot] authored
feat(ctp): ATST 1.1.0 artifacts
-
Kelvin Fichter authored
Commits artifacts for the 1.1.0 update of the ATST.
-
mergify[bot] authored
-
mergify[bot] authored
op-node: refactor sequencer to use EngineControl, test sequencing
-
mergify[bot] authored
-
- 26 Jan, 2023 15 commits
-
-
mergify[bot] authored
op-node: implement metered EngineControl, a wrapper to capture metrics
-
mergify[bot] authored
-
mergify[bot] authored
op-node: implement EngineControl interface
-
Kelvin Fichter authored
Has the Sequencer properly return NonceTooHigh when the nonce on a transaction is higher than the nonce of the account. NonceTooHigh is not typically in this codepath, but here it makes sense because there is no mempool and the txn is being rejected outright.
-
mergify[bot] authored
-
mergify[bot] authored
op-node: Fix disable p2p
-
Joshua Gutow authored
-
mergify[bot] authored
feat(op-chain-ops): EOF Crawler CLI tool
-
mergify[bot] authored
-
mergify[bot] authored
op-batcher: better error handling logic
-
Mark Tyneway authored
-
Mark Tyneway authored
Be extra pendantic around expected data being not `nil` to prevent unexpected panics.
-
mergify[bot] authored
-
clabby authored
Lint lint x2
-
clabby authored
-
- 25 Jan, 2023 16 commits
-
-
clabby authored
-
clabby authored
-
clabby authored
-
Matthew Slipper authored
op-proposer: Move to shared signer setup & simplified init
-
Joshua Gutow authored
This removes the NewL2OutputSubmitterWithSigner function and places the old NewL2OutputSubmitter code inside the main function.
-
Matthew Slipper authored
op-service: Migrate tx manager package
-
mergify[bot] authored
fix batch-deriv-chain.svg
-
bap2pecs authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
This places the txmgr package in the op-service folder instead of the op-proposer folder. This removes the proposer for being a dependency of the batcher. The txmgr code is shared code so it makes more sense to be there.
-
mergify[bot] authored
feat(e2e): Garbage batch test
-