-rw-r--r-- | .gitignore | 7L |
-rw-r--r-- | Makefile | 9L |
-rw-r--r-- | README.md | 257L |
-rw-r--r-- | doc/texinfo/Makefile | 5L |
-rw-r--r-- | doc/texinfo/index.texi | 30L |
-rw-r--r-- | doc/texinfo/overview.texi | 31L |
-rw-r--r-- | doc/texinfo/proposal.texi | 70L |
-rw-r--r-- | doc/texinfo/results.texi | 43L |
-rw-r--r-- | doc/texinfo/states.texi | 39L |
-rw-r--r-- | doc/texinfo/voting.texi | 82L |
-rw-r--r-- | python/CHANGELOG | 9L |
-rw-r--r-- | python/LICENSE | 661L |
-rw-r--r-- | python/Makefile | 2L |
-rw-r--r-- | python/evm_tokenvote/__init__.py | 6L |
-rw-r--r-- | python/evm_tokenvote/data/.chainlib | 0B |
-rw-r--r-- | python/evm_tokenvote/data/Voter.bin | 1L |
-rw-r--r-- | python/evm_tokenvote/data/Voter.json | 1L |
-rw-r--r-- | python/evm_tokenvote/data/Voter.metadata.json | 1L |
-rw-r--r-- | python/evm_tokenvote/data/__init__.py | 3L |
-rw-r--r-- | python/evm_tokenvote/unittest/__init__.py | 1L |
-rw-r--r-- | python/evm_tokenvote/unittest/base.py | 126L |
-rw-r--r-- | python/evm_tokenvote/voter.py | 432L |
-rw-r--r-- | python/requirements.txt | 3L |
-rw-r--r-- | python/run_tests.sh | 14L |
-rw-r--r-- | python/setup.cfg | 36L |
-rw-r--r-- | python/setup.py | 26L |
-rw-r--r-- | python/test_requirements.txt | 4L |
-rw-r--r-- | python/tests/test_base.py | 274L |
-rw-r--r-- | python/tests/test_cancel.py | 76L |
-rw-r--r-- | python/tests/test_events.py | 169L |
-rw-r--r-- | python/tests/test_internal.py | 59L |
-rw-r--r-- | python/tests/test_option.py | 317L |
-rw-r--r-- | python/tests/test_protect.py | 70L |
-rw-r--r-- | python/tests/test_registry.py | 85L |
-rw-r--r-- | python/tests/test_token.py | 151L |
-rw-r--r-- | solidity/Makefile | 12L |
-rw-r--r-- | solidity/Voter.sol | 437L |