poanetwork / poa-popa

DApp for proof of physical address (PoPA) attestation for validators of POA Network
https://popa.poa.network
GNU General Public License v3.0
24 stars 18 forks source link

(Refactor) Apply updates of ERC780 #133

Closed phahulin closed 6 years ago

phahulin commented 6 years ago

https://github.com/ethereum/EIPs/issues/780

Unfortunately, erc780 was updated recently and possibility to delete claim about self was removed, now only the issuer can remove a claim it made previously

    function removeClaim(address issuer, address subject, bytes32 key) public {
        require(msg.sender == issuer);

We should