daostack / vanille

GNU General Public License v3.0
8 stars 2 forks source link

Can't modify SchemeRegistrar more than once #2

Closed dkent600 closed 6 years ago

dkent600 commented 6 years ago

If you modify SchemeRegister, and then try to modify it again, it always fails (on the third transaction). It seems only possible to modify SchemeRegister once.

Here is the failed transaction, on Kovan: https://kovan.etherscan.io/tx/0x42c3d11f6563c3090436167e080c2c1f482e7fc2d88318809d6d0a240c454bcb

dkent600 commented 6 years ago

In testrpc, after modifying SchemeRegistrar just once, the SchemeRegistrar contract becomes unusable -- nothing works.

dkent600 commented 6 years ago

Presumption is that this is an issue with Arc.

dkent600 commented 6 years ago

This is no longer reproducible. Somehow got fixed.