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 check and help for available settings through cli #55

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

  1. Added a new function in settings.py to get the list of setting classes
  2. Updated the above settings in cli options
  3. Wrote failing tests when using wrong settings

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

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.