Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add a test for an etch to a symbolic address #841

Open
palinatolmach opened this issue Sep 30, 2024 · 0 comments · May be fixed by #844
Open

Add a test for an etch to a symbolic address #841

palinatolmach opened this issue Sep 30, 2024 · 0 comments · May be fixed by #844
Assignees

Comments

@palinatolmach
Copy link
Collaborator

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);
    }
@palinatolmach palinatolmach self-assigned this Sep 30, 2024
@palinatolmach palinatolmach linked a pull request Oct 1, 2024 that will close this issue
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant