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 (dbc48ea 2024-04-03T00:17:03.697365187Z)
forge build
Linux
forge build --sizes lists values for size and margin in kB. It is unclear whether 1000x or 1024x
forge build --sizes
It would be more clear if listed in Bytes right aligned as the sizes are up to 5 digits anyway.
To become :
Compiler run successful! | Contract | Size (B) | Margin (B) | |--------------------------------|-----------|-------------| | Address | 86 | 24 490 | | SomeHugeContract | 17 906 | 6 670 |
The text was updated successfully, but these errors were encountered:
Wow, that was a quick response. You guys are awesome.
Yet I proposed to right aligned the values (for easy comparison).
Sorry, something went wrong.
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 (dbc48ea 2024-04-03T00:17:03.697365187Z)
What command(s) is the bug in?
forge build
Operating System
Linux
Describe the bug
forge build --sizes
lists values for size and margin in kB. It is unclear whether 1000x or 1024xIt would be more clear if listed in Bytes right aligned as the sizes are up to 5 digits anyway.
To become :
The text was updated successfully, but these errors were encountered: