• Matthew Slipper's avatar
    op-e2e: Adopt op-chain-ops (#3649) · f7a591cd
    Matthew Slipper authored
    * op-e2e: Start adopting op-chain-ops
    
    This PR starts the process of adopting op-chain-ops in op-e2e by porting over the `Secrets` struct we use in Hive. This lets us share wallet generation code among different projects.
    
    Adopting op-chain-ops in op-e2e improves the following:
    
    1. Transactions now route through the correct proxy contracts.
    2. There's no need to wait for a contract deployment since conracts exist in genesis.
    3. We can export the test helpers in op-e2e to enable us to run similar end-to-end tests in other applications like the indexer
    
    This is the first in a series of stacked PRs.
    
    * op-e2e: Migrate tests to op-chain-ops
    
    * Updates from code review
    
    * remove unnecessary method
    
    * Update op-e2e/setup.go
    Co-authored-by: default avatarJoshua Gutow <jgutow@optimism.io>
    
    * CR updates
    
    * Update op-e2e/e2eutils/secrets.go
    Co-authored-by: default avatarJoshua Gutow <jgutow@optimism.io>
    
    * Update op-e2e/e2eutils/secrets.go
    Co-authored-by: default avatarJoshua Gutow <jgutow@optimism.io>
    
    * try to fix test timeout
    
    * fix deadlock
    
    * fix similar case
    Co-authored-by: default avatarJoshua Gutow <jgutow@optimism.io>
    f7a591cd
Name
Last commit
Last update
.changeset Loading commit data...
.circleci Loading commit data...
.github Loading commit data...
.husky Loading commit data...
.vscode Loading commit data...
.yarn/releases Loading commit data...
batch-submitter Loading commit data...
bss-core Loading commit data...
endpoint-monitor Loading commit data...
gas-oracle Loading commit data...
indexer Loading commit data...
infra/op-replica Loading commit data...
integration-tests Loading commit data...
l2geth Loading commit data...
l2geth-exporter Loading commit data...
op-batcher Loading commit data...
op-bindings Loading commit data...
op-chain-ops Loading commit data...
op-e2e Loading commit data...
op-exporter Loading commit data...
op-node Loading commit data...
op-proposer Loading commit data...
op-service Loading commit data...
ops Loading commit data...
ops-bedrock Loading commit data...
packages Loading commit data...
patches Loading commit data...
proxyd Loading commit data...
specs Loading commit data...
technical-documents Loading commit data...
teleportr Loading commit data...
.dockerignore Loading commit data...
.editorconfig Loading commit data...
.eslintrc.js Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.markdownlint.json Loading commit data...
.nvmrc Loading commit data...
.prettierrc.js Loading commit data...
.semgrepignore Loading commit data...
.yarnrc Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
SECURITY.md Loading commit data...
cloudbuild.yaml Loading commit data...
codecov.yml Loading commit data...
go.work Loading commit data...
go.work.sum Loading commit data...
lerna.json Loading commit data...
package.json Loading commit data...
tsconfig.json Loading commit data...
yarn.lock Loading commit data...