stellar / rs-soroban-env

Rust environment for Soroban contracts.
Apache License 2.0
60 stars 40 forks source link

Output a debug event for INVOKE_HOST_FUNCTION_ENTRY_ARCHIVED #1312

Closed leighmcculloch closed 8 months ago

leighmcculloch commented 8 months ago

Output a debug event for INVOKE_HOST_FUNCTION_ENTRY_ARCHIVED.

we don't currently produce the debug event for INVOKE_HOST_FUNCTION_ENTRY_ARCHIVED

Ref: https://discord.com/channels/897514728459468821/966788672164855829/1191874016630284318

It's useful to output a debug event in this case so that developers can inspect which entry is archived and causing the invoke to fail.