dapphub / ds-proxy

a proxy object that can compose transactions on owner's behalf
https://dapp.tools/dappsys/ds-proxy.html
GNU General Public License v3.0
311 stars 76 forks source link

Transferring ownership with setOwner doesn't update registry #28

Closed jmlag closed 3 years ago

jmlag commented 3 years ago

Is this intentional?

gbalabasquer commented 3 years ago

ProxyRegistry is a wrapper contract for DSProxyFactory which adds some extra logic. It doesn't belong to the dapphub set of contracts. DSProxy knows nothing about the registry, that is why it can't update the registry. It is not a bug.

PaulRBerg commented 3 years ago

I think that this could be closed now.