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/enode: use unix timestamp as base ENR sequence number #19903

Merged
merged 3 commits into from Sep 7, 2021

Commits on Sep 7, 2021

  1. Copy the full SHA
    5db925e View commit details
    Browse the repository at this point in the history
  2. p2p/enode: update to blocking update scheme

    This changes the local ENR update mechanism to block for up to 1ms in
    LocalNode.Node when the previous update was less than 1ms ago.
    
    To make this work, the granularity of sequence numbers is increased to
    millisecond.
    fjl committed Sep 7, 2021
    Copy the full SHA
    c57ec82 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    018c8af View commit details
    Browse the repository at this point in the history