We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Forge
forge 0.2.0 (c5fd67b 2024-01-15T00:23:11.184513736Z)
forge inspect
Linux
💤 forge inspect src/Counter.sol:Counter abi --pretty Error: an error occurred when formatting an argument
Raises also on the very basic contract after forge init.
The text was updated successfully, but these errors were encountered:
thanks for flagging, smol bug, fixed in #6817
Sorry, something went wrong.
ok, as of forge 0.2.0 (03f5a95 2024-01-17T16:46:46.891738603Z)
forge 0.2.0 (03f5a95 2024-01-17T16:46:46.891738603Z)
it works now:
💤 forge inspect src/Counter.sol:Counter abi --pretty interface Counter { function increment() external; function number() external view returns (uint256); function setNumber(uint256 newNumber) external; }
Successfully merging a pull request may close this issue.
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (c5fd67b 2024-01-15T00:23:11.184513736Z)
What command(s) is the bug in?
forge inspect
Operating System
Linux
Describe the bug
Raises also on the very basic contract after forge init.
The text was updated successfully, but these errors were encountered: