OpenZeppelin / openzeppelin-labs

A space for the community to interact and exchange ideas on the OpenZeppelin platform. Do not use in production!
https://openzeppelin.com/
MIT License
376 stars 116 forks source link

Review out-of-gas errors in calls to proxies #101

Closed spalladino closed 6 years ago

spalladino commented 6 years ago

Given that proxies encapsulate the call to the backing implementation and revert if it fails, review how out-of-gas and throws (ie all non-revert errors) are bubbled up to the client.

facuspagnuolo commented 6 years ago

Closing in favour of https://github.com/zeppelinos/zos-lib/issues/51