- 11 Jan, 2023 9 commits
-
-
mergify[bot] authored
fix(bm): tweak package json
-
Kelvin Fichter authored
Tweaks the Balance Monitor package json to correctly export dist and src folders.
-
mergify[bot] authored
op-node: Set RPC timeouts
-
Joshua Gutow authored
This is done in BaseClient because all RPC calls in the op-node flow through the base client. I have set it to 10s for the CallContext and 20s for the BatchCallContext. These values are large enough to handle complex computation, but will prevent a slow loris or throttling attack. Smaller timeouts can stil be set further up the chain.
-
Matthew Slipper authored
feat(ctb): add legacy fn to L2StandardBridge
-
Matthew Slipper authored
-
Matthew Slipper authored
op-node,specs: fix framequeue reset, fix channel-bank and frame-queue specs
-
mergify[bot] authored
fix(indexer): Fix flag type
-
mergify[bot] authored
-
- 10 Jan, 2023 31 commits
-
-
mergify[bot] authored
op-node: fix AttributesQueue Reset function
-
Will Cory authored
-
mergify[bot] authored
-
Kelvin Fichter authored
Adds a missing legacy function to the L2StandardBridge.
-
mergify[bot] authored
op-e2e: Increase time buffer in missing batch test
-
mergify[bot] authored
-
Matthew Slipper authored
-
protolambda authored
-
protolambda authored
-
Matthew Slipper authored
Revert "feat(ops-bedrock): Add gateway ui to make devnet-up"
-
Matthew Slipper authored
-
mergify[bot] authored
feat(ops-bedrock): Add gateway ui to make devnet-up
-
mergify[bot] authored
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Trigger the releases!
-
mergify[bot] authored
chore(ctp): Update ctb dep version
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
mergify[bot] authored
op-node: ComputeL2OutputRoot cleanup
-
Mark Tyneway authored
-
Mark Tyneway authored
Cleans up the implementation of the `ComputeL2OutputRoot` function. No need for the intermediate `bytes.Buffer`.
-
Will Cory authored
-
Will Cory authored
-
Matthew Slipper authored
contracts-bedrock: remove legacy fee vault spacer
-
Mark Tyneway authored
contracts-bedrock: check-l2 checks for genesis magic
-
Matthew Slipper authored
contracts-bedrock: remove storage spacers gpo
-
mergify[bot] authored
-
Matthew Slipper authored
feat(ops): clean up migration process
-
Mark Tyneway authored
fix: don't cancel context before passing to signer
-