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

Ankit/parity local tests #49

Closed ankitchiplunkar closed 6 years ago

ankitchiplunkar commented 6 years ago

(Thanks for sending a pull request! Please fill out the blanks below.)

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 local tests in the repo, this will help when we want to push indexer in real-time and cannot afford to run a synced parity node in testing environments.

Does this close any currently open issues?

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 replaced this pull request with https://github.com/analyseether/ether_sql/pull/51 Closing the issue