-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
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
Improve categorization of smart-contracts' methods #4641
Conversation
fc56523
to
aa6a799
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nikitosing I suppose, differentiating read-only methods with modifiers as methods that have no input parameters and have output parameters is wrong. At least, because, read-only method with modifiers can accept input parameters as well. In that case, it is hard or impossible to differentiate the read-only method with modifier and wite method. Let's discuss this internally.
1ac5d32
to
a8cb3f5
Compare
7802127
to
6e54bdd
Compare
6e54bdd
to
8274e5d
Compare
…-read-methods Improve categorization of smart-contracts' methods
Close #4557
Changelog
Bug fixes:
Enhancements
stateMutability=nonpayable
methods with at least one output the Read Contract pagestateMutability=nonpayable
methods with at least one outputfrom
to theeth_call
for aforementioned methodsChecklist for your Pull Request (PR)
CHANGELOG.md
with this PRmaster
in the Version column. Changes will be reflected in this table: https://docs.blockscout.com/for-developers/information-and-settings/env-variables.