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

Added a new table, and its supporting tests #32

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 a new table meta_info which will contain meta information about the sql table. Currently added a column last_uploaded_block to get the last uploaded block.

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

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 relevant logs, error output, etc?

Not related to this PR but saw a strange bug have logged it here: https://github.com/analyseether/ether_sql/issues/31

Where has this been tested?

Operating System: Ubuntu 16.04

Node: Infura