Skip to content

feat(eip-161): implement empty account clearing#99

Merged
mw2000 merged 3 commits intomainfrom
feat/issue-73-empty-account-clearing
Mar 21, 2026
Merged

feat(eip-161): implement empty account clearing#99
mw2000 merged 3 commits intomainfrom
feat/issue-73-empty-account-clearing

Conversation

@mw2000
Copy link
Copy Markdown
Owner

@mw2000 mw2000 commented Mar 21, 2026

Track touched addresses across CALL/CREATE/SELFDESTRUCT execution paths and clear touched empty accounts after successful top-level execution. Add EIP-161-focused tests for zero-value CALL cleanup, non-empty preservation, reverted-child touch isolation, and SELFDESTRUCT beneficiary cleanup.

Closes #73

@mw2000 mw2000 force-pushed the feat/issue-73-empty-account-clearing branch from f203f45 to 01b6208 Compare March 21, 2026 09:14
mw2000 added 3 commits March 21, 2026 02:34
Track touched addresses across CALL/CREATE/SELFDESTRUCT execution paths and clear touched empty accounts after successful top-level execution. Add EIP-161-focused tests for zero-value CALL cleanup, non-empty preservation, reverted-child touch isolation, and SELFDESTRUCT beneficiary cleanup.
Apply formatter-aligned line wrapping in EIP-161 CREATE/CALL test updates so lint formatting passes on the rebased branch.
Resolve compile warning promoted to error in CI by removing duplicate :config assignment introduced during conflict resolution.
@mw2000 mw2000 force-pushed the feat/issue-73-empty-account-clearing branch from 01b6208 to 9cfb9a3 Compare March 21, 2026 09:34
@mw2000 mw2000 merged commit b0500f2 into main Mar 21, 2026
2 checks passed
@mw2000 mw2000 deleted the feat/issue-73-empty-account-clearing branch March 21, 2026 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement empty account clearing (EIP-161)

1 participant