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

Handle production flag for Kademlia #128

Closed
bkase opened this issue Mar 14, 2018 · 2 comments
Closed

Handle production flag for Kademlia #128

bkase opened this issue Mar 14, 2018 · 2 comments

Comments

@bkase
Copy link
Member

bkase commented Mar 14, 2018

We need to:

  1. Not make keys deterministic based on the address
  2. Not try peers in a deterministic order
  3. Change some of the config (ex. to make the ping time 1hour, ala Cardano)

See comment in Main.hs of Kademlia-Haskell

@emberian
Copy link
Contributor

emberian commented Oct 5, 2018

I did 2. Cardano uses 5 minutes, not an hour, in the current version of their code. 1 still needs to be done. We won't be able to compute peerKeys anymore.

@emberian emberian added this to the Testnet milestone Jul 25, 2019
@o1pranay o1pranay modified the milestones: Testnet, Testnet Beta Aug 2, 2019
@imeckler
Copy link
Member

imeckler commented Nov 6, 2020

RIP Haskell Kademlia

@imeckler imeckler closed this as completed Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants