Skip to content

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

Draft
patricios-space wants to merge 2 commits into
mainfrom
fix/tracetracker-destroied-contracts
Draft

[NONEVM-2623] Fix Trace tracker doesn't track destroyed contracts#200
patricios-space wants to merge 2 commits into
mainfrom
fix/tracetracker-destroied-contracts

Conversation

@patricios-space

@patricios-space patricios-space 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.

@patricios-space patricios-space changed the title Fix: Trace tracker doesn't track destroyed contracts [NONEVM-2623] Fix Trace tracker doesn't track destroyed contracts Sep 22, 2025
@patricios-space patricios-space 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