You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HoneyBadger tests currently contain an oddly specific "faulty shares" test: Should that be moved to ThresholdDecrypt tests instead? (See #400.)
Apart from that, we need to ensure that the RandomAdversary doesn't almost exclusively send completely nonsensical messages (e.g. with huge epoch numbers), but uses random distributions that are more likely to uncover bugs.
Let's also evaluate whether additional message ordering strategies would make sense (FIFO, LIFO, different "node speed" distributions)—always with the restriction that all messages must eventually be delivered, of course.
The text was updated successfully, but these errors were encountered:
Hi @afck and @igorbarinov ! Is this issue still open for someone to work on? If yes, I would love to work on this.
I tried to read through the codebase to look for a solution to solve the second issue regarding RandomAdversary since it looks easier to tackle. If I'm not wrong we need to start at this point:
The
HoneyBadger
tests currently contain an oddly specific "faulty shares" test: Should that be moved toThresholdDecrypt
tests instead? (See #400.)Apart from that, we need to ensure that the
RandomAdversary
doesn't almost exclusively send completely nonsensical messages (e.g. with huge epoch numbers), but uses random distributions that are more likely to uncover bugs.Let's also evaluate whether additional message ordering strategies would make sense (FIFO, LIFO, different "node speed" distributions)—always with the restriction that all messages must eventually be delivered, of course.
The text was updated successfully, but these errors were encountered: