Skip to content

Philip/cleanup

Philip Wafula requested to merge philip/cleanup into master

Removes crypto-dev-signer to resolve:

bootstrap_1             | Traceback (most recent call last):
bootstrap_1             |   File "/usr/local/bin/erc20-demurrage-token-deploy", line 5, in <module>
bootstrap_1             |     from erc20_demurrage_token.runnable.deploy import main
bootstrap_1             |   File "/usr/local/lib/python3.8/site-packages/erc20_demurrage_token/__init__.py", line 1, in <module>
bootstrap_1             |     from .token import (
bootstrap_1             |   File "/usr/local/lib/python3.8/site-packages/erc20_demurrage_token/token.py", line 18, in <module>
bootstrap_1             |     from eth_erc20 import ERC20
bootstrap_1             |   File "/usr/local/lib/python3.8/site-packages/eth_erc20/__init__.py", line 1, in <module>
bootstrap_1             |     from .erc20 import ERC20
bootstrap_1             |   File "/usr/local/lib/python3.8/site-packages/eth_erc20/erc20.py", line 10, in <module>
bootstrap_1             |     from crypto_dev_signer.eth.transaction import EIP155Transaction
bootstrap_1             | ModuleNotFoundError: No module named 'crypto_dev_signer'

Merge request reports