Conversation
Adds a "constructTest" entry-level field that tests constructor execution — gasUsed, deployed code (output), logs, and status — with full support for the -u -w auto-update workflow. Also extracts shared helpers printEntryHeader, reportResult, and jsonScanTestEntry to eliminate duplication between tests and constructTest parsing/reporting. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Owner
Author
|
I get a segfault when |
wjmelements
commented
Feb 23, 2026
wjmelements
added a commit
to wjmelements/erc8167
that referenced
this pull request
Feb 23, 2026
wjmelements
added a commit
to wjmelements/erc8167
that referenced
this pull request
Feb 23, 2026
* initial gasUsed * add failing test for missing log * add missing log3 and update gasUsed * save 325 gas with delegatecall * update evm for constructTest support (wjmelements/evm#97) * testConstructorEvents * dio test for configure and implementation, add dio testing to `make test`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #80
Changes
constructTestentry field to dio JSON format for testing constructor execution (gas, deployed code, logs, status)printEntryHeader,reportResult,jsonScanTestEntryto eliminate duplicationdocs/manual.md