Mode | Name | Size |
-rw-r--r-- | .gitignore | 6L |
-rw-r--r-- | LICENSE | 674L |
-rw-r--r-- | examples/sync.py | 94L |
-rw-r--r-- | requirements.txt | 3L |
-rw-r--r-- | run_tests.sh | 20L |
-rw-r--r-- | setup.cfg | 28L |
-rw-r--r-- | setup.py | 28L |
-rw-r--r-- | taint/__init__.py | 1L |
-rw-r--r-- | taint/account.py | 145L |
-rw-r--r-- | taint/cache.py | 484L |
-rw-r--r-- | taint/crypto.py | 47L |
-rw-r--r-- | taint/name.py | 13L |
-rw-r--r-- | taint/result.py | 21L |
-rw-r--r-- | taint/store/base.py | 41L |
-rw-r--r-- | taint/store/file.py | 57L |
-rw-r--r-- | taint/sync/eth.py | 38L |
-rw-r--r-- | taint/tag.py | 159L |
-rw-r--r-- | taint/taint.py | 178L |
-rw-r--r-- | test_requirements.txt | 3L |
-rw-r--r-- | tests/base.py | 41L |
-rw-r--r-- | tests/eth/test_syncer.py | 75L |
-rw-r--r-- | tests/test_account.py | 43L |
-rw-r--r-- | tests/test_bloom.py | 113L |
-rw-r--r-- | tests/test_cache.py | 147L |
-rw-r--r-- | tests/test_interface.py | 45L |
-rw-r--r-- | tests/test_tag.py | 49L |