raiden icon indicating copy to clipboard operation
raiden copied to clipboard

Raiden Network

Results 110 raiden issues
Sort by recently updated
recently updated
newest added

Bumps [matrix-client](https://github.com/matrix-org/matrix-python-sdk) from 0.3.2 to 0.4.0. Release notes Sourced from matrix-client's releases. v0.4.0 This is a new release to address the incompatibility between matrix-python v0.3.2 and Synapse v1.38.0+. See #320...

dependencies

## Problem Definition As also seen from this [issue](https://github.com/raiden-network/raiden/issues/5078#issuecomment-547977286) when a payment is succesfully sent and has had fees paid the `amount` of the event is only the amount transferred...

Flag / Usability
Tag / Good First Issue
Component / API
Component / State Machine

## Problem Definition It seems the `tools/debugging/split_debug_logs.sh` utility used in CI can't deal with some node addresses when they contain backslashes: ``` Processing logs without a node address + for...

Component / CI
Component / Tooling
Type / Bug

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...

## Abstract In the course of the scenario player runs on `goerli` we encountered a lot of problems with too low gas price estimations, when the [gas prices in the...

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...

Flag / Usability
Type / Optimization
Component / WebUI

Add a soft-restart feature that would allow the client to self restart from the outer layer (cli) in case of an exception, removing the need for the user to setup...

Provide notification to the user when we detect that a network connection was lost.