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

## Abstract Querying the `payments` endpoint returns *all* previous payments. If you're building an app that does a lot of payments, these add up pretty quickly. It would be great...

Flag / Usability
Component / Docs
Component / API

## Abstract It would be great to get notified of incoming payments or other important events. ## Motivation Setting up subscriptions is currently not possible which is unfortunate. It would...

Type / Enhancement
Flag / Usability
Component / API

I forgot to enable the VPN, and git this unclear error message: ``` Communicating with an external service failed. This can be caused by internet connection problems or any of...

Component / Docs
Type / Bug
Component / CLI

While syncing with the blockchain initially, the status endpoint returns `unavailable` -- for use in UI cases (e.g. wizard/webui), it should help the API caller to estimate how long it...

Component / API
Type / Bug

## Problem Definition While investigating a mediated transfer from a light client to a python client (with a python client as mediator) I found that the transfer was blocked because...

Flag / Usability
Flag / Testing
Component / State Machine
Type / Bug

## Abstract As a user I want to be able to set fees and enable monitoring per channel on my Raiden node. A user wants to set those settings while...

State / Meta
Component / API
Component / State Machine

## Abstract The current implementation of the smoketest starts a completely fresh test environment, with a private blockchain, matrix servers, and newly deployed smart contracts. This is a good test...

Type / Enhancement
Component / CI

Reference: https://github.com/raiden-network/light-client/issues/2177 Especially [this comment](https://github.com/raiden-network/light-client/issues/2177#issuecomment-705759209) Christian saw some the linked problem during testing withdraws on the light client. See the description below. We suspect that python and light client handle...

Type / Bug

# Description The way how we handle the callbacks from matrixs sync call was almost copied from the reference implementation by matrix. This led to the fact that we have...

Type / Optimization
Component / Transport

# Description One of the devs of stakenet is stuck on an unsettled channel while using infura. Upon start the Raiden node tries to settle two channels because `SettleTimeout` is...

State / Investigating
Type / Bug
Component / ETH-RPC