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] PoC: Connect to DevP2P, retrieve trie data #8

Closed
wants to merge 3 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Oct 20, 2017

devp2p -> libp2p bridge in Go Language (a.k.a. "Hot Importer")

  • Instance a node and connect to devp2p.
  • Get Ethereum Data:
    • eth-block
    • eth-block-list (ommers)
    • eth-tx / eth-tx-trie
    • eth-tx-receipt / eth-tx-receipt-trie
    • eth-state-trie eth / eth-account-snapshot
    • eth-storage-trie
    • evm-code
  • Setup a libp2p node with a localstore
  • Logic to ask to the client for an element
    • Ask in the local storage of the client
    • Then in libp2p
    • Then in devp2p
    • If the latter happened, send the result to the local storage (ipfs dag put).

NOTE This is being tracked in the following comment MetaMask/eth-ipfs-browser-client#1 (comment)

@ghost ghost added the status/in-progress In progress label Oct 20, 2017
@ghost
Copy link
Author

ghost commented Mar 20, 2018

Follow here

@ghost ghost closed this Mar 20, 2018
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants