Many batched operation functions return values ignored by the caller batch(). While this may be acceptable for the front-end, which picks up any state changes from such functions via emitted events, integrating protocols that make a call to batch() may require it to package and send back return values of all operations from the batch to react on-chain to the success/failure or other return values from such calls. Otherwise, they will be in the dark on the success/impact of batched operations theyve triggered.
See issue #46 for code examples.
Recommend packaging and sending back return values of all batched operations functions to the caller of batch().
albertocuestacanada (Yield) confirmed and resolved
