- 02 May, 2022 6 commits
-
-
Matthew Slipper authored
Develop -> Master
-
Murphy Law authored
Several tests were failing with out of gas errors because they began executing before their wallets were adequately funded. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Mark Tyneway authored
-
Luca Donno authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Cleans up the TeleportrDisburser tests using the same techniques as in previous cleanup PRs. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Mark Tyneway authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- 30 Apr, 2022 3 commits
-
-
smartcontracts authored
Adds a one-liner for getting chain ID given an ethers.Provider input. Going to follow this PR up with a good first issue to use this util wherever we're trying to get the chain ID. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Dawson Botsford authored
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>
-
- 29 Apr, 2022 3 commits
-
-
Antonios Kogias authored
Another test cleanup, this time for AddressDictator, ChugSplashDictator and WETH9. Putting them in the same PR since 2 of the files have very few changes. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Mark Tyneway authored
tasks: compute calldata cost diff in `fetch-batches`
-
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 6 commits
-
-
Matthew Slipper authored
Develop -> Master
-
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.
-