raiden
raiden copied to clipboard
Raiden Network
We should retry upon connection loss (on requests level) This should be separated case by case. - Blockchain Task - PFS - Matrix
The current implementation of `initialize_first_sync()` in `MatrixTransport` has the purpose to get the inventory of rooms for our partners. With the removal of rooms this is not needed anymore. Instead...
In the codebase there are parts which specifically ask for the Ethereum client being (`GETH` , `PARITY`, `Infura`). We should change that to support any RPC client and then add...
Parity is most likely slowly deprecating. We should add at least one other client. In the future we should aim to support all clients (maybe having a blacklist of not...
Note: Duplicate of https://github.com/raiden-network/light-client/issues/2730 ## Description An improvement to the transfer workflow is for the node to be able to send the transfer's secret ECIES encrypted to the target, so...
During #7162 we discovered that the integration tests related to sending PFS-updates were flaky: https://app.circleci.com/pipelines/github/raiden-network/raiden/11997/workflows/db4fb64c-fe35-4a98-ab96-e4c53fb55802/jobs/197868/tests#failed-test-0 https://app.circleci.com/pipelines/github/raiden-network/raiden/12007/workflows/dd43e248-f81e-466c-955e-401a8727e876/jobs/198232/tests#failed-test-0 - here it seems like the apps have not queued up all expected PFS-updates...
Currently it seems that one has to specify both `--development-environment` and `--environment-type` options in order to get a working config. Otherwise one might end up with a strange config that...
## Problem Definition I wrote a small M2M paywall demo and figured out that the send payment request ``` curl -i -X POST http://localhost:5001/api/v1/payments/0x0f114A1E9Db192502E7856309cc899952b3db1ED/0x61C808D82A3Ac53231750daDc13c777b59310bD9 -H 'Content-Type: application/json' --data-raw '{"amount": "42"}'...
I tried interrupting (Ctrl-C) my Raiden instance while I had a pending transfer and could not get the instance to exit in a reasonable amount of time: ``` 2021-06-08 09:58:07.431396...
``` { "raiden": "2.0.0rc3", "raiden_db_version": 27, "python_implementation": "CPython", "python_version": "3.7.10", "system": "Linux 64bit_ELF 5.12.4-arch1-2", "architecture": "x86_64", "distribution": "bundled" } ``` During scenario run bf1 the node restart is sometimes slow,...