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

Add 2 new tables to store changes in state and storage #37

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 store state and storage differences after each block.

Does this close any currently open issues?

  1. https://github.com/analyseether/ether_sql/issues/10
  2. https://github.com/analyseether/ether_sql/issues/24

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.

Any other comments?

  1. Need to add tests which work for a range of blocks.

Where has this been tested?

Operating System: Ubuntu 16.04 and 18.04

Node: Parity