• Mark Tyneway's avatar
    contracts-bedrock: flake fix attempt (#9082) · 78a5c4f8
    Mark Tyneway authored
    * contracts-bedrock: flake fix attempt
    
    Progress towards fixing flakes in CI. Using `etch` to set contracts in
    state instead of deploying will help to fix the nonce mismatches between
    the L1 contract addresses and the L2 genesis that contains L1 contract
    addresses.
    
    Developers will need to run `forge clean` to remove artifacts for the
    tests to pass after this commit is merged. It enforces a single version
    of `FFIInterface` to be compiled instead of it being compiled with
    multiple compiler versions. The `vm.getCode` family of cheats fail when
    there are multiple compiled versions of the same contract because the
    artfact has the compiler version appended to the name of the artifact.
    
    This will also help to improve compiler time since the compiled
    contracts do not need to include the compiled bytecode of the deploy and
    ffiinterface contracts, the code is loaded dynamically instead of being
    deployed with `CREATE`.
    
    * contracts-bedrock: more cleanup
    
    Deletes a dead file that is no longer needed and sets the deploy config
    in state using `etch`. `DeployL2` is not used, we should be using the
    `superchain-ops` repo for deploying new L2 contracts or deploy them
    through L1. Since `DeployL2` used code using solc `0.8.19` (EAS) it
    caused multiple versions of the `DeployConfig` to be compiled which
    causes headaches when using `vm.getCode`.
    
    * contracts-bedrock: update gas snapshot
    
    * contracts-bedrock: more cleanup
    
    * contracts-bedrock: gas-snapshot
    
    * lint: fix
    78a5c4f8
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...
bedrock-devnet Loading commit data...
cannon Loading commit data...
docs Loading commit data...
endpoint-monitor Loading commit data...
indexer Loading commit data...
op-batcher Loading commit data...
op-bindings Loading commit data...
op-bindings-e2e Loading commit data...
op-bootnode Loading commit data...
op-chain-ops Loading commit data...
op-challenger Loading commit data...
op-conductor Loading commit data...
op-e2e Loading commit data...
op-heartbeat Loading commit data...
op-node Loading commit data...
op-preimage Loading commit data...
op-program Loading commit data...
op-proposer Loading commit data...
op-service Loading commit data...
op-ufm Loading commit data...
op-wheel Loading commit data...
ops Loading commit data...
ops-bedrock Loading commit data...
packages Loading commit data...
proxyd Loading commit data...
specs Loading commit data...
ufm-test-services Loading commit data...
.coderabbit.yml Loading commit data...
.dockerignore Loading commit data...
.editorconfig Loading commit data...
.envrc.example 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...
.npmrc Loading commit data...
.nvmrc Loading commit data...
.pnpmfile.cjs Loading commit data...
.prettierrc.js Loading commit data...
.semgrepignore Loading commit data...
.shellcheckrc Loading commit data...
.snyk Loading commit data...
CITATION.cff 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...
docker-bake.hcl Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...
nx.json Loading commit data...
package.json Loading commit data...
pnpm-lock.yaml Loading commit data...
pnpm-workspace.yaml Loading commit data...
tsconfig.json Loading commit data...
versions.json Loading commit data...