raiden
raiden copied to clipboard
Raiden Network
## Problem Definition The automatic release deployment is broken: - [Github Releases](https://app.circleci.com/pipelines/github/raiden-network/raiden/11579/workflows/5331fcb1-a03f-46a7-ade2-23ede1b9970f/jobs/184146) - [Homebrew](https://app.circleci.com/pipelines/github/raiden-network/raiden/11579/workflows/5331fcb1-a03f-46a7-ade2-23ede1b9970f/jobs/184147)
## Problem Definition #6887 fixed most deprecation warnings as of 2021.03. The remaining ones are dependent on upstream fixes: Requires: raiden-network/raiden-api-client#1 Requires: matrix-org/synapse#9641 ~~Requires: matrix-org/synapse#9642~~ Requires: slezica/python-frozendict#25 Requires: bitprophet/releases#94
After deleting my node's database, I started raiden again and got the following exception: ``` Traceback (most recent call last): File "/home/ivan/src/raiden/raiden/ui/cli.py", line 724, in _run run_services(kwargs) File "/home/ivan/src/raiden/raiden/ui/runners.py", line...
The Raiden project consists of multiple sub-projects with their own repositories. The processes used for releases and deployments differ between most of them. Ideally, they the processes would be the...
# Overview The interface to the transport module has changed such that each message gets enqueued with an `AddressMetadata` object. This object is supposed to be passed along the state...
`AddressMetadata` are being sent in LockedTransferMessages along with the route. They are stored as a dictionary `address_to_metadata` in [`RouteMetadata`](https://github.com/raiden-network/raiden/blob/6f50bf01fb8dbaf3606dae362df24e441435562f/raiden/messages/transfers.py#L411). Raiden has a [schema class](https://github.com/raiden-network/raiden/blob/0346e5f27599c17e25f1bffd7f148645c749649c/raiden/storage/serialization/schemas.py#L214) how leaf types should be serialized....
Hi Raiden team, Thanks for the great work! Please consider the following update, that in my opinion will help developers to create a number of great apps based on Raiden...
## Problem Definition PR #6823 introduced a bug with accessing the service registry contract. This crashed the client during startup. https://github.com/raiden-network/scenario-player/issues/661 was caused by this. IMO, we should have caught...
Due to the inheritance model of the state-changes for mediated transfers there is quite some redundancy when initiating the "leaf" classes in the inheritance tree, e.g. `ActionInitMediator` or `ActionInitTarget`. Because...
## Meta-issue As users are developing against the Raiden API v1, they will have feature requests or might notice design-flaws of the current API. This meta-issue will be a place...