Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

feat: add peer block filter option #549

Merged
merged 9 commits into from
Mar 17, 2022

Commits on Mar 3, 2022

  1. feat: add peer block filter option

    This feature lets a user configure a function that will
    allow / deny request for a block coming from a peer.
    laurentsenta committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    8541873 View commit details
    Browse the repository at this point in the history
  2. fix: apply peer block filter earlier

    Split the different cases (wants, cancel, denies) early to prevent
    calling blocksize on rejected blocks.
    laurentsenta committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    f3d887a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2806f45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f6a08a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96c125a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d8994e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f98f71b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91c3a83 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    44432bc View commit details
    Browse the repository at this point in the history