From 0e0bf24830a032b66462749d0384702dc56ee283 Mon Sep 17 00:00:00 2001 From: DB Hurley Date: Tue, 28 Aug 2018 08:57:47 -0400 Subject: [PATCH] Automatically merged updates to draft EIP(s) 725 Hi, I'm a bot! This change was automatically merged because: - It only modifies existing Draft or Last Call EIP(s) - The PR was approved or written by at least one author of each modified EIP - The build is passing --- EIPS/eip-725.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EIPS/eip-725.md b/EIPS/eip-725.md index 4744f8fd..c6aa3d28 100644 --- a/EIPS/eip-725.md +++ b/EIPS/eip-725.md @@ -241,13 +241,13 @@ MUST be triggered when `approve` was called and the claim was successfully added ## Rationale -This specification was chosen to allow most flexibility and experimention around identity. By having each identity in a separate contract it allows for cross idenity compatibility, but at the same time extra and altered functionality for new use cases. +This specification was chosen to allow most flexibility and experimention around identity. By having each identity in a separate contract it allows for cross identity compatibility, but at the same time extra and altered functionality for new use cases. The main critic of this standard is the verification where each identity that issues a claim, also should have a separate CLAIM signing key attached. While [#ERC780](https://github.com/ethereum/EIPs/issues/780) uses a standardised registry to assign claims to addresses. Both systems could work in conjunction and should be explored. While also off-chain claims using DID verifiable claims and merkle tries can be added as claims and should be explored. -The rationale of this standard is to function as an open and veryf flexible container for idenity. +The rationale of this standard is to function as an open and very flexible container for identity. ## Implementation @@ -299,4 +299,4 @@ contract ERC725 { - [Sovrin Foundation Self Sovereign Identity](https://sovrin.org/wp-content/uploads/2017/06/The-Inevitable-Rise-of-Self-Sovereign-Identity.pdf) ## Copyright -Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/). \ No newline at end of file +Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).