iden3/contracts

Use transparent proxies ala zos

Closed this issue · 0 comments

Openzeppelin proposes a way to make proxies transparent by forwarding or not the messages by their sender in the internal proxy calls.

This fits very well with the current recovery address method used.

https://blog.zeppelinos.org/the-transparent-proxy-pattern/