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

[WIP] First pass at implementation #2

Merged
merged 15 commits into from
Apr 26, 2016
Merged

[WIP] First pass at implementation #2

merged 15 commits into from
Apr 26, 2016

Conversation

dignifiedquire
Copy link
Member

@dignifiedquire dignifiedquire commented Apr 25, 2016

TODO

  • Bitswap (external interface)
  • Wantmanager
  • DecisionEngine
    • Engine
    • PeerRequestQueue
    • Ledger
  • Wantlist
  • Network
  • Message

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 9764d03 on first into * on master*.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 84aada2 on first into * on master*.

@@ -0,0 +1,55 @@
{
"name": "ipfs-bitswap",
"version": "1.0.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might need a bit more till 1.0.0 :)

// getBlock attempts to retrieve a particular block with key `k` from peers
getBlock (k) {
throw new Error('Not implemented')
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: event emitter that is not an event emitter as discussed with @dignifiedquire

@daviddias daviddias merged commit 5e20682 into master Apr 26, 2016
@daviddias daviddias deleted the first branch April 26, 2016 10:16
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.

None yet

3 participants