shutter-network / shutter

Prevent frontrunning and malicious MEV on Ethereum by using a threshold cryptography-based distributed key generation (DKG) protocol.
https://twitter.com/project_shutter
MIT License
62 stars 15 forks source link

single non-decryptable transaction #94

Closed ghost closed 3 years ago

ghost commented 3 years ago

A batch with a single non-decryptable transaction cannot be executed. We end up with zero transactions and a non-zero cipher hash here:

https://github.com/brainbot-com/shutter/blob/f2c6154d041973564812b29c4a3a881c98ab4651/contracts/contracts/ExecutorContract.sol#L133-L138