The EIP-712 standard, the type hash should be defined as keccak256("rankCandidates(address[])") in a struct. instead of keccak256("rankCandidates(uint256[])"). This will ensure that the signature is correctly validated.
This will cause the signature to be incorrectly validated. RankedChoice.sol::rankCandidatesBySig will not work as intented. Voters can not vote without paying gas fees which is one of the main features of the protocol.
Consider changing the type hash to keccak256("rankCandidates(address[])") in a the struct.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.