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
slither.exceptions.SlitherException: Function not found on IR: TMP_2759(None) = HIGH_LEVEL_CALL, dest:location_(StackTop), function:set, arguments:['orderHash_', 'REF_739'] .
Node: EXPRESSION location_.set(clearedOrder[OrderHash.wrap(orderHash_)]) (contracts/orderbook/OrderBook.sol#292)
Function: opOrderFundsCleared
Please try compiling with a recent Solidity version. 'TypeAliasTopLevel' object has no attribute 'type'
Error:
Function not found on IR: TMP_2759(None) = HIGH_LEVEL_CALL, dest:location_(StackTop), function:set, arguments:['orderHash_', 'REF_739'] .
Node: EXPRESSION location_.set(clearedOrder[OrderHash.wrap(orderHash_)]) (contracts/orderbook/OrderBook.sol#292)
Function: opOrderFundsCleared
Please try compiling with a recent Solidity version. 'TypeAliasTopLevel' object has no attribute 'type'
Please report an issue to https://github.com/crytic/slither/issues
Describe the issue:
slither doesn't like type aliases it seems
Code example to reproduce the issue:
can be seen here https://github.com/beehive-innovation/rain-protocol/runs/7396854793?check_suite_focus=true#step:4:272
Version:
0.8.3
Relevant log output:
No response
The text was updated successfully, but these errors were encountered: