From afabcb5f4630292094159aa628226e2b39e4b328 Mon Sep 17 00:00:00 2001 From: ligi Date: Thu, 25 Jan 2018 14:21:27 +0100 Subject: [PATCH] Add references --- EIPS/eip-831.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/EIPS/eip-831.md b/EIPS/eip-831.md index cd6b147b..4196a550 100644 --- a/EIPS/eip-831.md +++ b/EIPS/eip-831.md @@ -37,6 +37,10 @@ Ethereum URLs contain "ethereum" in their schema (protocol) part and are constru The need for this ERC emerged when refining ERC-681. We need a container that does not carry the weight of the use-cases. ERC-67 was the first attempt on defining Ethereum-URLs. This ERC tries to keep backward compatibility and not break existing things. This means ERC-67 URLs should still be valid and readable. Only if the prefix feature is used, ERC-67 parsers might break. No way was seen to avoid this and innovate on the same time. This is also the reason this open prefix approach was chosen to being able to adopt to future use-cases and not block the whole "ethereum:" scheme for a limited set of use-cases that existed at the time of writing this. +## References + +1. ERC-67, https://github.com/ethereum/EIPs/issues/67 +2. ERC-681, https://github.com/ethereum/EIPs/pull/681 ## Copyright