Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

report: split methods into accessors and mutators in overview #410

Open
d-xo opened this issue Apr 22, 2020 · 0 comments
Open

report: split methods into accessors and mutators in overview #410

d-xo opened this issue Apr 22, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@d-xo
Copy link
Contributor

d-xo commented Apr 22, 2020

When auditing a contract it is useful to have a full overview of all methods that can be used to mutate state. The method list overview in the report currently mixes accessors and mutators, making it a little harder than it needs to be to get this information.

It would be nice if there would be some split or visual differentiation between methods that mutate and those that don't. This information could be extracted from the specs, as methods that mutate have their <static> cell set to false.

@d-xo d-xo added enhancement New feature or request good first issue Good for newcomers labels Apr 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant