raiden
raiden copied to clipboard
Raiden Network
If services are down we might not want to send balance updates or other messages to them as they pile up in the DB. On the other hand, users which...
Since quite some time, the integration tests show logging errors of WebRTC / asyncio related task failures (e.g. [in this CI run](https://app.circleci.com/pipelines/github/raiden-network/raiden/10729/workflows/90d36dcd-7e96-4df1-9557-35433ccbce09/jobs/161377/parallel-runs/20/steps/20-108) ) This seems to happen in teardown of...
# Description Upon gathering all coroutines the return values will be checked against the occurence of exceptions. If an exception (other than `CancelledError`) is found the exception is gonna be...
The reveal timeout is a node-local configuration parameter, that is firstly important to check the sanity of incoming transfers. **But this parameter is never communicated to our partner, the potential...
## Problem Definition We experienced some failing scenarios due to missing or slow broadcast messages (#6723, #6756, #2483). Investigation on the production transport servers showed http request times for the...
## Problem Definition Since CircleCI doesn't have native support for ARM environments we currently build our ARM releases on ARM VPS' from Scaleway. Unfortunately they [have announced those will reach...
We need to further our understanding of the properties of WebRTC sessions. The specific question of this issue is: Since Raiden messaging via webRTC is non-continuous (unlike audio/video), do we...
These cases of monkeypatching were only intended as a temporary measure until web update web3py. Since we did that in the mean time, we can now remove this code.
I'm running a raiden node with `--log-config raiden:info` and it doesn't log any information besides the syncing of new blocks and fee updates. I'd expect to get logging for received...