-rw-r--r-- | .gitignore | 8L |
-rw-r--r-- | .gitlab-ci.yml | 58L |
-rw-r--r-- | python/.coverage | 53248B |
-rw-r--r-- | python/.coveragerc | 7L |
-rw-r--r-- | python/LICENSE | 661L |
-rw-r--r-- | python/MANIFEST.in | 1L |
-rw-r--r-- | python/eth_contract_registry/__init__.py | 1L |
-rw-r--r-- | python/eth_contract_registry/data/Registry.bin | 1L |
-rw-r--r-- | python/eth_contract_registry/data/Registry.json | 1L |
-rw-r--r-- | python/eth_contract_registry/data/Registry.metadata.json | 1L |
-rw-r--r-- | python/eth_contract_registry/encoding.py | 32L |
-rw-r--r-- | python/eth_contract_registry/interface.py | 68L |
-rw-r--r-- | python/eth_contract_registry/pytest/__init__.py | 1L |
-rw-r--r-- | python/eth_contract_registry/pytest/fixtures_registry.py | 74L |
-rw-r--r-- | python/eth_contract_registry/registry.py | 130L |
-rw-r--r-- | python/eth_contract_registry/runnable/list.py | 129L |
-rw-r--r-- | python/eth_contract_registry/runnable/publish.py | 103L |
-rw-r--r-- | python/eth_contract_registry/runnable/set.py | 108L |
-rw-r--r-- | python/eth_contract_registry/unittest/base.py | 0B |
-rw-r--r-- | python/gmon.out | 1304727B |
-rw-r--r-- | python/requirements.txt | 3L |
-rw-r--r-- | python/run_tests.sh | 14L |
-rw-r--r-- | python/setup.cfg | 39L |
-rw-r--r-- | python/setup.py | 32L |
-rw-r--r-- | python/test_requirements.txt | 4L |
-rw-r--r-- | python/tests/test_basic.py | 86L |
-rw-r--r-- | solidity/Makefile | 12L |
-rw-r--r-- | solidity/Registry.sol | 86L |