runtimeverification / runtimeverification/kontrol
CSE: Add constraints on `address` fields, parameters
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 122
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
As posted by @PetarMax in https://github.com/runtimeverification/kontrol/issues/822#issuecomment-2367887988, when summarising a function, if one of the parameters or fields is an address, we need to assume that it does not equal the cheatcode account address.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the function-summary path for CSE and the handling of parameter and field assumptions. Trace how the cheatcode account address is represented, then add coverage showing that address parameters and fields are constrained not to equal it; done means both cases are handled during summarisation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- blockchain
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100