-rw-r--r-- | .gitignore | 5L |
-rw-r--r-- | CHANGELOG | 96L |
-rw-r--r-- | LICENSE | 661L |
-rw-r--r-- | MANIFEST.in | 1L |
-rw-r--r-- | Makefile | 12L |
-rw-r--r-- | README.md | 284L |
-rw-r--r-- | VERSION | 1L |
-rw-r--r-- | WAIVER | 17L |
-rw-r--r-- | WAIVER.asc | 29L |
-rw-r--r-- | eth_monitor/cache.py | 33L |
-rw-r--r-- | eth_monitor/callback.py | 39L |
-rw-r--r-- | eth_monitor/chain.py | 26L |
-rw-r--r-- | eth_monitor/cli/__init__.py | 2L |
-rw-r--r-- | eth_monitor/cli/arg.py | 41L |
-rw-r--r-- | eth_monitor/cli/config.py | 64L |
-rw-r--r-- | eth_monitor/cli/log.py | 21L |
-rw-r--r-- | eth_monitor/cli/rules.py | 20L |
-rw-r--r-- | eth_monitor/config.py | 56L |
-rw-r--r-- | eth_monitor/data/config/cache.ini | 3L |
-rw-r--r-- | eth_monitor/data/config/filter.ini | 2L |
-rw-r--r-- | eth_monitor/data/config/monitor.ini | 24L |
-rw-r--r-- | eth_monitor/data/config/renderer.ini | 2L |
-rw-r--r-- | eth_monitor/error.py | 2L |
-rw-r--r-- | eth_monitor/filters/__init__.py | 1L |
-rw-r--r-- | eth_monitor/filters/base.py | 24L |
-rw-r--r-- | eth_monitor/filters/block.py | 13L |
-rw-r--r-- | eth_monitor/filters/cache.py | 29L |
-rw-r--r-- | eth_monitor/filters/gas/__init__.py | 23L |
-rw-r--r-- | eth_monitor/filters/out.py | 86L |
-rw-r--r-- | eth_monitor/filters/run.py | 16L |
-rw-r--r-- | eth_monitor/importers/etherscan.py | 57L |
-rw-r--r-- | eth_monitor/index.py | 59L |
-rw-r--r-- | eth_monitor/mock/filter_plain.py | 15L |
-rw-r--r-- | eth_monitor/mock/filter_ruled.py | 17L |
-rw-r--r-- | eth_monitor/rules.py | 227L |
-rw-r--r-- | eth_monitor/run.py | 17L |
-rw-r--r-- | eth_monitor/runnable/import.py | 168L |
-rw-r--r-- | eth_monitor/runnable/list.py | 115L |
-rw-r--r-- | eth_monitor/runnable/sync.py | 119L |
-rw-r--r-- | eth_monitor/runnable/sync_thread_range.py | 129L |
-rw-r--r-- | eth_monitor/settings.py | 466L |
-rw-r--r-- | man/build/eth-monitor-import.1 | 170L |
-rw-r--r-- | man/build/eth-monitor-list.1 | 159L |
-rw-r--r-- | man/build/eth-monitor-sync.1 | 286L |
-rw-r--r-- | man/build/eth-monitor.1 | 286L |
-rw-r--r-- | man/eth-monitor-import.head.groff | 23L |
-rw-r--r-- | man/eth-monitor-import.overrides | 6L |
-rw-r--r-- | man/eth-monitor-import.seealso.groff | 3L |
-rw-r--r-- | man/eth-monitor-list.head.groff | 22L |
-rw-r--r-- | man/eth-monitor-list.overrides | 4L |
-rw-r--r-- | man/eth-monitor-list.seealso.groff | 3L |
-rw-r--r-- | man/eth-monitor.custom.groff | 49L |
-rw-r--r-- | man/eth-monitor.head.groff | 33L |
-rw-r--r-- | man/eth-monitor.overrides | 18L |
-rw-r--r-- | man/eth-monitor.seealso.groff | 0B |
-rw-r--r-- | requirements.txt | 6L |
-rw-r--r-- | run_tests.sh | 17L |
-rw-r--r-- | setup.cfg | 41L |
-rw-r--r-- | setup.py | 39L |
-rw-r--r-- | test_requirements.txt | 5L |
-rw-r--r-- | tests/rules/test_base.py | 160L |
-rw-r--r-- | tests/rules/test_greedy.py | 90L |
-rw-r--r-- | tests/test_basic.py | 116L |