-rw-r--r-- | .gitignore | 9L |
-rw-r--r-- | .gitlab-ci.yml | 61L |
-rw-r--r-- | Dockerfile | 28L |
-rw-r--r-- | js/package-lock.json | 2680L |
-rw-r--r-- | js/package.json | 20L |
-rw-r--r-- | js/src/index.ts | 1L |
-rw-r--r-- | js/src/registry.ts | 39L |
-rw-r--r-- | js/test.ts | 25L |
-rw-r--r-- | js/tsconfig.json | 21L |
-rw-r--r-- | python/.coverage | 53248B |
-rw-r--r-- | python/.coveragerc | 6L |
-rw-r--r-- | python/.gitignore | 7L |
-rw-r--r-- | python/CHANGELOG | 53L |
-rw-r--r-- | python/CONTRIBUTORS | 1L |
-rw-r--r-- | python/LICENSE | 661L |
-rw-r--r-- | python/MANIFEST.in | 1L |
-rw-r--r-- | python/eth_accounts_index/__init__.py | 1L |
-rw-r--r-- | python/eth_accounts_index/data/AccountsIndex.bin | 1L |
-rw-r--r-- | python/eth_accounts_index/data/AccountsIndex.json | 1L |
-rw-r--r-- | python/eth_accounts_index/data/AccountsIndex.metadata.json | 1L |
-rw-r--r-- | python/eth_accounts_index/interface.py | 158L |
-rw-r--r-- | python/eth_accounts_index/registry.py | 66L |
-rw-r--r-- | python/eth_accounts_index/runnable/add.py | 97L |
-rw-r--r-- | python/eth_accounts_index/runnable/list.py | 121L |
-rw-r--r-- | python/eth_accounts_index/runnable/publish.py | 88L |
-rw-r--r-- | python/eth_accounts_index/unittest/__init__.py | 1L |
-rw-r--r-- | python/eth_accounts_index/unittest/base.py | 38L |
-rw-r--r-- | python/requirements.txt | 3L |
-rw-r--r-- | python/run_tests.sh | 14L |
-rw-r--r-- | python/setup.cfg | 47L |
-rw-r--r-- | python/setup.py | 25L |
-rw-r--r-- | python/test_requirements.txt | 3L |
-rw-r--r-- | python/tests/test_app.py | 244L |
-rw-r--r-- | solidity/AccountsIndex.sol | 172L |
-rw-r--r-- | solidity/Makefile | 12L |
-rw-r--r-- | solidity/test.py | 49L |