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
Currently the SubmitTx family of methods will work even when specifying runtimes which are not configured as supported by the node. This will result in the transaction being submitted via the P2P network, but the client will be unable to see any results so the blocking variants will just block forever (or until a timeout).
The correct thing to do would be to fail SubmitTx early.
The text was updated successfully, but these errors were encountered:
Currently the
SubmitTx
family of methods will work even when specifying runtimes which are not configured as supported by the node. This will result in the transaction being submitted via the P2P network, but the client will be unable to see any results so the blocking variants will just block forever (or until a timeout).The correct thing to do would be to fail SubmitTx early.
The text was updated successfully, but these errors were encountered: