Commit d8a294a
committed
tests: vyper: fix compilation failure
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 failed1 parent de7ae2c commit d8a294a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments