raiden icon indicating copy to clipboard operation
raiden copied to clipboard

Raiden Network

Results 110 raiden issues
Sort by recently updated
recently updated
newest added

Follow up of #7500 The `raiden` (Python) client will become deprecated and does not receive updates to stay compatible with new contract releases and Light Client versions. Other components in...

## Abstract Once full web3.py support for 1559 txs has landed we should start using it. This will (hopefully) make our gas price calculations more predictable and also lower user...

Severity / Medium
Flag / Tech Debt
Component / ETH-RPC

Bumps [responses](https://github.com/getsentry/responses) from 0.20.0 to 0.21.0. Release notes Sourced from responses's releases. 0.21.0 Add threading.Lock() to allow responses working with threading module. Add urllib3 Retry mechanism. See #135 Removed internal...

dependencies

Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.6.0 to 3.7.1. Changelog Sourced from filelock's changelog. Changelog Commits 4730a40 Make the readme documentation point to the index page 4555608 Add ability to return immediately when...

dependencies

Bumps [raiden-contracts](https://github.com/raiden-network/raiden-contracts) from 0.40.3 to 0.50.1. Release notes Sourced from raiden-contracts's releases. v0.50.1 No release notes provided. v0.50.0: Arbitrum Support #1580 Establish better naming convention for time related values #1550...

dependencies

This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure. Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot GitHub...

## Abstract The API provides a way for to know the raiden address, but it does not indicate what chain (or chains?) it is connected to. This is not so...

Tag / Good First Issue

Depends on #5072. In order to give the WebUI the possibility to customize fees of a channel at run-time, the schema representation of a channel needs to include information about...

Component / API

## Abstract Currently we provide a very simple model, the HTTP request blocks until the operation is known to be safely finished, or error. This means that REST requests that...

Component / API

Recently, a number of scenarios failed due to MatrixSyncMaxTimeoutReached: ``` yzma:/data/scenario-player/scenarios# zgrep MatrixSyncMaxTimeoutReached **/*.stderr -l bf1_basic_functionality/node_5503_001/run-5503.stderr bf1_basic_functionality/node_5511_002/run-5511.stderr bf1_basic_functionality/node_5511_004/run-5511.stderr mfee2_proportional_fees/node_5486_001/run-5486.stderr mfee2_proportional_fees/node_5494_001/run-5494.stderr mfee3_only_imbalance_fees/node_5485_001/run-5485.stderr pfs2_simple_no_path/node_5484_002/run-5484.stderr pfs4_use_best_path/node_5473_000/run-5473.stderr pfs4_use_best_path/node_5473_001/run-5473.stderr pfs5_too_low_capacity/node_5474_001/run-5474.stderr pfs5_too_low_capacity/node_5474_002/run-5474.stderr pfs5_too_low_capacity/node_5474_004/run-5474.stderr pfs5_too_low_capacity/node_5481_003/run-5481.stderr pfs5_too_low_capacity/node_5481_004/run-5481.stderr pfs6_simple_path_rewards/node_0264_000/run-264.stderr...