Paul Lange
Paul Lange
This is available in https://github.com/raiden-network/raiden-contracts/releases/tag/v0.39.0 and will make channel opening and deposit one transaction, which is faster and cheaper.
``` │2021-08-23 13:29:48.190059 [warning ] Unsupported Ethereum client version "Geth/v1.10.6-stable-576681f2/linux-amd64/go1.16.6" [raiden.network.rpc.client] ``` While running a local scenario, I saw this is the logs. While not critical this version should be...
I'm running a raiden node with `--log-config raiden:info` and it doesn't log any information besides the syncing of new blocks and fee updates. I'd expect to get logging for received...
I see this error when starting two nodes at the same time in a LC test environment: ``` Traceback (most recent call last): File "/opt/raiden/bin/raiden", line 8, in sys.exit(main()) File...
I forgot to enable the VPN, and git this unclear error message: ``` Communicating with an external service failed. This can be caused by internet connection problems or any of...
## Problem Definition While investigating a mediated transfer from a light client to a python client (with a python client as mediator) I found that the transfer was blocked because...
Reference: https://github.com/raiden-network/light-client/issues/2177 Especially [this comment](https://github.com/raiden-network/light-client/issues/2177#issuecomment-705759209) Christian saw some the linked problem during testing withdraws on the light client. See the description below. We suspect that python and light client handle...
This is a tracker bug for tasks to do once we have the next breaking release. - [ ] [Rename nodeaddresses_to_networkstates](https://github.com/raiden-network/raiden/pull/6565) - [ ] [Rename CLI `--network_id` to `--chain_id`](https://github.com/raiden-network/raiden/pull/6564/files#diff-f9ae242ea5c3f431cbb17b9539236b09R78) -...
Sub-issue for https://github.com/raiden-network/raiden/issues/6506 ## Description If token swaps are enabled, the node needs up-to-date information about swapping rates. Therefore it needs to update the base rates each time a new...
**Describe the bug** The `CrossChainMessenger.getMessageReceipt` function doesn't provide the correct `fromBlock` parameter to the `contract.queryFilter` function. So running it after the receipt is available won't be returned a second time....