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

bug(forge create): fails to resolve file during --verify #8844

Open
2 tasks done
entin-hun opened this issue Sep 11, 2024 · 0 comments
Open
2 tasks done

bug(forge create): fails to resolve file during --verify #8844

entin-hun opened this issue Sep 11, 2024 · 0 comments
Labels
A-compiler Area: compiler Cmd-forge-verify Command: forge verify-contract/check T-bug Type: bug T-to-investigate Type: to investigate
Milestone

Comments

@entin-hun
Copy link

Component

Forge

Have you ensured that all of these are up to date?

  • Foundry
  • Foundryup

What version of Foundry are you on?

No response

What command(s) is the bug in?

No response

Operating System

Linux

Describe the bug

Hi,
when forge create --verify runs, it returns:

cannot resolve file at
"/root/opt/contract_deploy_foundry/lib/flattened/ExFlattened.sol"

Then, I separated create and verify, and turned out that it's successfully deployed, but then at verification step, the ABI path semms to be unreachable. If I open that path, the correct content is there..
bug

@entin-hun entin-hun added T-bug Type: bug T-needs-triage Type: this issue needs to be labelled labels Sep 11, 2024
@zerosnacks zerosnacks added Cmd-forge-verify Command: forge verify-contract/check and removed T-needs-triage Type: this issue needs to be labelled labels Sep 11, 2024
@zerosnacks zerosnacks changed the title cannot resolve file during -verify bug(forge create): fails to resolve file during --verify Sep 11, 2024
@zerosnacks zerosnacks added A-compiler Area: compiler T-to-investigate Type: to investigate labels Sep 11, 2024
@zerosnacks zerosnacks added this to the v1.0.0 milestone Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-compiler Area: compiler Cmd-forge-verify Command: forge verify-contract/check T-bug Type: bug T-to-investigate Type: to investigate
Projects
None yet
Development

No branches or pull requests

2 participants