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

kad: Expose all peer records of GET_VALUE query #96

Merged
merged 10 commits into from
May 16, 2024

Commits on Apr 29, 2024

  1. kad: Extend records event with multiple peers and different records

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4d089ab View commit details
    Browse the repository at this point in the history
  2. kad: Return HashMap<record, vec<peers>>

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4257819 View commit details
    Browse the repository at this point in the history
  3. kad/query: Do not propagate expired records

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3f210b1 View commit details
    Browse the repository at this point in the history
  4. kad/tests: Check all peers return the same record

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a1b3f10 View commit details
    Browse the repository at this point in the history
  5. kad: Return vec of records instead

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    1143636 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. kad: Export RecordsType as pub

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b6fb4c0 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. kad/tests: Check get records update local storage by record frequency

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed May 16, 2024
    Configuration menu
    Copy the full SHA
    7857710 View commit details
    Browse the repository at this point in the history
  2. kad: Ignore expired records

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed May 16, 2024
    Configuration menu
    Copy the full SHA
    55476e2 View commit details
    Browse the repository at this point in the history
  3. kad/tests: Check get records update with expired records

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed May 16, 2024
    Configuration menu
    Copy the full SHA
    11a3e45 View commit details
    Browse the repository at this point in the history
  4. kad/tests: Rename _make_kad to make_kad

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d5b8d38 View commit details
    Browse the repository at this point in the history