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
The first fail is for this one https://github.com/tellor-io/migrator/blob/69a67a1fc94067134dda0d935e5942e1e300931e/contracts/Main.sol#L13
The CI fail https://github.com/tellor-io/migrator/runs/1979284937?check_suite_focus=true#step:9:26 how can this variable be a constant if the value is taken from the constructor?
The second fail is even more mysterious. https://github.com/tellor-io/migrator/runs/1979284937?check_suite_focus=true#step:9:17
Where do these functions need to be implemented?
The text was updated successfully, but these errors were encountered:
Hi @krasi-georgiev. Thanks for reporting this.
The first one is a false positive (we need to treat immutable as constant).
immutable
The second one looks like a bug on our side, we will investigate why it happens. In the meantime, you can add
//slither-disable-next-line DETECTOR_NAME
Before the finding to disable the report(s)
Sorry, something went wrong.
No branches or pull requests
The first fail is for this one
https://github.com/tellor-io/migrator/blob/69a67a1fc94067134dda0d935e5942e1e300931e/contracts/Main.sol#L13
The CI fail
https://github.com/tellor-io/migrator/runs/1979284937?check_suite_focus=true#step:9:26
how can this variable be a constant if the value is taken from the constructor?
The second fail is even more mysterious.
https://github.com/tellor-io/migrator/runs/1979284937?check_suite_focus=true#step:9:17
Where do these functions need to be implemented?
The text was updated successfully, but these errors were encountered: