We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
etch
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); }
The text was updated successfully, but these errors were encountered:
palinatolmach
Successfully merging a pull request may close this issue.
We should add the test ensuing we can
etch
to a symbolic address to the test suite:The text was updated successfully, but these errors were encountered: