TrueBitFoundation / truebit-os

[DEPRECATED] Interactive client
Apache License 2.0
82 stars 26 forks source link

Add malicious solver (verification game test) #91

Open hswick opened 5 years ago

hswick commented 5 years ago

I was able to mess up the scrypt-interactive client during the verification game by randomly submitting wrong/correct responses which would make the verifier fail by changing the order of steps being queried.

I don't think we have this problem, however it would be nice to have this scenario as a test.

teutsch commented 5 years ago

Interesting; good idea. The bug is that the scrypt-interactive doesn't always perform a binary search?

hswick commented 5 years ago

Yeah, basically.