-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
op-chain-ops: delete check-l2 (#8942)
As of #8933 and #8911 all of `check-l2` tests exist in solidity and are better. There is no real reason to keep `check-l2` around because it just adds additional headache.
- Loading branch information
Showing
5 changed files
with
5 additions
and
1,003 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,3 @@ | ||
# op-chain-ops | ||
|
||
This package contains utilities for working with chain state. | ||
|
||
## check-l2 | ||
|
||
The `check-l2` binary is used for verifying that an OP Stack L2 | ||
has been configured correctly. It iterates over all 2048 predeployed | ||
proxies to make sure they are configured correctly with the correct | ||
proxy admin address. After that, it checks that all [predeploys](../op-bindings/predeploys/addresses.go) | ||
are configured and aliased correctly. Additional contract-specific | ||
checks ensure configuration like ownership, version, and storage | ||
is set correctly for the predeploys. | ||
|
||
#### Usage | ||
|
||
It can be built and run using the [Makefile](./Makefile) `check-l2` target. | ||
Run `make check-l2` to create a binary in [./bin/check-l2](./bin/check-l2) | ||
that can be executed by providing the `--l1-rpc-url` and `--l2-rpc-url` flags. | ||
|
||
```sh | ||
./bin/check-l2 \ | ||
--l2-rpc-url http://localhost:9545 \ | ||
--l1-rpc-url http://localhost:8545 | ||
``` |
Oops, something went wrong.