raiden
raiden copied to clipboard
Raiden Network
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...
## 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...
This is a part of #4763.
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....
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...
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...