runtimeverification / runtimeverification/kontrol
Add a test for an `etch` to a symbolic address
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 122
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
We should add the test ensuing we can etch to a symbolic address to the test suite:
function testSymbolicEtch() public {
address etch_addr = kevm.freshAddress();
bytes memory etch_code = bytes(hex"6060604052600436106100db576000357423dc45a92e672ff79fc00029");
vm.etch(etch_addr, etch_code);
}
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
Find the test suite for symbolic addresses and add the provided testSymbolicEtch entry point there. Run the relevant test command for that suite; done means the test successfully etches the supplied bytecode to a fresh symbolic address.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- solidity
- Domain
- blockchain, testing
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100