Skip to content

Fetch iplds#22

Open
rmulhol wants to merge 4 commits into
masterfrom
fetch-iplds
Open

Fetch iplds#22
rmulhol wants to merge 4 commits into
masterfrom
fetch-iplds

Conversation

@rmulhol
Copy link
Copy Markdown

@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.

Rob Mulholand 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