Skip to content

Make sure that proxies have checks for all assert() and require() in the Solidity sources #4763

@pirapira

Description

@pirapira

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    State / MetaMeta issue, must be split into smaller issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions