Frederik
Frederik
For the performance speed test we need to set up some Raiden nodes with a specific topology and funded channels. Those need to be at specific regions and have to...
Thirsty Thursday Exercise Come up with a set of names and store them for future releases.
In order to test according to #7237 we need timing methods to monitor payment speed. For that we tested code speed. We need to be able to measure the following...
# Problem WebRTC relies on the presence state of users to start a connection trial phase or retry. As we are moving towards a temporary presence less Raiden client, there...
This is not an easy problem as it can open vulnerabilities easily. If connection is broken to any external RPC then we **must** stop the state machine. The team decided...
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...