-rw-r--r-- | .gitignore | 11L |
-rw-r--r-- | .gitlab-ci.yml | 60L |
-rw-r--r-- | Dockerfile | 9L |
-rw-r--r-- | python/.coverage | 53248B |
-rw-r--r-- | python/.coveragerc | 7L |
-rw-r--r-- | python/CHANGELOG | 25L |
-rw-r--r-- | python/LICENSE | 661L |
-rw-r--r-- | python/MANIFEST.in | 1L |
-rw-r--r-- | python/erc20_transfer_authorization/__init__.py | 1L |
-rw-r--r-- | python/erc20_transfer_authorization/data/ERC20TransferAuthorization.bin | 1L |
-rw-r--r-- | python/erc20_transfer_authorization/data/ERC20TransferAuthorization.json | 1L |
-rw-r--r-- | python/erc20_transfer_authorization/data/ERC20TransferAuthorization.metadata.json | 1L |
-rw-r--r-- | python/erc20_transfer_authorization/data/GiftableToken.bin | 1L |
-rw-r--r-- | python/erc20_transfer_authorization/data/GiftableToken.json | 1L |
-rw-r--r-- | python/erc20_transfer_authorization/runnable/publish.py | 118L |
-rw-r--r-- | python/erc20_transfer_authorization/transfer_authorization.py | 361L |
-rw-r--r-- | python/erc20_transfer_authorization/unittest/__init__.py | 1L |
-rw-r--r-- | python/erc20_transfer_authorization/unittest/base.py | 45L |
-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 | 26L |
-rw-r--r-- | python/test_requirements.txt | 3L |
-rw-r--r-- | python/tests/test_basic.py | 121L |
-rw-r--r-- | python/tests/test_quorum.py | 517L |
-rw-r--r-- | python/tests/test_request.py | 275L |
-rw-r--r-- | python/tests/test_transfer.py | 139L |
-rw-r--r-- | solidity/ERC20TransferAuthorization.sol | 266L |
-rw-r--r-- | solidity/Makefile | 11L |