livepeer / protocol

Livepeer protocol
MIT License
152 stars 45 forks source link

Add revert reasons to all contracts #313

Closed yondonfu closed 5 years ago

yondonfu commented 5 years ago

We should make sure that the require statements in all contracts include revert reasons. Doing so will allow upgraded contracts to start returning revert reasons which could be helpful for debugging failed transactions.

kyriediculous commented 5 years ago

Fixed by #335