This issue keeps track of making sure that the proxies contain checks for all assert()s and require()s in the Solidity sources.
- the target version of the Raiden client is
raiden:develop.
- the target version of the Raiden contract is the version that
raiden:develop uses
steps
- list all
assert()s and require()s in the Solidity sources
- for each one, make sure that
- the
assert() or require() has corresponding checks in all related proxies, or
- the
assert() or require() can never be reached from any of the proxies
This issue keeps track of making sure that the proxies contain checks for all
assert()s andrequire()s in the Solidity sources.raiden:develop.raiden:developusessteps
assert()s andrequire()s in the Solidity sourcesassert()orrequire()has corresponding checks in all related proxies, orassert()orrequire()can never be reached from any of the proxies