André Vitor de Lima Matos

Results 20 issues of André Vitor de Lima Matos

## Abstract Raiden protocol requires strong guarantees about delivery and acceptance (correctly processing) of most of its messages, due to strict requirements related to state consistency between parts. Initially because...

Type / Enhancement
Type / Optimization
Component / State Machine

You mentioned https://github.com/luochen1990/rainbow here: https://github.com/HerringtonDarkholme/yats.vim/issues/124#issuecomment-512065243 but seems like Yats breaks it. I tried setting different configs at rainbow, but it always seems `typescriptParens` syntax definition always come first and break...

enhancement
question

Without this plugin, `` `[ `` and `` `] `` can be used to go to the first and last character of last yank. This is useful to select last...

Fixes # **Short description** **Definition of Done** - [ ] Steps to manually test the change have been documented - [ ] Acceptance criteria are met - [ ] Change...

## Description On #1494 , we introduced the `rateToSvt` config, which is required for receiving and monitoring transfers, and allows to set a conversion/exchange rate between the transfer token and...

enhancement
sdk 🖥
dApp 📱
discussion 💬
security

## Description The latest major RxJS version is 7, which we're using, but they've recently merged a few deprecations in order to simplify their operator's set taking effect mostly on...

good first issue
sdk 🖥
refactor
dependencies

## Description Currently, there're some methods on the `Raiden` class (public interface of SDK) which, although not changing directly the state, interact with blockchain in a read-write manner and should...

sdk 🖥
refactor

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