antifob / oin17

0 stars 0 forks source link

detect invalid submission #4

Open antifob opened 7 years ago

antifob commented 7 years ago

After a submission, the server should respond with a new challenge.

Setup a timer that watches for new challenges after a submission. If we do not receive one in time, increment an invldsub counter so that we don't get put on the blacklist.

The real submission would be to poll the transactions list and see if we're there.