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

Release v0.24.0 #844

Merged
merged 2 commits into from
Jun 12, 2023
Merged

Release v0.24.0 #844

merged 2 commits into from
Jun 12, 2023

Commits on Jun 12, 2023

  1. fix: don't add unresponsive DHT servers to the Routing Table (#820)

    * added check to avoid adding unresponsive dht peers to the dht routing table
    
    * removed lock in adding peers to the rt
    
    * made variable names more meaningful
    
    * fixed network loop and corrected tests
    
    * added UsefulPeer() references from current PR
    
    * go mod tidy
    
    * added delay in TestRefreshBelowMinRTThreshold
    
    * addressed review
    
    * go mod tidy
    
    * addressed Jorropo review
    
    * added comments
    
    * removed state of peers probed recently
    
    * fix conflicts merge
    
    * updated deps
    
    * added optimizations documentation
    
    * Update dht.go
    
    * updated md files
    
    ---------
    
    Co-authored-by: Jorropo <[email protected]>
    (cherry picked from commit 8c9fdff)
    guillaumemichel authored and Jorropo committed Jun 12, 2023
    8 Configuration menu
    Copy the full SHA
    d373974 View commit details
    Browse the repository at this point in the history
  2. chore: release v0.24.0

    Jorropo committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    0f65ba1 View commit details
    Browse the repository at this point in the history