You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the upcoming versions of solidity, the keyword constant will stop being used and will be replaced by pure and view. Are there plans for integrating that in the tool? (just stumbled on this today, it is great btw)
The text was updated successfully, but these errors were encountered:
This will largely depend on the solidity compiler handles it. It should just work out of the box as long as there aren't any breaking changes, but if the output if there are, it's likely that doxity will need an update. Either way, I plan to continue maintaining doxity and will publish a fix if required.
With the upcoming versions of solidity, the keyword
constant
will stop being used and will be replaced bypure
andview
. Are there plans for integrating that in the tool? (just stumbled on this today, it is great btw)The text was updated successfully, but these errors were encountered: