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
0.4 is now used in newer Python versions, which we don't yet support fully
Testing vyper integration of /opt/hostedtoolcache/Python/3.12.7/x64/bin/crytic-compile
ERROR:CryticCompile:missing type annotation
(hint: did you mean something like `for i: uint256 in ...`?)
line 111:4
110 refund: uint256 = 0
---> 111 for i in range(MAX_BIDS):
-------------^
112 # Note that loop may break sooner than 128 iterations if i >= _numBids
ERROR:CryticCompile:Vyper compilation errored
vyper test failed
0 commit comments