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

protocols/kad: Refactor KademliaEvent #2321

Merged
merged 8 commits into from Oct 30, 2021
Merged

Commits on Oct 16, 2021

  1. protocols/kad: Refactor KademliaEvent

    - Refactored InboundPutRecordRequest to InboundRequest::PutRecord
    - Refactored InboundAddProviderRequest to InboundRequest::AddProvider
    - Refactored KademliaEvent::InboundRequestServed to KademliaEvent::InboundRequest
    
    Signed-off-by: supercmmetry <vishaals2000@gmail.com>
    supercmmetry committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    2a7ebea View commit details
    Browse the repository at this point in the history
  2. protocols/kad: fix doclinks

    - Remove doclink for InboundPutRecordRequest
    - Remove doclink for InboundAddProviderRequest
    
    Signed-off-by: supercmmetry <vishaals2000@gmail.com>
    supercmmetry committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    f8e521b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. fix: make record optional in InboundRequest

    Signed-off-by: supercmmetry <vishaals2000@gmail.com>
    supercmmetry committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    b7a371b View commit details
    Browse the repository at this point in the history
  2. fix: resolve clippy error

    Signed-off-by: supercmmetry <vishaals2000@gmail.com>
    supercmmetry committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    5df0ab2 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

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

Commits on Oct 30, 2021

  1. Configuration menu
    Copy the full SHA
    d2b3e04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf10864 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dabb0c View commit details
    Browse the repository at this point in the history