- 05 May, 2022 2 commits
-
-
Conner Fromknecht authored
* feat: add go packages to package.json * feat: correct conf_remaining calculation Subtaction was being performed in the wrong order, causing underflow.
-
Matthew Slipper authored
- Adopts Go workspaces for future compatibility with the Bedrock move into the monorepo - Moves Go packages to the root of the repo in order to fix import paths - Rewrites existing Go import paths - Removes Stackman, since it's not needed anymore Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- 04 May, 2022 3 commits
-
-
Richard Guan authored
* refactor: replace calls to getNetwork() with getChainId util * requested changes
-
smartcontracts authored
Cleans up tests for all Library contracts using same techniques as previous PRs. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Removes the Helper_SimpleProxy contract by replacing code that relies on it. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- 03 May, 2022 1 commit
-
-
Murphy Law authored
* go/proxyd: Proxy requests as batched RPC We forward several RPC request objects to upstreams using the JSON-RPC batch functionality. This should be more efficient than serialized RPC request proxying the round-trip latency of the remaining request objects are eliminated. A new server config, `max_upstream_batch_size`, is introduced to limit the number of RPC request objects in a single batch request. This is to avoid overloading upstream as proxyd may accept a large number of request objects in a single request by having a large `max_body_size_bytes` config value. * remove flakes: no more SequencedResponseHandler Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- 02 May, 2022 13 commits
-
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
Murphy Law authored
The nightly testnet environment must override the Optimism contracts addresses on L1. Otherwise, it defaults to the prod contracts deployed on goerli which isn't compatible with the nightly setup.
-
Matthew Slipper authored
Develop -> Master
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
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
-