Skip to content

[NONEVM-2623] Fix Trace tracker doesn't track destroyed contracts - #200

Draft
duck-types wants to merge 2 commits into
mainfrom
fix/tracetracker-destroied-contracts
Draft

duck-types wants to merge 2 commits into
mainfrom
fix/tracetracker-destroied-contracts

Conversation

@duck-types

@duck-types duck-types commented Sep 22, 2025 •

Copy link
Copy Markdown
Collaborator

NONEVM-2623

When sending a message with SEND_MODE_CARRY_ALL_BALANCE + SEND_MODE_DESTROY, a contract will clean its state and free the address it is occupying. Trace tracker uses SubscribeOnTransactions, which does not work when a contract is destroyed.

DoD: Fix trace tracker so it is able to wait for the whole trace, even for messages that result in destroyed contracts.

@duck-types duck-types changed the title Fix: Trace tracker doesn't track destroyed contracts [NONEVM-2623] Fix Trace tracker doesn't track destroyed contracts Sep 22, 2025
@duck-types duck-types added the backlog Task has been deprioritized label Oct 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backlog Task has been deprioritized

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant