contracts
contracts copied to clipboard
416 sc 138 implement immutability option for module deployments
Haven't reviewed it in detail yet, but do we not also need a way to retrieve the correct version from the new TransparentInverterProxy - so do we need to overwrite the version() function there as well? Otherwise we'll have the same issue as before with the version not being correct after an upgrade I believe?
@marvinkruse changed it accordingly