Skip to content

tui: storage command displays StorageInspector internal view, not live ledger state #755

@Timi16

Description

@Timi16

File: src/ui/tui.rsDebuggerUI::handle_command ("storage" arm)

self.storage_inspector.display() shows whatever the StorageInspector instance has accumulated internally, not a fresh snapshot from the executor. After a function call the displayed state may lag by one step.

Expected: The storage command should call engine.executor().get_storage_snapshot() and display the current ledger state, consistent with how the REPL does it.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions