alastria / alastriaID-truffle-contracts

Alastria ID truffle Smart Contracts
MIT License
2 stars 5 forks source link

The event "IdentityCreated" is never used #32

Open VictorNS69 opened 3 years ago

VictorNS69 commented 3 years ago

The IdentityManager Contract never uses the event IdentityCreated.

It should be used in this function: https://github.com/alastria/alastriaID-truffle-contracts/blob/79cf65d4caa3aed65fc3c273019b4383bff1f877/contracts/identityManager/AlastriaIdentityManager.sol#L70-L74

nefera606 commented 3 years ago

I can't remember but I think that the event was removed due to GDPR issues

VictorNS69 commented 3 years ago

Oh, I didn't know that. I'm going to ask to see if that's the case or not.

Thanks!