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
trafficstars

## Problem Definition Accessing webui on raiden client gets this error on latest develop version 1.1.1.dev270+g4b910649d **Token network object should be registered if we got events with it** The account...

Component / API
Component / State Machine

## Description The async io loop gets stuck if a `gevent.joinall()` or `gevent.wait` is called inside of an async/await function. In order to remove that possible error a pylint rule...

Component / Tooling

## Abstract Make Raiden installable on notebooks/servers/workstations running Windows. ## Motivation Personally, I am running windows 10. After making some attempts to run Raiden on the windows subsystem (WSL) and...

Type / Enhancement

## Abstract It could happen that the layer 1 node used by Raiden fails to synchronize with the canonical chain, this can happen for multiple reasons, DoS attacks, human error,...

## Abstract The semantic of the 409 error code is different for different REST endpoints. This is fine as long as the error only represents one specific internal cause of...

Type / Enhancement
Component / API

## Abstract The current implementation of the `UserAddressManager` is callback based, changes to a user's presence will trigger the `user_presence_changed_callback`, and changes to the address' reachability will trigger `address_reachability_changed_callback`. This...

Type / Enhancement
State / Needs more info
Type / Bug

Two advantages: - Projects that want to use the smart contracts and are written in python don't have to install Raiden to use the proxies - We can add fuzz...

Type / Enhancement
Component / ETH-RPC

As part of the currently ongoing ETHOnline hackathon, one of the hackers is trying to use pocket.network as an RPC endpoint. This doesn't work and one of the pocket devs...

Tag / Good First Issue
Type / Bug
Component / CLI
Component / ETH-RPC

I see this error when starting two nodes at the same time in a LC test environment: ``` Traceback (most recent call last): File "/opt/raiden/bin/raiden", line 8, in sys.exit(main()) File...

Flag / Testing
Type / Bug
Tag / Fixup Friday

I recently spent some time working on a little golang client to send and receive payments using Raiden during ethonline. @czepluch asked me to share some feedback here. I'll open...

Flag / Usability
Type / Bug
Type / Crash
Component / ETH-RPC