- 11 Apr, 2022 3 commits
-
-
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 18 commits
-
-
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
-
- 05 Apr, 2022 15 commits
-
-
smartcontracts authored
First commit in a series of commits to clean up the contract tests. Made a deploy helper function to remove some ugly nested awaits. Also generally starting to remove unnecessary Factory objects. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
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
changesets: delete old batch submitter
-
Mark Tyneway authored
-
Mark Tyneway authored
Develop -> Master PR
-
Murphy Law authored
* Revert "l2geth: Publish transactions to external msg queue" This reverts commits: * 9f05c877^..f8348862 * 3e016ae8^..36991e68 * add changeet Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Mark Tyneway authored
* go-builder: bump versions Use `golang:1.18.0-alpine3.15` and `golangci-lint@1.45.2`. This will allow linting of code that uses generics * ci: add go-builder + js-builder to ci publish Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Mark Tyneway authored
This should speed up builds as more common base images are built and also opens up the possibility of using generics in the code. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Mark Tyneway authored
The tests include: - `TestBoundedForkedSync62` - `TestBoundedForkedSync63Full` - `TestBoundedForkedSync63Fast` - `TestBoundedForkedSync64Full` - `TestBoundedForkedSync64Fast` - `TestBoundedForkedSync64Light` None of these tests cover code that we use in production. These tests were flaky upstream and eventually fixed. No major changes to this codebase are planned before deprecating it. Co-authored-by:
Matthew Slipper <me@matthewslipper.com>
-
Matthew Slipper authored
ci: Fix bad condition
-
Matthew Slipper authored
Not sure why Mergify didn't pick this up in CI.
-
Matthew Slipper authored
- Requires all threads to be resolved - Adds/removes a `conflict` label when there are merge conflicts/when they are cleared. - Adds a comment and removes the `on-merge-train` label when a queued merge fails. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- 04 Apr, 2022 1 commit
-
-
Matthew Slipper authored
Teleportr was getting released on GitHub, but not pushed to Docker Hub. The indexer's canary builds were pushing `batch-submitter-service` images, which was incorrect. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-