Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

block #50

Closed
13 tasks done
daviddias opened this issue Jan 14, 2016 · 6 comments
Closed
13 tasks done

block #50

daviddias opened this issue Jan 14, 2016 · 6 comments
Assignees
Labels
exp/novice Someone with a little familiarity can pick up

Comments

@daviddias
Copy link
Member

Interact with raw blocks in the datastore. It uses IPFS-repo to store and get blocks

To learn more about the Block API, you can

Implementation Roadmap

  • ipfs-blocks JavaScript implementation https://github.com/ipfs/js-ipfs-blocks
  • jsipfs block get - Get a raw IPFS block.
    • core
    • http-api
    • cli
  • jsipfs block put - Stores input as an IPFS block.
    • core
    • http-api
    • cli
  • jsipfs block del - Deletes a stored block.
    • core
    • http-api
    • cli
  • jsipfs block stat - Print information of a raw IPFS block.
    • core
    • http-api
    • cli
@daviddias
Copy link
Member Author

need remove in js-ipfs-repo for del

@daviddias daviddias added help wanted exp/novice Someone with a little familiarity can pick up labels Jan 26, 2016
@daviddias
Copy link
Member Author

blocks http-api spec - ipfs-inactive/http-api-spec#25

@RichardLitt
Copy link
Member

Let me know if I can help.

@daviddias daviddias changed the title feature: block block Feb 23, 2016
@RichardLitt
Copy link
Member

Why isn't del in go-ipfs?

@daviddias
Copy link
Member Author

@RichardLitt go-ipfs doesn't expose it (yet). But it is what gc does internally. Exposing it is nice for testing and convenience.

@daviddias daviddias assigned daviddias and unassigned RichardLitt and daviddias Apr 2, 2016
@fbaiodias fbaiodias self-assigned this Apr 2, 2016
@daviddias
Copy link
Member Author

Booooom! :D done, thank @RichardLitt and @xicombd for getting this done ! :D

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
exp/novice Someone with a little familiarity can pick up
Projects
None yet
Development

No branches or pull requests

3 participants