This thread acts mainly as the discussions-to thread for EIP-831. Currently resurrecting it on the request of @3esmit and now this field is required by the EIP bot.
Also we should discuss the “eth” shortcut for the schema that is suggested.
The motivation is that mixing the payload with the prefix can be confusing, especially if “-” is accepted in the payload. For example, in EIP-4804, using the old format for “app-uniswap-org.eth” dweb will be
ethereum://web3-app-uniswap-org.eth/
Using the alternative request format, then the request is
ethereum-web3://app-uniswap-org.eth/
which is much clearer.
BTW: I also found Microsoft is using similar way to format their request (see attached image from iana website)
Thanks for chiming in. The disadvantage is that you then need to go through the IANA registration for every prefix. Also it makes the intent-filters on android suboptimal (all in manifest not in code). Lastly it is also breaking compatibility with already rolled out stuff. So not really thinking we should change it. But would also love to hear what others think.
Are you in Berlin on the 15th by any chance? We will discuss IANA registrations for URIs there very likely at the CASA gathering.
Thanks for the response. I understand there are a couple of concerns about the change such as IANA registration and backward compatibility. I am thinking if we could make some non-compatible changes such as adding an optional alternative prefix?
Thanks for the invitation. I am afraid that I am not able to be in Berlin on the 15th, but I am be definitively to join online if possible.
I think we should not add EIP-3770 support to 831. Even though it is still in review IMHO we should not change it to not break assumptions. Also I think it is out of scope for this EIP.
That said: there can be another EIP - inheriting from 831 (like EIP-5094) does having support
would really love to not make breaking changes to this EIP - I think this would do more damage than good. Maybe another EIP with these ideas in mind could be the better solution and then try to move over - but breaking this EIP is bad IMHO