You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add constructTest support to dio JSON format
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>
* docs: document constructTest in README and manual
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix: support empty test
* set debug before executing
* add failing nonce test
* fix test
* add tst/out/nonce.out
* hush
* conditional bzero
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,7 @@ If `code` is also supplied for the entry, the code will be used to verify the re
133
133
| `creator` | address of the account creating this contract | `0x3249936bDdF8bF739d3f06d26C40EEfC81029BD1` | `0x0000000000000000000000000000000000000000` |
Copy file name to clipboardExpand all lines: make/.rme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,7 @@ If `code` is also supplied for the entry, the code will be used to verify the re
133
133
| `creator` | address of the account creating this contract | `0x3249936bDdF8bF739d3f06d26C40EEfC81029BD1` | `0x0000000000000000000000000000000000000000` |
0 commit comments