raiden-contracts icon indicating copy to clipboard operation
raiden-contracts copied to clipboard

Raiden Network Smart Contracts

Results 100 raiden-contracts issues
Sort by recently updated
recently updated
newest added

Currently, CI builds do not detect when the deployed bytecode and the bytecode in contracts.json do not match. This issue keeps track of detecting this kind of difference in the...

P1
efforts: a few days hack

https://github.com/raiden-network/raiden-contracts/pull/943/files adds a script mint_tokens.py but it does not add tests on the script.

P3
efforts: a few hours hack

This issue keeps track of measuring the CI coverage over the Solidity code. For now no requirements to see the results on GitHub PRs. Just one script that shows the...

P1
efforts: a few days hack

This issue keeps track of * choosing how much efforts and how much quality improvement we want from mutation testing And if possible, plan something reasonable.

P4: good_to_have
efforts: a few hours hack

``` ==== External Call To Fixed Address ==== SWC ID: 107 Severity: Low Contract: UserDeposit Function name: withdraw(uint256) PC address: 2927 Estimated Gas Usage: 26715 - 109098 The contract executes...

P3
efforts: a few days hack

Currently, TokenNetwork's runtime bytecode seems to contain ECVerify's bytecode too. But if we deploy ECVerify at a separate address, maybe the bytecode of TokenNetwork shrinks. This issue keeps track of...

P3
efforts: a few hours hack

https://goerli.etherscan.io/tx/0x5c5075573ae834538fcab2ed00a9e07f87529ff458baff28f361e1fae85db8d2#internal shows some staticcall. I thought staticcall was somewhat deprecated favoring delegatecall. Why is staticcall still being used?

question
P3
efforts: a few hours hack

This issue keeps track of trying to use [Verisol](https://github.com/microsoft/verisol) and deciding what to do with it.

backlog
P1
efforts: a few days hack

Blinding the balance proof has two benefits: - It allows a node to use a monitoring service without revealing details about any transfer - It allows the uncooperative settlement do...

P2
efforts: a few days hack

https://github.com/dapphub/klab --- First I need to choose a reasonable goal.

P3