Open gakonst opened 7 years ago
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.
Thanks for the heads up.
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)