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
PropertiesConstants.INITIAL_BALANCE
The PropertiesConstants contracts contain some hardcoded parameters that are related to Echidna's default setup, such as USER1, USER2, and USER3.
PropertiesConstants
USER1
USER2
USER3
The issue is that it also contains INITIAL_BALANCE, which has nothing to do with balanceAddr or balanceContract. This can be confusing to users.
INITIAL_BALANCE
balanceAddr
balanceContract
Maybe it is better to migrate this value to another contract and create the related BALANCE_ADDR or BALANCE_CONTRACT variables.
BALANCE_ADDR
BALANCE_CONTRACT
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the issue:
The
PropertiesConstants
contracts contain some hardcoded parameters that are related to Echidna's default setup, such asUSER1
,USER2
, andUSER3
.The issue is that it also contains
INITIAL_BALANCE
, which has nothing to do withbalanceAddr
orbalanceContract
. This can be confusing to users.Maybe it is better to migrate this value to another contract and create the related
BALANCE_ADDR
orBALANCE_CONTRACT
variables.Steps to reproduce the issue:
N/A
If additional code is needed for reproducing, please copy it here, or drop us a link to the repository:
N/A
Echidna version:
N/A
Additional information:
The text was updated successfully, but these errors were encountered: