light-client icon indicating copy to clipboard operation
light-client copied to clipboard

The Raiden Light Client

Results 71 light-client issues
Sort by recently updated
recently updated
newest added

## 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...

sdk 🖥
Ready 🎬

## 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...

sdk 🖥
refactor

## 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...

sdk 🖥
refactor

## 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...

enhancement
dApp 📱
discussion 💬
infrastructure 🚧

## 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...

enhancement
dApp 📱
security

## 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 -...

Rollups ⭕

## 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...

dApp 📱
test

## 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...

enhancement
dApp 📱

## 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...

enhancement
dApp 📱
refactor
discussion 💬