platform-contracts
platform-contracts copied to clipboard
consider storing hashes not addresses in identity contract
in that case it is impossible to enumerate identities by just watching for events it will be also impossible to say who is Neufund platform user until this user makes a first transaction against one of our contracts. Still enumeration is possible by hashing all active addresses on Ethereum and running them against IdentityContract
so reconsider