analyseether / ether_sql

A python library to push ethereum blockchain data into an sql database.
http://ether-sql.readthedocs.io
Apache License 2.0
69 stars 22 forks source link

Create 2 new tables that keeps track of the current state and storage in the block chain #25

Closed ankitchiplunkar closed 6 years ago

ankitchiplunkar commented 6 years ago

Is your feature request related to a problem? Please describe. To build an explorer we need the current state and current storage to be upto date. These tables will go a long way in resolving this issue.

Describe the solution you'd like 2 new tables that get updated after every block. This requires two things (for the mainnet):

  1. Inclusion of the ethereum ICO transfers at block 0: https://ethereum.stackexchange.com/questions/44196/which-node-can-provide-transactions-in-block-0
  2. Resolving the issue https://github.com/analyseether/ether_sql/issues/24 to get the correct state of the miner.