raiden-contracts
raiden-contracts copied to clipboard
Raiden Network Smart Contracts
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...
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.
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...
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.
``` ==== 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...
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...
https://goerli.etherscan.io/tx/0x5c5075573ae834538fcab2ed00a9e07f87529ff458baff28f361e1fae85db8d2#internal shows some staticcall. I thought staticcall was somewhat deprecated favoring delegatecall. Why is staticcall still being used?
This issue keeps track of trying to use [Verisol](https://github.com/microsoft/verisol) and deciding what to do with it.
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...
https://github.com/dapphub/klab --- First I need to choose a reasonable goal.