- 12 Jan, 2023 10 commits
-
-
Matthew Slipper authored
Release packages
-
Matthew Slipper authored
fix(bmon): Fix balance monitor name
-
Matthew Slipper authored
check-changed: Add additional patterns to force total rebuild
-
Matthew Slipper authored
deletes old changeset patches
-
Matthew Slipper authored
Adds a bunch of patterns that should trigger a rebuild of all dependencies. Mostly related to build stuff.
-
Zach Howard authored
-
Maurelian authored
-
mergify[bot] authored
feat(ci): Update changesets to latest version
-
mergify[bot] authored
-
Will Cory authored
-
- 11 Jan, 2023 30 commits
-
-
mergify[bot] authored
op-node: Turn down log level of enode filtering
-
mergify[bot] authored
-
Matthew Slipper authored
This was spamming ~12 log lines every 2 seconds, so I turned down the log level.
-
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
Develop -> Master
-
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
-