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 account states and storages #10

Closed ankitchiplunkar closed 6 years ago

ankitchiplunkar commented 6 years ago

Need to create 4 new tables:

  1. To store stateDiff using the mode "stateDiff" in trace JSON-RPC
  2. To store storageDiff using the same JSON-RPC method

Supporting links: https://wiki.parity.io/JSONRPC-trace-module.html#trace_replayblocktransactions