Manuel Wedler

Results 125 comments of Manuel Wedler

According to the docs the `blocks_to_sync` should already be returned. There seems to be a bug in the API code.

Just a remark: The endpoint for the node settings should include the block confirmation interval in order to solve https://github.com/raiden-network/webui/issues/96.

Should be as easy as adding another text line to the detailed transfer view in the history

We went a step back from this again. There are several places where such 3rd party types were reintroduced. After having a quick look, places were we should eliminate these...

Are you receiving these notifications also for transfers that you are mediating?

This should be easy by using the new PFS endpoint: https://github.com/raiden-network/raiden-services/pull/1010

This needs a change in the API, as the API calls at the moment only return after an on-chain transaction was mined. I created an issue on the python client...

Using `import { BigNumber } from 'bignumber.js/bignumber';` should fix it for bignumber.js, see https://github.com/MikeMcl/bignumber.js/issues/278

The address got bigger with this PR #507 . I think we shouldn't show it in full length in the header. The QR code overlay and the tooltip should be...

The WebUI already shows a popup for every error returned from the API. @hackaugusto Did you encounter that this was not the case for a failing withdraw?