- 15 Apr, 2022 1 commit
-
-
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 19 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
-
Mark Tyneway authored
both builders
-
Mark Tyneway authored
-
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: Fix the labeler
-
mergify[bot] authored
-
Mark Tyneway authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Mark Tyneway authored
-
Matthew Slipper authored
The labeler wasn't applying `C-Protocol-Critical` labels correctly. I misinterpreted how the `any` rule was supposed to work.
-
Will Cory authored
* Fix a bunch of nits chain id enum nit more utils nits fix the rest of the nits fix comment being moved remove comment that is no longer needed * add comment to isL2Provider so jsdocs works and change comment * yarn changeset Co-authored-by:
Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Mark Tyneway authored
Create a simple script that can set the config for the `OVM_GasPriceOracle` using `cast`. Using the `hardhat` task requires 4gb+ of memory when running. Also remove the `set-l2-gasprice` hardhat task that does the same functionality Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Matthew Slipper authored
-