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

NodeRank.init() #2

Merged
merged 8 commits into from
Nov 7, 2019
Merged

NodeRank.init() #2

merged 8 commits into from
Nov 7, 2019

Conversation

4meta5
Copy link
Owner

@4meta5 4meta5 commented Oct 29, 2019

finish code for an MVP, get rid of existing loose ends to merge to master

  • distance(), implemented for a trait MetricSpace for NodeId (could get rid of Metric associated type)
  • find() method for Node
  • Provider-esque abstraction for push-based interactions (like libp2p), consider how to manage (requests, responses) in general

next PR

  • testing/simulation: routing with packets

soon: data transfer protocol

other PRs/issues

  • bloom_filter() method using HashSet (see jim's storage proofs api for example)

src/node.rs Outdated Show resolved Hide resolved
@4meta5 4meta5 marked this pull request as ready for review November 7, 2019 13:54
@4meta5 4meta5 merged commit 61c335c into master Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant