Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 failed
- Loading branch information