- 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
-
- 13 Apr, 2022 2 commits
-
-
Ben Wilson authored
* Added exteranl mainnet 0.5.17 replica * Update replicas to use new healthcheck script Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Dipto Chakrabarty authored
* update fakecontract creation using smock * fix lint errors * fix linters issues Co-authored-by:
Maurelian <maurelian@protonmail.ch> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- 12 Apr, 2022 7 commits
-
-
Matthew Slipper authored
Now that we've deployed a new nightly cluster, we don't need these Circle configs anymore. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
Javed Khan authored
* fix (indexer): update l2 bridge addresses * Create swift-impalas-sip.md Co-authored-by:
Mark Tyneway <mark.tyneway@gmail.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Conner Fromknecht authored
* feat: improve pruning logging * feat: split out else if into own conditional This is equivalent since the if branch continues. * feat: only contrain minimum tx size on first pass * feat: ignore minimum tx contraint when observing large elements * Create chilled-penguins-kneel.md Co-authored-by:
Mark Tyneway <mark.tyneway@gmail.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Matthew Slipper authored
Mergify will now add a comment asking if you forgot a changeset if you change TS, Go, or JS code without adding one. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- 11 Apr, 2022 4 commits
-
-
Murphy Law authored
* proxyd: Request-scoped context for fast batch RPC short-circuits * add batch RPC short-circuit metric Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Mark Grothe authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
smartcontracts authored
Uses the default configuration for the hardhat network, including the accounts. We no longer need to use custom accounts (to be honest, I don't remember why we ever needed that in the first place). Making this change also fixes the problem where deployment to the hardhat network would fail because the hardhat accounts did not have a balance. Fixes #2419 Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Murphy Law authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- 09 Apr, 2022 1 commit
-
-
Ben Wilson authored
-
- 08 Apr, 2022 1 commit
-
-
Matthew Slipper authored
-
- 07 Apr, 2022 1 commit
-
-
Murphy Law authored
-
- 06 Apr, 2022 5 commits
-
-
Mark Tyneway authored
Develop -> Master Release PR
-
Mark Tyneway authored
Version Packages
-
github-actions[bot] authored
-
Mark Tyneway authored
Develop -> Master PR
-
Mark Tyneway authored
ci: trigger releases
-