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
{{ message }}
This repository has been archived by the owner on Apr 18, 2021. It is now read-only.
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:
Current behavior
When there are some functions with anonymous parameter especially in interface, vvisp cannot parse that interface.
interface BridgeInterface {
function makerToCompound(uint, uint, uint) external returns (uint);
function compoundToMaker(uint, uint, uint) external;
function refillFunds(uint) external;
}
If the above interface is in the solidity file, vvisp parses it as follows:
I'm submitting a...
Current behavior
When there are some functions with anonymous parameter especially in interface, vvisp cannot parse that interface.
If the above interface is in the solidity file, vvisp parses it as follows:
Expected behavior
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Environment
The text was updated successfully, but these errors were encountered: