Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Create state trie extractor #6

Closed
mkrump opened this issue Jan 30, 2018 · 3 comments
Closed

Create state trie extractor #6

mkrump opened this issue Jan 30, 2018 · 3 comments

Comments

@mkrump
Copy link
Contributor

mkrump commented Jan 30, 2018

From AFDudley:

The details of this need to be fleshed out a bit. But the general idea is we should create a tool for moving state trie data around. It should:

  1. extract state trie data from a geth leveldb
    a. as JSON blobs
    b. as IPLD (maybe CBOR) blobs
    c. as some other efficient format.
  2. inject state trie data into a geth leveldb
  3. inject state trie data into IPFS (in support of Feature - expose state and chaindata via ipfs-http-api openethereum/parity-ethereum#4172)
  4. inject state trie data into our postgres DB (if we do 3 I think we can skip this.)
@AFDudley
Copy link
Contributor

@rmulhol this can be closed, right?

@rmulhol
Copy link
Contributor

rmulhol commented May 31, 2018

Subtasks 1.b and 3 are accomplished by this PR. The other tasks remain to be done, if we still want to do them.

i-norden pushed a commit that referenced this issue Apr 9, 2019
i-norden pushed a commit that referenced this issue Apr 18, 2019
@rmulhol
Copy link
Contributor

rmulhol commented Jul 17, 2019

Closing as we've broken this out into work on a Geth patch + syncAndPublish being overseen by @i-norden

@rmulhol rmulhol closed this as completed Jul 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants