runtimeverification / runtimeverification/kontrol
Add constraints on fresh `address` not being precompiled, existing account
Open
@jinxinglim is already working on this.
Since Jul 4, 2024.
enhancement
- Dominant language
- Python
- Stars
- 122
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Follow up to https://github.com/runtimeverification/kontrol/issues/380.
As identified by @PetarMax and @jinxinglim, we want to constrain freshAddress-generated addresses so they're not equal to any of the addresses in <accounts>. That can probably be done using in_keys.
Perhaps, we should also make sure that a fresh symbolic address is not a precompiled address if that hasn't been done.
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.
Assessment
This issue has not been assessed yet.