Consensys / surya

A set of utilities for exploring Solidity contracts
Apache License 2.0
1.06k stars 118 forks source link

Need to integrate latest syntax for error declaration. #169

Closed dhruvmalik007 closed 1 year ago

dhruvmalik007 commented 2 years ago

Issue

the addition of the latest syntax in solidity 0.8.13 for the error reverts is not supported in surya.

GNSPS commented 1 year ago

We have a floating pragma on the solidity parser, so when something like this is happening to you, it'll mostly be a question of uninstalling and installing the package again.

i.e., npm uninstall surya && npm install surya