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

Extract DHT message sender from the DHT #659

Merged
merged 15 commits into from
Jan 4, 2021

Commits on Jan 4, 2021

  1. refactor: extract messaging components from IpfsDHT into its own stru…

    …ct. create a new struct that manages sending DHT messages that can be used independently from the DHT.
    aschmahmann committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    c9c088f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3c7c3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94d08a2 View commit details
    Browse the repository at this point in the history
  4. refactor: temporarily export loggable bytes array aliases before movi…

    …ng them into a new package
    aschmahmann committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    7b5446a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a80399 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52b4eb2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f73b905 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    786c3c9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4b3a573 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9977256 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    138cb80 View commit details
    Browse the repository at this point in the history
  12. refactor: rename messageSender to peerMessageSender and added comment…

    …s to clarify what peerMessageSender and messageManager do
    aschmahmann committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    2c313a8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9ebf306 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6fca41f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ebd2d69 View commit details
    Browse the repository at this point in the history