- 12 Jan, 2023 1 commit
-
-
protolambda authored
-
- 11 Jan, 2023 28 commits
-
-
Matthew Slipper authored
indexer: Fix startup errors
-
mergify[bot] authored
ctb: Fix check-l2 magic check
-
Matthew Slipper authored
The value needs to be read from the proxy, not the implementation.
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
- The block locator was being initialized with a zero hash, which caused `Update` return `nil` and crash the process. - Adds an L2 conf depth parameter, since L2 can now reorg.
-
mergify[bot] authored
feat: make ProxyAdmin self-owned Proxy
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
Co-authored-by:
Maurelian <maurelian@protonmail.ch>
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Trigger releases
-
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 11 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
-
Kelvin Fichter authored
Turns the ProxyAdmin into a Proxy that owns itself. Result of this is that we can treat the ProxyAdmin as a Proxy which reduces some complexity in the migration. We can then also upgrade the ProxyAdmin on L2.
-
mergify[bot] authored
-
Matthew Slipper authored
-
protolambda authored
-
protolambda authored
-
Matthew Slipper authored
Revert "feat(ops-bedrock): Add gateway ui to make devnet-up"
-