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

Vote spacing #2763

Merged
merged 18 commits into from
Jan 12, 2021
Merged

Vote spacing #2763

merged 18 commits into from
Jan 12, 2021

Commits on Nov 18, 2020

  1. Currently there is no rate limiter on vote generation for a particula…

    …r root and this can lead to increased, unnecessary vote traffic.
    
    This patch adds a delay between constructing non-cached votes.
    clemahieu committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    637ecd9 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Configuration menu
    Copy the full SHA
    41a6932 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38ac88d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Moving delay in to voting_constants and referencing voting_constants …

    …from local_vote_history instead of copying values on construction.
    clemahieu committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    fae170c View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Erasing duplicate roots.

    clemahieu committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    72684e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a278c99 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Retaining historical blocks until election completion. history::votes…

    … filters by root+hash so it won't pick up votes for hashes it's not looking for.
    clemahieu committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    9890305 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e83ba43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    709dde2 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Revert "Retaining historical blocks until election completion. histor…

    …y::votes filters by root+hash so it won't pick up votes for hashes it's not looking for."
    
    This reverts commit 9890305.
    Russel committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    ef5d5a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5e65a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Configuration menu
    Copy the full SHA
    53eb86f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'remove_duplicate_root' into vote_spacing_new

    # Conflicts:
    #	nano/core_test/request_aggregator.cpp
    clemahieu committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    1a88e19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b0704b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46c3330 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Configuration menu
    Copy the full SHA
    d727ec3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4d7df7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8c497f View commit details
    Browse the repository at this point in the history