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: add support for optional struct fields #22832

Merged
merged 9 commits into from
May 7, 2021
Merged

Commits on May 6, 2021

  1. rlp: WIP optional fields

    fjl committed May 6, 2021
    Configuration menu
    Copy the full SHA
    43ccee7 View commit details
    Browse the repository at this point in the history
  2. rlp: tweak documentation

    fjl committed May 6, 2021
    Configuration menu
    Copy the full SHA
    8b2a174 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a003957 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    b3e2673 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    695e2a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    491aea1 View commit details
    Browse the repository at this point in the history
  4. rlp: fix struct tag validation of "optional"

    Also reorganizes tags struct to avoid padding.
    fjl committed May 7, 2021
    Configuration menu
    Copy the full SHA
    4bc8050 View commit details
    Browse the repository at this point in the history
  5. rlp: remove line

    fjl committed May 7, 2021
    Configuration menu
    Copy the full SHA
    f391fbc View commit details
    Browse the repository at this point in the history
  6. rlp: fix comment

    fjl committed May 7, 2021
    Configuration menu
    Copy the full SHA
    a9899a2 View commit details
    Browse the repository at this point in the history