Open smartcontracts opened 2 months ago
We have the L1BlockNumber
contract for backwards compatibility. The only reason for the deployer allowlist at this point is to prevent that address from being used again. We could drop it from genesis generation
The only reason for the deployer allowlist at this point is to prevent that address from being used again
We should have some way of ensuring this.
Perhaps a contract Deprecated
with a reverting fallback?
I like contract Deprecated
We have some very old legacy contracts like the
DeployerWhitelist
sitting around. We don't currently have a clear policy on what to do with these contracts. Let's figure it out.