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 cmds are sent in batch, validation failure of one cmd prevents other valid cmds from being sent.
For example, when one valid cmd and one invalid cmd are sent in batch, the result is a validation failure message of the invalid cmd, and the valid cmd is also not sent to the mempool.
Below is an example of this behavior.
Case 1: Send an invalid cmd and a valid cmd in batch
When cmds are sent in batch, validation failure of one cmd prevents other valid cmds from being sent.
For example, when one valid cmd and one invalid cmd are sent in batch, the result is a validation failure message of the invalid cmd, and the valid cmd is also not sent to the mempool.
Below is an example of this behavior.
Case 1: Send an invalid cmd and a valid cmd in batch
Result : Returns Validation Failure message of Invalid cmd.
Case 2: Separate the valid cmd from Case 1 and make a separate call.
Result: Returns requestKey of the valid cmd.
The text was updated successfully, but these errors were encountered: