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

p2p/discover/v4wire: use optional RLP field for EIP-868 seq (#3124) #3963

Merged
merged 1 commit into from
Apr 26, 2022

Commits on Apr 26, 2022

  1. p2p/discover/v4wire: use optional RLP field for EIP-868 seq

    This changes the definitions of Ping and Pong, adding an optional field
    for the sequence number. This field was previously encoded/decoded using
    the "tail" struct tag, but using "optional" is much nicer.
    
    see ethereum/go-ethereum#22842
    fjl authored and battlmonstr committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    83680a6 View commit details
    Browse the repository at this point in the history