Skip to content

Instantly share code, notes, and snippets.

View CosminNechifor's full-sized avatar

Cosmin Nechifor CosminNechifor

View GitHub Profile
2018-08-29 10:13:12 [debug ] JSONRPCClient created [raiden.network.rpc.client] available_nonce=20 sender=a2c13b98
2018-08-29 10:13:16 [debug ] Matrix homeserver RTT times [raiden.network.transport.matrix] rtt_times=[('https://transport03.raiden.network', 0.02752133333333333), ('https://transport01.raiden.network', 0.039183), ('https://transport02.raiden.network', 0.12382466666666668)]
2018-08-29 10:13:16 [info ] Automatically selecting matrix homeserver based on RTT [raiden.network.transport.matrix] homeserver=https://transport03.raiden.network rtt=0.02752133333333333
2018-08-29 10:13:16 [info ] Lock 140535025159136 acquired on /home/cosmin/.raiden/netid_3/a2c13b98/.lock [filelock]
2018-08-29 10:13:16 [debug ] Restoring from snapshot [raiden.storage.wal]
2018-08-29 10:13:16 [debug ] Replaying state changes [raiden.storage.wal] num_state_changes=2766
2018-08-29 10:13:41 [debug ] Restored state from WAL [raiden.raiden_service] last_restored_block=3931595
https://raiden-network.readthedocs.io/en/stable/macos_install_guide.html
(raiden) ➜ raiden git:(master) ✗ raiden --keystore-path ~/.ethereum/testnet/keystore --log-config 'raiden:debug' --eth-rpc-endpoint "https://ropsten.infura.io/v3/<api-key>"
2018-08-31 13:57:20 [info ] 127.0.0.1 - - [2018-08-31 15:57:20] "GET /api/1/channels HTTP/1.1" 200 1460 0.008781 [raiden.api.rest.pywsgi]
2018-08-31 13:57:22 [debug ] Getting channel list [raiden.api.rest] partner_address=None registry_address=0x445D79052522eC94078Dfccf96d9302775cA5b4E token_address=None
2018-08-31 13:57:22 [info ] 127.0.0.1 - - [2018-08-31 15:57:22] "GET /api/1/channels HTTP/1.1" 200 1460 0.006432 [raiden.api.rest.pywsgi]
2018-08-31 13:57:25 [debug ] new block [raiden.tasks] number=3946289
2018-08-31 13:57:25 [info ] deposit called [raiden.network.proxies.token_network] amount_to_deposit=60 id=140127767573448 node=fab73817 partner=15d118fc token_network=9fe1f19d total_deposit=60
2018-08-31 13:57:25 [debug ] send_raw_transaction called [raiden.network.rpc.client] account=0xFaB738171F709E149c76b88AE7Ef9E4ee7eB33e7 gasLimit=3763728 gasPrice=2000000000 nonce=18
2018-08-31 13:57:25 [debug ] send_raw_transaction returned
1 Traceback (most recent call last):
2 File "/home/cosmin/Documents/WORK/GITHUB/raiden/raiden/ui/cli.py", line 1025, in _run_app
3 event.get()
4 File "src/gevent/event.py", line 381, in gevent._event.AsyncResult.get
5 File "src/gevent/event.py", line 406, in gevent._event.AsyncResult.get
6 File "src/gevent/event.py", line 117, in gevent._event._AbstractLinkable ._wait_core
7 File "src/gevent/event.py", line 119, in gevent._event._AbstractLinkable ._wait_core
8 File "src/gevent/_greenlet_primitives.py", line 59, in gevent.__greenlet _primitives.SwitchOutGreenletWithLoop.switch
9 File "src/gevent/_greenlet_primitives.py", line 59, in gevent.__greenlet _primitives.SwitchOutGreenletWithLoop.switch
10 File "src/gevent/_greenlet_primitives.py", line 63, in gevent.__greenlet _primitives.SwitchOutGreenletWithLoop.switch
\xff1\xdd\x92\xc85\x14E9W?0\x05\xbe', 'settle_timeout': 500}> node=0897ba2d
Traceback (most recent call last):
File "src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run
File "/home/cosmin/Documents/WORK/GITHUB/raiden/raiden/tasks.py", line 98, in _run
self.loop_until_stop()
File "/home/cosmin/Documents/WORK/GITHUB/raiden/raiden/tasks.py", line 155, in loop_until_stop
self._run_callbacks(current_block)
File "/home/cosmin/Documents/WORK/GITHUB/raiden/raiden/tasks.py", line 172, in _run_callbacks
result = callback(current_block)
File "/home/cosmin/Documents/WORK/GITHUB/raiden/raiden/raiden_service.py", line 436, in _callback_new_block
Traceback (most recent call last): │
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/.v
(raiden) ➜ raiden git:(master) raiden --keystore-path ~/.ethereum/testnet/keystore --log-config 'raiden:debug' --api-address "http://localh│
ost:5001" │
Welcome to Raiden, version 0.8.1.dev5+gfe831802! │
---------------------------------------------------------------------- │
| 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
@CosminNechifor
CosminNechifor / Log
Last active September 10, 2018 14:46
(raiden) ➜ raiden git:(issue_2408) raiden --keystore-path ~/.ethereum/testnet/keystore --log-config 'raiden:debug' --api-address "http://localhost:5001"
Welcome to Raiden, version 0.8.1.dev5+gfe831802!
----------------------------------------------------------------------
| 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 |
(raiden) ➜ raiden git:(master) raiden --keystore-path ~/.ethereum/testnet/keystore --log-config 'raiden:debug' --api-address "http://localhost:5001"
Welcome to Raiden, version 0.8.1.dev5+gfe831802!
----------------------------------------------------------------------
| 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 |
(raiden) ➜ raiden git:(master) raiden --keystore-path ~/.ethereum/testnet/keystore --log-config 'raiden:debug' --api-address "http://localhost:5001"
Welcome to Raiden, version 0.8.1.dev5+gfe831802!
----------------------------------------------------------------------
| This is an Alpha version of experimental open source software |