-
Notifications
You must be signed in to change notification settings - Fork 89
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
RLP encoding steps missing (Section 2.1.3) #5
Comments
Sorry for the delay, here is my take on step 2. below, do let me know what you think I can finish up the rest in a similar format
|
Partially fixed in 8851fbc. (Still need to add the rules) |
Yep, makes sense |
May I know the reason why?
…On Wed, Apr 4, 2018 at 3:47 AM, Micah Dameron ***@***.***> wrote:
@deepakraous <https://github.com/deepakraous> I'm trying to put together
some analogues from other forms of encoding, like UTF-8 or ASCII to make
some comparisons. Do you think that would be possible or profitable?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADUP8A3LF_kNQ_k2khQkf1Mak3N0iL0Gks5tlKStgaJpZM4SgTSM>
.
|
Repository owner
deleted a comment from
synchrovision
Feb 6, 2024
Repository owner
deleted a comment from
toykam
Feb 23, 2024
Repository owner
deleted a comment from
duskagain
Feb 23, 2024
Repository owner
deleted a comment from
akashakki
Mar 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you so much for this awesome work. This will greatly help me understand the yellow. I appreciate the time and effort that has been put into this document.
Related issue:
Page: 2 - Under 2.1.3. Recursive Length Prefixes. There is only step 1 in the document
"1. If the RLP-serialized byte-array contains a single byte integer value less than 128,
then the output is exactly equal to the input"
need to add the rest of the encoding logic as defined in the white paper
https://github.com/ethereum/wiki/wiki/RLP
for e.g:
2. "if the RLP-serialized byte-array contains a string... "
Many Thanks
The text was updated successfully, but these errors were encountered: