Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(forge create): set skip_is_verified_check: true #9222

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

grandizzy
Copy link
Collaborator

@grandizzy grandizzy commented Oct 29, 2024

Motivation

Closes #9219

Solution

I am not sure if any good reason to create forge_verify::VerifyArgs with skip_is_verified_check: false for forge create

skip_is_verified_check: false,

when in get_verify_args fn they are set to true
skip_is_verified_check: true,

changing this for consistency and to solve the issue where forge create always prints "is already verified. Skipping verification." without performing verification. @klkvr @yash-atreya can you please chime in?

@grandizzy grandizzy marked this pull request as ready for review October 29, 2024 06:39
@grandizzy grandizzy changed the title fix(verify): set skip_is_verified_check: true for deploy (similar to broadcast) fix(forge create): set skip_is_verified_check: true for deploy (similar to broadcast) Oct 29, 2024
@grandizzy grandizzy changed the title fix(forge create): set skip_is_verified_check: true for deploy (similar to broadcast) fix(forge create): set skip_is_verified_check: true Oct 29, 2024
@mattsse mattsse merged commit dd443c6 into foundry-rs:master Oct 29, 2024
21 checks passed
rplusq pushed a commit to rplusq/foundry that referenced this pull request Nov 29, 2024
fix(verify): set skip_is_verified_check: true for deploy (similar to broadcast)
@grandizzy grandizzy added T-bug Type: bug C-forge Command: forge labels Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-forge Command: forge T-bug Type: bug
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

forge create --verify "already verified"
3 participants