This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Node 1 with the address: ``0x9D77f530969b9864e35aF0881Aa6aeC7AA41e6c1`` has the following channels: | |
| [22] has a channel with: "0x2a4a435BB6c5C43e5491A2F937F019ADF10dCB52" balance: 30, identifer: 36 | |
| [22] has a channel with: "0xc916A3C2F5840efA8479C8f46dbF81F79A039abd" balance: 30, identifer: 37 | |
| [22] has a channel with: [24], balance: 30, identifer: 38 | |
| [22] has a channel with: [18], balance: 0, identifer: 40 | |
| [22] has a channel with: [24], balance: 180, identifier: 41 | |
| # Node 2 with the address: ``0x51dc316abEec9435726Ee5Be4518daC81708Aa27`` has the following channels: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| File "/home/cosmin/.virtualenvs/raiden/bin/raiden", line 11, in <module> | |
| load_entry_point('raiden', 'console_scripts', 'raiden')() | |
| File "/home/cosmin/Documents/WORK/GITHUB/raiden/raiden/__main__.py", line 11, in main | |
| run(auto_envvar_prefix='RAIDEN') # pylint: disable=no-value-for-parameter | |
| File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/click/core.py", line 722, in __call__ | |
| return self.main(*args, **kwargs) | |
| File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/click/core.py", line 697, in main | |
| rv = self.invoke(ctx) | |
| File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/click/core.py", line 1043, in invoke | |
| return Command.invoke(self, ctx) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2018-10-23 05:41:11 [info ] Using account [scenario_player.main] account=0x9D77f530969b9864e35aF0881Aa6aeC7AA41e6c1 | |
| 2018-10-23 05:41:11 [info ] Run number [scenario_player.runner] run_number=66 | |
| 2018-10-23 05:41:11 [warning ] Overriding managed option [scenario_player.node_support] node=0 option_name=registry-contract-address option_value=0xbfa863Ac58a3E0A82B58a8e958F2752Bfb573388 | |
| 2018-10-23 05:41:11 [warning ] Overriding managed option [scenario_player.node_support] node=0 option_name=discovery-contract-address option_value=0xb2646EB8270a4de7451f6F7b259FdE17DBCeedc9 | |
| 2018-10-23 05:41:11 [warning ] Overriding managed option [scenario_player.node_support] node=0 option_name=secret-registry-contract-address option_value=0xA5c882f09c3DE551d76dcDE08890fAa0dD1F29E3 | |
| 2018-10-23 05:41:11 [warning ] Overriding managed option [scenario_player.node_support] node=1 option_name=registry-contract-address option_value=0xbfa863Ac58a3E0A82B58a8e958F2752Bfb5733 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Select one of them by index to continue: 0 | |
| Enter the password to unlock 0xbCAF9c202Da6FA15EEF390d68BBeC7152e21a0E9: | |
| Checking if the ethereum node is synchronized | |
| Traceback (most recent call last): | |
| File "/home/cosmin/Documents/WORK/GITHUB/raiden/raiden/ui/app.py", line 326, in run_app | |
| contracts[CONTRACT_TOKEN_NETWORK_REGISTRY]['address'], | |
| File "/home/cosmin/Documents/WORK/GITHUB/raiden/raiden/network/blockchain_service.py", line 147, in token_network_registry | |
| contract_manager=self.contract_manager, | |
| File "/home/cosmin/Documents/WORK/GITHUB/raiden/raiden/network/proxies/token_network_registry.py", line 59, in __init__ | |
| raise ContractVersionMismatch('Incompatible ABI for TokenNetworkRegistry') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Traceback (most recent call last):y", line 697, in main [scenario_player.node_support] address=0x929DDf75B492F25Efa615cE3b9364b99D701e194 node=1 port=5001 │ | |
| File "site-packages/raiden/ui/app.py", line 326, in run_app [scenario_player.node_support] address=0xE48c1a18058d311936D1231573836f4CcDA9Cc20 node=2 port=5002 │ | |
| File "site-packages/raiden/network/blockchain_service.py", line 147, in token_network_registryddress=0x2dAAe93Ad516067574681b76Ab58744F7AA2399E node=3 port=5003 │ | |
| File "site-packages/raiden/network/proxies/token_network_registry.py", line 59, in __init__] address=0x47462D6e1d77c5578F1Bd71782b68B86e24BC39e node=4 port=5004 │ | |
| raiden.exceptions.ContractVersionMismatch: Incompatible ABI for TokenNetworkRegistry───────────────────────────────────────────────────────────────────────────────────────────────────────────┘ | |
| File "site-packages/raiden/ui/cli.py", line 397, in rung |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ``` | |
| pool.join(raise_error=True) │ | |
| │ File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/gevent/pool.py", line 428, in join │ | |
| │ greenlet._raise_exception() │ | |
| │ File "src/gevent/greenlet.py", line 312, in gevent._greenlet.Greenlet._raise_exception │ | |
| │ File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/gevent/_compat.py", line 47, in reraise │ | |
| │ raise value.with_traceback(tb) │ | |
| │ File "src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - [✔] Wait (0:00:05.001453): 5 │ | |
| │ - [✗] Transfer (0:00:00.109013): {'from': 3, 'to': 2, 'amount': 1} │ | |
| │ - [ ] Wait: 5 │ | |
| │ - [ ] Parallel - Checking if payments were made successful |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sfully rebased and updated refs/heads/long_running. | |
| (raiden) ➜ scenario-player git:(long_running) ✗ python -m scenario_player --keystore-file /home/cosmin/.ethereum/testnet/keystore/UTC--2018-08-28T09-02-48.802794162Z--808fefd987f6e9827c66de8ade96953d13e202cf --password 'pasword' --chain ropsten:http://geth.ropsten.ethnodes.brainbot.com:8545 --auth raiden:network /home/cosmin/Documents/WORK/GITHUB/raiden/raiden/tests/scenarios/long-running.yaml | |
| Writing log to scenario-player_long-running.yaml_2018-10-15T12:07:45.log | |
| Traceback (most recent call last): | |
| File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/urllib3/connection.py", line 171, in _new_conn | |
| (self._dns_host, self.port), self.timeout, **extra_kw) | |
| File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/urllib3/util/connection.py", line 56, in create_connection | |
| for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): | |
| File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/gevent/_socketcom |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2018-10-12 12:27:00 [info ] Using account [scenario_player.main] account=0x808fefd987f6E9827C66de8aDE96953d13E202CF | |
| 2018-10-12 12:27:00 [info ] Using chain [scenario_player.runner] chain=ropsten | |
| 2018-10-12 12:27:01 [debug ] JSONRPCClient created [raiden.network.rpc.client] available_nonce=285 sender=808fefd9 | |
| 2018-10-12 12:27:01 [info ] Task initialized [scenario_player.tasks.base] task=<SerialTask: {'tasks': [{'parallel': {'name': 'Open channels', 'tasks': [{'open_channel': {'from': 0, 'to': 1, 'total_deposit': 10, 'expected_http_status': '[234]..'}}, {'open_channel': {'from': 1, 'to': 2, 'total_deposit': 10, 'expected_http_status': '(2..|409)'}}]}}, {'parallel': {'name': 'Assert after open', 'tasks': [{'assert': {'from': 0, 'to': 1, 'total_deposit': 10, 'balance': 10, 'state': 'opened'}}, {'assert': {'from': 1, 'to': 0, 'total_deposit': 0, 'balance': 0, 'state': 'opened'}}, {'assert': {'from': 1, 'to': 2, 'total_deposit': 10, 'balance' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| aiden) ➜ raiden git:(test-cosmin) ✗ raiden --keystore-path ~/.ethereum/testnet/keystore --log-config 'raiden:error' --eth-rpc-endpoint "some endpoint" --api-address "http://127.0.0.1:5001" --console | |
| Welcome to Raiden, version 0.12.1.dev34+g61710458! | |
| ---------------------------------------------------------------------- | |
| | This is an Alpha version of experimental open source software | | |
| | released under the MIT license and may contain errors and/or bugs. | | |
| | Use of the software is at your own risk and discretion. No | | |
| | guarantee whatsoever is made regarding its suitability for your | | |
| | intended purposes and its compliance with applicable law and | | |
| | regulations. It is up to the user to determine the software´s | | |
| | quality and suitability and whether its use is compliant with its | |