light-client
light-client copied to clipboard
The Raiden Light Client
## Description Set [ratetoSVT ](https://github.com/raiden-network/light-client/search?q=ratetoSVT)as a default for DAI, WETH and TTT See the following sheet with historic rates: https://docs.google.com/spreadsheets/d/1U1vOtUQdavuEHAXQ33p9WyTuViaHzL4s9Dnd9ejJBhE/edit#gid=569930139 The DAI/WETH thresholds the python team is using can be...
## Description Relatively simple refactor. [raiden-ts/src/transfers/epics/locked.ts](https://github.com/raiden-network/light-client/blob/01f2e78766c561eee5d3fe18a5255590878b437f/raiden-ts/src/transfers/epics/locked.ts) transfer epic contains all the logic which _atomically_ mutates a channel state on off-chain messages. More specifically, it emits actions as reaction to off-chain...
## Description Internally, transfers are uniquely identified (primary key) by a string composed of 2 fields: `{direction}:{secrethash}`. This works fine if we think that, even for mediators, there may only...
## User Story Now that we have figured out saving artifacts for built versions and deploying and serving built dApp from any relative paths, it should be feasible to have...
## Description When a version update includes breaking changes, mostly by new contracts, the user must be informed about that and should first take action and withdraw all funds from...
## Description The document should be the outcome of the research phase an POC. How does this differ from just documenting the findings in new/separate issues? ## Acceptance criteria -...
## Description Due to time pressure for the PayWall MVP and the complexity of this task, I'm opening this issue to actually write the end-to-end tests for the feature in...
## Description This refers to the cases `f)` and `g)` in [this image](https://github.com/raiden-network/light-client/issues/2882#issuecomment-914412357). For the first version of the quick pay feature in #2882 this was skipped. This means when...
## Description In the `RELEASE.md` document [here](https://github.com/raiden-network/light-client/blob/master/RELEASE.md#preparing-a-new-release) first `CHANGELOG` files from all the 3 repos are changed but when `./prepare-release.sh` script is executed it makes a commit only from the...
## Description Using plain strings for the control-flow of an application is never a good idea. It simply lacks in all advantages that code tools can give you. So does...