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
When sending a tx that fails validation, sendTx just returns, but doesn't actually send the tx. The client has to find out whether the tx succeeded by querying the tx and seeing it's not actually on the node. We should instead throw on the spot.
While this is an easy change, it breaks pretty much all of our e2e tests, so it'll take time to implement.
The text was updated successfully, but these errors were encountered:
When sending a tx that fails validation,
sendTx
just returns, but doesn't actually send the tx. The client has to find out whether the tx succeeded by querying the tx and seeing it's not actually on the node. We should instead throw on the spot.While this is an easy change, it breaks pretty much all of our e2e tests, so it'll take time to implement.
The text was updated successfully, but these errors were encountered: