runtimeverification / runtimeverification/kontrol
Implement `getCode` cheatcode
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 122
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
As noticed by @lucasmt, we should implement Foundry's getCode cheatcode which gets bytecode of a contract within Solidity without deploying it.
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 with the linked Foundry getCode cheatcode documentation and its examples, then locate Kontrol’s existing cheatcode support. No file or test is named in the issue; done means getCode retrieves a contract’s bytecode without deploying it and the behavior is covered by appropriate tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, solidity
- Domain
- blockchain
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100