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

EIP-1459: update spec to match Go implementation #2313

Merged
merged 1 commit into from
Oct 15, 2019

Commits on Oct 15, 2019

  1. EIP-1459: update spec to match Go implementation

    This updates the spec to the final design that we intend
    to ship in go-ethereum:
    
    - The 'enr' and 'link' trees are separated so the client can
      sync the complete link tree before looking at any ENRs.
    - Text encoding of entries is simplified: link entries and URLs
      now look the same. ENR entries match the canonical text form of ENRs
      defined in EIP-778.
    - base64 padding is removed.
    fjl committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    92ab47b View commit details
    Browse the repository at this point in the history