soroban-cli
soroban-cli copied to clipboard
Feature: Adds logging for DiagnosticEvents that are emitted during simulation
What
DiagnosticEvents emitted during a simulation are returned after this PR is merged: https://github.com/stellar/rs-stellar-rpc-client/pull/8
The CLI will now log these and print out the JSON string of the event.
Why
It is nice to have a human readable string in addition to the XDR of the event. Resolves https://github.com/stellar/stellar-cli/issues/1447
Known limitations
N/A
@BlaineHeffron Is this something you're still contributing?
@BlaineHeffron Is this something you're still contributing?
Yes, it depends on https://github.com/stellar/rs-stellar-rpc-client/pull/8 first though