Closed victoryeo closed 5 years ago
@victoryeo – Thank you for reporting the issue. We're not actively maintaining this repo to focus on implementation that's happening over in plasma-contracts and elixir-omg. I'm not sure when we'll come back to this. However, PRs are still welcome, if this is something you'd like to dig into!
@kasima - Thank you. It is a problem of my setup. Now the test passes.
Issue Type
Current Behavior
when running make test, test_child_chain.py:11 fails with 'sender account not recognized'. I have run: ganache-cli -m=plasma_mvp
Expected Behavior
the test should pass
Steps to Reproduce
test_lang = <testlang.testing_language.TestingLanguage object at 0x105408ef0>
tests/child_chain/test_child_chain.py:11:
testlang/testing_language.py:28: in deposit 'value': amount /usr/local/lib/python3.6/site-packages/web3-4.5.0-py3.6.egg/web3/contract.py:1438: in transact_with_contract_function txn_hash = web3.eth.sendTransaction(transact_transaction) /usr/local/lib/python3.6/site-packages/web3-4.5.0-py3.6.egg/web3/eth.py:268: in sendTransaction [transaction],
self = <web3.manager.RequestManager object at 0x1054086a0>, method = 'eth_sendTransaction' params = [{'data': '0xd0e30db0', 'from': '0x4B3eC6c9dC67079E82152d6D55d8dd96a8e6AA26', 'gas': 170907, 'to': '0xFC628dd79137395F3C9744e33b1c5DE554D94882', ...}]
/usr/local/lib/python3.6/site-packages/web3-4.5.0-py3.6.egg/web3/manager.py:110: ValueError
Command that caused error: make test
Code that caused error: tests/child_chain/test_child_chain.py:11
Suggested Fix
Motivation for Change
plasma mvp cannot be run
System Specs
pip freeze
):