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
Datums are already unpacked as of #171, but utxo_state::observe_output() doesn’t currently persist them. Extend UTXOValue to include the datum (supporting both inline and hash forms), and ensure observe_output() stores it when outputs are inserted.