raiden
raiden copied to clipboard
Raiden Network
## 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...
## 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...
## 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...
## 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...
## 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...
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...
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...
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...
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...