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
The gas units displayed actually refer to the entire batch and not the single inner tx, we should move this log to the batch level
In case of InnerTxResult::OtherFailure we display the entire result. In case of multiple failures we could end up spamming the error stream of the user
The text was updated successfully, but these errors were encountered:
It seems like the
display_batch_resp
function is producing a slightly misleading output.namada/crates/sdk/src/tx.rs
Lines 435 to 483 in cb1e963
More specifically:
gas units
displayed actually refer to the entire batch and not the single inner tx, we should move this log to the batch levelInnerTxResult::OtherFailure
we display the entire result. In case of multiple failures we could end up spamming the error stream of the userThe text was updated successfully, but these errors were encountered: