eth-owned

EIP-173 interface and tools for chainlib-eth
git clone git://holbrook.no/eth-owned.git
Log | Files | Refs

ModeNameSize
-rw-r--r--python/.gitignore6L
-rw-r--r--python/CHANGELOG14L
-rw-r--r--python/LICENSE45L
-rw-r--r--python/MANIFEST.in1L
-rw-r--r--python/Makefile11L
-rw-r--r--python/eth_owned/__init__.py2L
-rw-r--r--python/eth_owned/data/Owned.bin1L
-rw-r--r--python/eth_owned/data/Owned.json1L
-rw-r--r--python/eth_owned/data/OwnedSimple.bin1L
-rw-r--r--python/eth_owned/data/OwnedSimple.json1L
-rw-r--r--python/eth_owned/data/VoidOwner.bin1L
-rw-r--r--python/eth_owned/data/VoidOwner.json1L
-rw-r--r--python/eth_owned/data/__init__.py4L
-rw-r--r--python/eth_owned/owned.py54L
-rw-r--r--python/eth_owned/runnable/owner.py66L
-rw-r--r--python/eth_owned/runnable/void.py119L
-rw-r--r--python/eth_owned/runnable/void_deploy.py117L
-rw-r--r--python/eth_owned/unittest/__init__.py5L
-rw-r--r--python/eth_owned/unittest/base.py45L
-rw-r--r--python/eth_owned/unittest/interface.py128L
-rw-r--r--python/eth_owned/void.py62L
-rw-r--r--python/requirements.txt3L
-rw-r--r--python/run_tests.sh14L
-rw-r--r--python/setup.cfg48L
-rw-r--r--python/setup.py32L
-rw-r--r--python/test_requirements.txt2L
-rw-r--r--python/tests/test_owned.py14L
-rw-r--r--python/tests/testdata/Owned.bin1L
-rw-r--r--python/tests/testdata/Owned.sol32L
-rw-r--r--solidity/Makefile25L
-rw-r--r--solidity/Owned.sol45L
-rw-r--r--solidity/OwnedSimple.sol22L
-rw-r--r--solidity/VoidOwner.sol37L