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

Fetch iplds #22

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Fetch iplds #22

wants to merge 4 commits into from

Conversation

rmulhol
Copy link
Contributor

@rmulhol rmulhol commented Jul 12, 2018

Partially resolves #14 - can fetch:

  • block cids
  • transaction cids
  • receipt cids
  • state trie cids
  • storage trie cids

Parses raw bytes as raw JSON, without IPLD links. Links could be added by customizing the JSON marshaling logic for each node, but I've yet to wrap by head around exactly how go-ipfs does this (specifically, what happens after the node is passed to SetOutput here) and didn't want to reinvent the wheel if we may be able to just plug that in.

rmulhol added 3 commits July 12, 2018 16:54
- Introduces dynamic switching on cid codec to use same command for blocks and transactions
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.

Parsing eth data off of IPFS
1 participant