You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to reproduce the API calls described in readthedocs. While most of them worked, I couldn't close a channel (and therefore also settle it afterwards).
When I made the following API request [1]
PATCH /api/1/channels/<CHANNEL ID>, with payload {"state":"closed"}
Problem Definition
I've tried to reproduce the API calls described in readthedocs. While most of them worked, I couldn't close a channel (and therefore also settle it afterwards).
When I made the following API request [1]
PATCH /api/1/channels/<CHANNEL ID>
, with payload{"state":"closed"}
I received:
Which indicates that the channel state is still open.
Furthermore, I checked the transaction initiated in the parity node on etherscan [2]. The transaction status is
TxReceipt Status:Failed
[1] API requests:
In [142]: patch(raiden1 + '/api/1/channels/' + BET_chn, json={"state":"closed"})
https://github.com/WeOU/energycollective/blob/master/jupyter/play%20with%20raiden.ipynb
[2] Failed transaction: https://ropsten.etherscan.io/tx/0x7574ac8a1327316166550e63835bc253c1d9a2f233f47ecbd3aa2775e4e3cc93
System Description
System: Docker compose [3,4,5], inspired from raiden/docker/Dockerfile
Raiden version: commit version: 6be7cc1
Parity version: stable-release
[3] Docker compose used to start the two Raiden nodes:
https://github.com/WeOU/energycollective/blob/master/docker/docker-compose.yml
[4] Dockerfile for raiden nodes
https://github.com/WeOU/energycollective/blob/master/docker/raiden_webui.Dockerfile
[5] Raiden settings file:
https://github.com/WeOU/energycollective/blob/master/docker/settings.py
The text was updated successfully, but these errors were encountered: