Skip to content

Sc/use deployutils in tests#12656

Merged
smartcontracts merged 9 commits intodevelopfrom
sc/use-deployutils-in-tests
Oct 26, 2024
Merged

Sc/use deployutils in tests#12656
smartcontracts merged 9 commits intodevelopfrom
sc/use-deployutils-in-tests

Conversation

@AmadiMichael
Copy link
Copy Markdown
Contributor

Fixes #12639

Note: WETH98.t.sol - new WETH98 can only be implemented after #12648 is merged. The latter PR is where pseudo-constructors are added for IWETH{98}

@semgrep-app
Copy link
Copy Markdown
Contributor

semgrep-app bot commented Oct 26, 2024

Semgrep found 1 golang_fmt_errorf_no_params finding:

  • packages/contracts-bedrock/scripts/checks/semver-natspec/main.go

No fmt.Errorf invocations without fmt arguments allowed

Ignore this finding from golang_fmt_errorf_no_params.

@smartcontracts smartcontracts added this pull request to the merge queue Oct 26, 2024
Merged via the queue into develop with commit 7873831 Oct 26, 2024
@smartcontracts smartcontracts deleted the sc/use-deployutils-in-tests branch October 26, 2024 05:40
samlaf pushed a commit to samlaf/optimism that referenced this pull request Nov 10, 2024
* use deploy utils over new* in tests

* replace new * with use of deployUtils

* fix failing test

* use deployutils for weth98 test file

* fix semgrep

* fixes

* fixes

* fixes...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

EVM Engineering: replace new ProxyAdmin and new Proxy in tests with DeployUtils

2 participants