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: peer discouragement #1451

Merged
merged 3 commits into from
Feb 2, 2024
Merged

P2p: peer discouragement #1451

merged 3 commits into from
Feb 2, 2024

Commits on Feb 2, 2024

  1. p2p: peer discouragement was added; peer eviction tests were refactor…

    …ed; ban tests were rewritten; PeermanagerConfig was moved to a separate file; some cleanup
    ImplOfAnImpl committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    3979f62 View commit details
    Browse the repository at this point in the history
  2. Discouraged peers are now disconnected automatically;

    Peers are no longer automatically banned;
    Ban duration is now always specified explicitly by the user;
    Time formatting improvements;
    Wallet & rpc commands for printing reserved and discouraged addresses were added;
    Printing banned and discouraged addresses now also prints the expiration time;
    ImplOfAnImpl committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    a3e500d View commit details
    Browse the repository at this point in the history
  3. Fix Burn print

    TheQuantumPhysicist committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    8c4d396 View commit details
    Browse the repository at this point in the history