stellar / rs-soroban-env

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

Trace should not emit diagnostic errors #1330

Closed graydon closed 6 months ago

graydon commented 6 months ago

The recently-added tracing machinery accidentally emits "internal error" diagnostic events if a trace-induced borrow fails. This PR fixes it.