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

lower bound peer limit #4200

Merged
merged 31 commits into from
Aug 9, 2022
Merged

Commits on Jul 27, 2022

  1. Fixed desired gas limit setting in the reference tests service (hyper…

    …ledger#4170)
    
    Signed-off-by: Roman Vaseev <4833306+Filter94@users.noreply.github.com>
    
    Co-authored-by: Justin Florentine <justin+github@florentine.us>
    Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
    2 people authored and macfarla committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    3075049 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. first draft of introducing a lower bound on number of peers

    Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
    macfarla committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    9854bb3 View commit details
    Browse the repository at this point in the history
  2. added lower bound CLI option

    Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
    macfarla committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    7b11607 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. change default values back to current defaults

    Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
    macfarla committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    59a7fea View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Configuration menu
    Copy the full SHA
    a94a19f View commit details
    Browse the repository at this point in the history
  2. hidden CLI option

    Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
    macfarla committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    3c1003f View commit details
    Browse the repository at this point in the history
  3. formatting

    Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
    macfarla committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    40bd6ff View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. add test

    Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
    macfarla committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    8a1da6e View commit details
    Browse the repository at this point in the history
  2. test

    Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
    macfarla committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    e426552 View commit details
    Browse the repository at this point in the history
  3. added rlpx test

    Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
    macfarla committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    9ce3374 View commit details
    Browse the repository at this point in the history
  4. changelog

    Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
    macfarla committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    2fa135c View commit details
    Browse the repository at this point in the history
  5. changed defaults

    Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
    macfarla committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    64b97ed View commit details
    Browse the repository at this point in the history
  6. changed defaults

    Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
    macfarla committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    fa6e752 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. log

    Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
    macfarla committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    f95996f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. merge and add test

    Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
    macfarla committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    764fb35 View commit details
    Browse the repository at this point in the history
  2. add validateOptions and some tests

    Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
    macfarla committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    0daf9b3 View commit details
    Browse the repository at this point in the history
  3. formatting

    Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
    macfarla committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    85b4b43 View commit details
    Browse the repository at this point in the history
  4. more tests; set min = max if in doubt

    Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
    macfarla committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    a6e0bc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc41df2 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. merge

    Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
    macfarla committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    efc7b26 View commit details
    Browse the repository at this point in the history
  2. logging

    Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
    macfarla committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    73107bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    892d596 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd868af View commit details
    Browse the repository at this point in the history
  5. defaults minPeers/maxPeers 25/50

    Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
    macfarla committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    20d1880 View commit details
    Browse the repository at this point in the history
  6. defaults minPeers/maxPeers 25/30

    Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
    macfarla committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    104ac95 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    2d4e5ee View commit details
    Browse the repository at this point in the history
  2. changed defaults to 25/25

    Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
    macfarla committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    ca216c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2747c9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    effec82 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    de5eaab View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    c110861 View commit details
    Browse the repository at this point in the history