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

This is a tracker bug for tasks to do once we have the next breaking release. - [ ] [Rename nodeaddresses_to_networkstates](https://github.com/raiden-network/raiden/pull/6565) - [ ] [Rename CLI `--network_id` to `--chain_id`](https://github.com/raiden-network/raiden/pull/6564/files#diff-f9ae242ea5c3f431cbb17b9539236b09R78) -...

State / Meta

Consider the following blockchain transactions: - Channel is closed - Channels is settled If both of the blockchain events for the above transactions are fetched in the same batch, then:...

Component / State Machine

## Problem Definition All our releases as well as the source tree in `master` currently default to the `production` `environment-type`. IMO this is a problem since we want our users...

Type / Enhancement
Flag / Usability

In addition to issues #1155 (partly done), #1156 and #1157. The fuzz test should cover the whole state machine, so in addition to the role-specific state changes mentioned there, we...

Flag / Testing

Sub-issue for https://github.com/raiden-network/raiden/issues/6506 ## Description If token swaps are enabled, the node needs up-to-date information about swapping rates. Therefore it needs to update the base rates each time a new...

Type / Enhancement
Component / ETH-RPC

## Abstract Raiden protocol requires strong guarantees about delivery and acceptance (correctly processing) of most of its messages, due to strict requirements related to state consistency between parts. Initially because...

Type / Enhancement
Type / Optimization
Component / State Machine

## Abstract We want to support single payments that cross token network boundaries. ## Motivation TBD ## Specification - Implementation in Raiden itself External makes little sense b/c of difficulties...

Type / Enhancement
State / In discussion
State / Meta
Component / WebUI
Component / API
Component / Transport
Component / PFS
Component / State Machine
Component / CLI

## Abstract A major failure, or accidental deletion of the local database, may result in the irretrievable loss of off-chain funds. The method of making (even frequent) backups of the...

Type / Enhancement
Flag / Usability

lacking tests for https://github.com/raiden-network/raiden/pull/3713#pullrequestreview-231587165: - When the resolver is set and the code paths which request the secret from the resolver. - Refund transfers should fail the transfer. - If...

Flag / Testing