iden3 / contracts

IDEN3 smartcontracts
https://www.iden3.io
GNU General Public License v3.0
87 stars 24 forks source link

Fixx deployment when proxy final implementation has failed #288

Closed daveroga closed 1 month ago

daveroga commented 1 month ago

There is an edge case where a contract with CREATE2 strategy that has TransparentUpgradeableProxy has deployed initial implementation and fails in upgrade final implementation. Then to continue from this step we have to check that the implementation of the TransparentUpgradeableProxy has VERSION() if it's the final implementation. In other case continue with upgrade the proxy.

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 11349809329

Details


Totals Coverage Status
Change from base Build 11346711679: 0.0%
Covered Lines: 899
Relevant Lines: 995

💛 - Coveralls