-
Notifications
You must be signed in to change notification settings - Fork 778
Add ERC: Encode chain id with transaction hash #1036
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The automatic file name check keeps failing, but I don't understand why. My file is not named like the error claims and the format should be ok (the name is "erc-encode-idhash.md"). |
|
||
An example for a transaction with hash `0xc55e2b90168af6972193c1f86fa4d7d7b31a29c156665d15b9cd48618b5177ef` that was issued on chain ID `1` is: `1:0xc55e2b90168af6972193c1f86fa4d7d7b31a29c156665d15b9cd48618b5177ef:tx`. | ||
|
||
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 and RFC 8174. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can take this out
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mean the second part about MUST etc? I don't think I should remove the example.
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
It was suggested to switch this to the EIP side. Added a new PR here. will close this once that PR gets processed. |
The commit 669d585 (as a parent of a60c144) contains errors. |
Replaced by ethereum/EIPs#9804 |
Suggestion for a new standard.
This standard proposes a way to encode the combination of a chain ID and a transaction hash into one string.
P.S. Resubmitting as a new PR (old closed PR at #1035) to try if the automatic file check passes this time.