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) #3977

Merged
merged 1 commit into from
Apr 26, 2022
Merged

Commits on Apr 26, 2022

  1. rlp: add support for optional struct fields (#22832)

    This adds support for a new struct tag "optional". Using this tag, structs used
    for RLP encoding/decoding can be extended in a backwards-compatible way,
    by adding new fields at the end.
    
    see geth commit ethereum/go-ethereum@700df14
    fjl authored and battlmonstr committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    9ea5261 View commit details
    Browse the repository at this point in the history