bug(forge verify-bytecode) - range end index 18446744073709516997 out of range for slice of length 10855 #8555
Closed
2 tasks done
Labels
T-bug
Type: bug
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (6822860 2024-07-29T00:23:34.055980000Z)
What command(s) is the bug in?
forge verify-bytecode 0xba2492e52F45651B60B8B38d4Ea5E2390C64Ffb1 SystemConfig
Operating System
macOS (Apple Silicon)
Describe the bug
I was attempting to verify that this issue has been resolved: #7874 (comment) but when verifying, I ran into a new error. Please see the specific details below:
Steps to reproduce
When executing the last command in the steps to reproduce above, the application crashes with the following error:
Possible Cause
I know recently the way constructor args have been determine has changed: #8547
This particular contract doesn't have any constructor args so perhaps the new implementation only works for the happy path when a contract does have constructor args?
The text was updated successfully, but these errors were encountered: