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

Depends on #5069. Values defined on settings.py should be taken as default values and stored on the database on initialization. Subsequent access to these values should come from the database...

Type / Enhancement
Flag / Usability
Component / API

## Abstract The e.g. `GET /channels/` endpoint provides an endpoint for a set of all channels the node is connected to. It provides further filtering with `token` and `partner_address` URI...

Type / Enhancement
Component / API

Bumps [matrix-synapse](https://github.com/matrix-org/synapse) from 1.33.0 to 1.45.1. Release notes Sourced from matrix-synapse's releases. v1.45.1 Bugfixes Revert change to counting of deactivated users towards the monthly active users limit, introduced in 1.45.0rc1....

dependencies

For the performance speed test we need to set up some Raiden nodes with a specific topology and funded channels. Those need to be at specific regions and have to...

## Problem Definition In the last couple of months our CI performance has noticeably decreased. The current average workflow runtime seems to be 20+ minutes. Ideally we want to return...

Component / CI
Type / Optimization
Flag / Testing
Flag / Tech Debt
Component / Tooling

This is available in https://github.com/raiden-network/raiden-contracts/releases/tag/v0.39.0 and will make channel opening and deposit one transaction, which is faster and cheaper.

``` │2021-08-23 13:29:48.190059 [warning ] Unsupported Ethereum client version "Geth/v1.10.6-stable-576681f2/linux-amd64/go1.16.6" [raiden.network.rpc.client] ``` While running a local scenario, I saw this is the logs. While not critical this version should be...

Originated from https://github.com/raiden-network/raiden/pull/7252#discussion_r685294377

## Problem Definition A GET `api/v1/notifications` request returns only new notifications since the last request to the endpoint. The API deletes all notifications when this endpoint is called. This is...

Component / API
Type / Bug