- 29 Apr, 2022 1 commit
-
-
soyboy authored
Since this issue: https://github.com/ethereum-optimism/optimism/issues/2280 was openned, there were other entries added to "nohoist", so I just removed the "examples/*" entry. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- 28 Apr, 2022 5 commits
-
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
Murphy Law authored
Logging the entire RPC request can be too "expensive" when logging request objects in a large JSON-RPC batch request. We log the raw HTTP request body instead so we can truncate effectively when the entire body exceeds the maxLogLength.
-
Antonios Kogias authored
Cleans up the StateCommitmentChain tests using the same techniques as used in previous test cleanups. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- 27 Apr, 2022 2 commits
-
-
Murphy Law authored
Add new metrics for transaction execution. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Matthew Slipper authored
-
- 24 Apr, 2022 7 commits
-
-
smartcontracts authored
Cleans up OVM_GasPriceOracle tests using the same techniques as other test cleanup PRs. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Seongjin Kim authored
* l2geth: fix log.Crit usage * add changeset * changed changeset: minor -> patch Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Cleans up the L2StandardBridge tests using the same techniques as previous cleanup PRs. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Ben Wilson authored
* Added SCC TotalElement collection for metrics * Update addressTotalElementsCallStatus metric name Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Cleans up the L2StandardTokenFactory tests using the same technique as previous cleanup PRs. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Cleans up OVM_ETH tests using the same techniques as other cleanup PRs. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Javed Khan authored
* fix (indexer): bridge filter query - fix ctx reuse * changeset: indexer patch - fix context reuse
-
- 22 Apr, 2022 3 commits
-
-
Ben Wilson authored
* Added kustomize deployment for goerli-nightly replica * Updated replica-healthcheck to v1 Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Matthew Slipper authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Steven Lee authored
-
- 21 Apr, 2022 1 commit
-
-
Murphy Law authored
* ci: Update remote docker version The nightly CI fails because default remote docker (17.09.0-ce) does not support DOCKER_BUILDKIT. Updating the remote docker version to be at least 18.09 fixes this. * Kick build, fix whitespace Co-authored-by:
Matthew Slipper <me@matthewslipper.com>
-
- 20 Apr, 2022 2 commits
-
-
Matthew Slipper authored
-
Murphy Law authored
* ci: Nightly release builds * fix typo * ci: use nightly image tag Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- 18 Apr, 2022 2 commits
-
-
Matthew Slipper authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Cleans up the L2CrossDomainMessenger tests in the same manner as previous cleanup PRs. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- 17 Apr, 2022 1 commit
-
-
smartcontracts authored
Cleans up the CTC tests using the same techniques as used in other previous test cleanups. Co-authored-by:
Mark Tyneway <mark.tyneway@gmail.com>
-
- 16 Apr, 2022 4 commits
-
-
Murphy Law authored
-
Murphy Law authored
* proxyd: Limit the number of concurrent RPCs to backends We add a new config `max_concurrent_rpcs` under the server section to prevent too many RPC requests, (and, more loosely, the number of connections), from being sent upstream. Requests will block, in a FIFO fashion, until the number of in-flight RPCs is under the limit. * fix typo Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Cleans up the TeleportrDeposit tests using the same techniques as previous cleanup PRs. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Cleans up BondManager tests using same techniques as previous test cleanup PRs.
-
- 15 Apr, 2022 8 commits
-
-
smartcontracts authored
Replaces Overrides with CallOverrides for estimateGas functions so you can specify the "from" address. Co-authored-by:
Matthew Slipper <me@matthewslipper.com>
-
Matthew Slipper authored
ci: Fix mergify config
-
Matthew Slipper authored
The config was invalid, and we reached the maximum number of nested rules.
-
Matthew Slipper authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Cleans up tests for the L1StandardBridge. Removes a lot of unnecessary code and simplifies certain tests by bundling things into a single assertion. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Cleans up the L1CrossDomainMessenger tests using the new deploy function. Removes some unnecessary code. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Cleans up the deposit gas spec tests using the same techniques as found in #2458 and #2459. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Yet another test cleanup commit. Cleans up the ChainStorageContainer tests with the same techniques as the previous commits along the same lines. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- 14 Apr, 2022 4 commits
-
-
smartcontracts authored
Another test cleanup PR, this time targeting the CTC gas tests. I'm going to keep doing this as separate PRs because: 1. These are simple changes 2. They *look* complicated because there are a lot of them Putting these into different PRs means they'll be easier to review and I'll have to do less shepherding over relatively minor PRs. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Modifies mergify.yml to no longer yell at me to add a changeset when a PR only modifies .spec.ts files.
-
smartcontracts authored
Fixes a bug that would cause the healthcheck service not to properly check blocks when the target is advancing faster than the reference client. RHC will now check the block correpsonding to the lesser of the two block heights. Also adds a new metric to track the height difference in the two providers which could be used to alert if the target leads the reference by too much or vice versa. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Maurelian authored
-