solidity-parser / parser

A Solidity parser for JS built on top of a robust ANTLR4 grammar
MIT License
157 stars 44 forks source link

Support gwei as a literal unit #37

Closed adhusson closed 3 years ago

adhusson commented 3 years ago

Currently, the parser only supports wei, szabo, finney, ether as well as time units. But while solc doesn't support szabo nor finney since 0.7.0, it supports gwei since 0.6.11.

fvictorio commented 3 years ago

Thank you @adhusson, I'll take care of this next week.

fvictorio commented 3 years ago

Fixed in v0.11.1.