raineorshine / solgraph

Visualize Solidity control flow for smart contract security analysis. :dollar: ⇆ :dollar:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not support "emit" keyword

vardhmanandroid2015 opened this issue · comments

It seems like new keyword "emit"added for event does not seem to be handled so require to accommodate this at code level along with all the new keywords added recently...e.g. assert, require & revert

Just think through it & found that changing solidity parser to latest version can help here rather using the specific one.....

Not to duplicate issues, it also does not support constructor keyword.

Also here:
image

Maybe the way to initialise structs is also out of date?
image

https://ethereum.stackexchange.com/questions/1511/how-to-initialize-a-struct

Fixed in v0.3.0