Skip to content
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 wiki page #232

Merged
merged 27 commits into from
Apr 29, 2024
Merged

RLP wiki page #232

merged 27 commits into from
Apr 29, 2024

Conversation

thogiti
Copy link
Contributor

@thogiti thogiti commented Apr 29, 2024

Wiki PR Checklist

  • RLP wiki page is added

Copy link

Hi @thogiti,

Following typos were found in the pull request:

  • 📄 ./docs/wiki/dev/cs-resources.md:
    1. Hotz
    2. linearizer
    3. tinygrad

ℹ️ Here's how to fix them:

  • Fix typos: Open the relevant files and fix any identified typos.
  • Update wordlist: If a flagged word is actually a project-specific term add it to wordlist.txt in the project root.
    Each word should be listed on a separate line. Learn more.
  • 🚧 Remember:
    • When adding new words it MUST NOT have any spaces or special characters within or around it.
    • wordlist is NOT case sensitive.
    • Use backticks to quote code variables so as to not bloat the wordlist.

Copy link
Contributor

@taxmeifyoucan taxmeifyoucan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for another piece of content @thogiti! I think we can merge it fast, just minor comments

docs/wiki/EL/RLP.md Outdated Show resolved Hide resolved
docs/wiki/EL/RLP.md Outdated Show resolved Hide resolved
docs/wiki/EL/RLP.md Outdated Show resolved Hide resolved
docs/wiki/EL/RLP.md Show resolved Hide resolved
docs/wiki/EL/RLP.md Show resolved Hide resolved
@thogiti
Copy link
Contributor Author

thogiti commented Apr 29, 2024

@taxmeifyoucan Updated for the changes. Thx.

Copy link
Contributor Author

@thogiti thogiti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@taxmeifyoucan taxmeifyoucan merged commit 6791d00 into main Apr 29, 2024
2 checks passed
- **Condition**: If the input is a single byte string.
- **Encoding**: The byte is encoded directly, unchanged.
- **Example**: Encoding the byte `0x74` directly yields `0x74`.
-
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
-

Extra bullet.

- **Example**: Encoding the byte `0x2a` directly yields `0x2a`.

**Single Byte String Encoding**
- **Condition**: If the input is a single byte string.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The case above covers this single byte encoding correctly. I think this section can be removed.

  • Condition: If the input is a single byte string.
  • Encoding: The byte is encoded directly, unchanged.

This is incorrect. For the single byte 0x80 the encoding will not be the same. Rather 0x8180 . The section above bounds the input byte correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants