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 to track state and storage values #41

Closed ankitchiplunkar closed 6 years ago

ankitchiplunkar commented 6 years ago

Types of changes

What types of changes does your code introduce to ether_sql? Put an x in the boxes that apply

Explain your changes

Added 2 new tables to get state and storage at block X, added genesis rewards and verified with parity state exports.

Does this close any currently open issues? https://github.com/analyseether/ether_sql/issues/35 https://github.com/analyseether/ether_sql/issues/25 https://github.com/analyseether/ether_sql/issues/19

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

ankitchiplunkar commented 6 years ago

Have verified the contents of state and storage till block 2M Need to pass the shanghai attacks area, this is causing major problems. Have switched from redis to rabbit MQ because of this: https://github.com/analyseether/ether_sql/issues/42