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