-rw-r--r-- | .gitignore | 8L |
-rw-r--r-- | .gitlab-ci.yml | 58L |
-rw-r--r-- | Dockerfile | 9L |
-rw-r--r-- | python/.coverage | 53248B |
-rw-r--r-- | python/.coveragerc | 7L |
-rw-r--r-- | python/CHANGELOG | 35L |
-rw-r--r-- | python/MANIFEST.in | 1L |
-rw-r--r-- | python/eth_address_declarator/__init__.py | 1L |
-rw-r--r-- | python/eth_address_declarator/data/AddressDeclarator.bin | 1L |
-rw-r--r-- | python/eth_address_declarator/data/AddressDeclarator.json | 1L |
-rw-r--r-- | python/eth_address_declarator/data/AddressDeclarator.metadata.json | 1L |
-rw-r--r-- | python/eth_address_declarator/declarator.py | 79L |
-rw-r--r-- | python/eth_address_declarator/interface.py | 160L |
-rw-r--r-- | python/eth_address_declarator/runnable/add.py | 103L |
-rw-r--r-- | python/eth_address_declarator/runnable/publish.py | 108L |
-rw-r--r-- | python/eth_address_declarator/runnable/view.py | 110L |
-rw-r--r-- | python/eth_address_declarator/unittest/__init__.py | 1L |
-rw-r--r-- | python/eth_address_declarator/unittest/addressdeclarator.py | 47L |
-rw-r--r-- | python/requirements.txt | 3L |
-rw-r--r-- | python/run_tests.sh | 14L |
-rw-r--r-- | python/setup.cfg | 42L |
-rw-r--r-- | python/setup.py | 28L |
-rw-r--r-- | python/test_requirements.txt | 4L |
-rw-r--r-- | python/tests/test_addressdeclarator.py | 237L |
-rw-r--r-- | python/tests/test_addressdeclarator_kv.py | 266L |
-rw-r--r-- | solidity/AddressDeclarator.bin | 1L |
-rw-r--r-- | solidity/AddressDeclarator.json | 1L |
-rw-r--r-- | solidity/AddressDeclarator.sol | 126L |
-rw-r--r-- | solidity/Makefile | 15L |
-rw-r--r-- | solidity/test.py | 134L |
-rw-r--r-- | solidity/test_addressdeclarator.py | 134L |
-rw-r--r-- | solidity/test_tokenendorser.py | 78L |
-rw-r--r-- | solidity/test_tokenindex.py | 58L |