stack
stack copied to clipboard
[Ledger] (Feature Request) Choose failing behavior for bulk request
I observed that the _bulk request performs the actions in order until it fails and commits the actions performed.
I would love to be able to choose other behaviors, such as:
- Continue. If an action fails to complete in the middle of the array of actions, this option would make it so the ledger would continue to process the subsequent actions.
- Rollback. If an action fails to complete, rollback the previous actions in the array and return the failure reason.
The image shows that only 2 actions where performed even tough 3 were sent.