-rw-r--r-- | python/.gitignore | 6L |
-rw-r--r-- | python/CHANGELOG | 14L |
-rw-r--r-- | python/LICENSE | 45L |
-rw-r--r-- | python/MANIFEST.in | 1L |
-rw-r--r-- | python/Makefile | 11L |
-rw-r--r-- | python/eth_owned/__init__.py | 2L |
-rw-r--r-- | python/eth_owned/data/Owned.bin | 1L |
-rw-r--r-- | python/eth_owned/data/Owned.json | 1L |
-rw-r--r-- | python/eth_owned/data/OwnedSimple.bin | 1L |
-rw-r--r-- | python/eth_owned/data/OwnedSimple.json | 1L |
-rw-r--r-- | python/eth_owned/data/VoidOwner.bin | 1L |
-rw-r--r-- | python/eth_owned/data/VoidOwner.json | 1L |
-rw-r--r-- | python/eth_owned/data/__init__.py | 4L |
-rw-r--r-- | python/eth_owned/owned.py | 54L |
-rw-r--r-- | python/eth_owned/runnable/owner.py | 66L |
-rw-r--r-- | python/eth_owned/runnable/void.py | 119L |
-rw-r--r-- | python/eth_owned/runnable/void_deploy.py | 117L |
-rw-r--r-- | python/eth_owned/unittest/__init__.py | 5L |
-rw-r--r-- | python/eth_owned/unittest/base.py | 45L |
-rw-r--r-- | python/eth_owned/unittest/interface.py | 128L |
-rw-r--r-- | python/eth_owned/void.py | 62L |
-rw-r--r-- | python/requirements.txt | 3L |
-rw-r--r-- | python/run_tests.sh | 14L |
-rw-r--r-- | python/setup.cfg | 48L |
-rw-r--r-- | python/setup.py | 32L |
-rw-r--r-- | python/test_requirements.txt | 2L |
-rw-r--r-- | python/tests/test_owned.py | 14L |
-rw-r--r-- | python/tests/testdata/Owned.bin | 1L |
-rw-r--r-- | python/tests/testdata/Owned.sol | 32L |
-rw-r--r-- | solidity/Makefile | 25L |
-rw-r--r-- | solidity/Owned.sol | 45L |
-rw-r--r-- | solidity/OwnedSimple.sol | 22L |
-rw-r--r-- | solidity/VoidOwner.sol | 37L |