raiden
raiden copied to clipboard
Raiden Network
## Motivation At the moment all API calls that perform on-chain transaction block and only return after the transaction was mined. For providing better feedback to the user (e.g. etherscan...
- connection error when not being able to connect to an eth node could be improved - ~signed binaries?~ #7118 - In the UDC deposit Modal -> Provide etherscan link...
It does not make sense to reduce the block batch size if we are fetching less than block batch size anyway (e.g. a single block at a time).
According to https://app.circleci.com/insights/github/raiden-network/raiden/workflows/raiden-default/overview?reporting-window=last-90-days, we only have a success rate of 77% for test runs on develop. Since we only merge PRs which pass the tests, this value should be 100%...
The Raiden node will only use PFSes and MSes which are registered on-chain. For testing purpose and other reasons we should also enable adding additional addresses if a user wants...
## Abstract We currently only build x86_64 based macOS binary bundles. We should also support Apple Silicon ARM builds. ## Motivation It's the future ## Specification Needs all dependencies with...
## Description Fixes: # Please, describe what this PR does in detail: - If it's a bug fix, detail the root cause of the bug and how this PR fixes...
## Abstract For support/debugging as well as orchestrating raiden nodes, it can be very helpful to query the configured contract addresses of `raiden`. Similar to the `raiden version` command, we...
The transport changfed to the presence less scheme, removing state of presence in the raiden transport. Presence is asked on demand and can be fetched from the PFS. Presences are...
The private routing mode is broken since the recent metadata changes landed. We should at least document the current state and warn the user about it. We should also consider...