Client: Return error on skipped operation in simulation
Context
This MR makes the simulation done by the client return all results for batches of multiple operations (when used with force). This is important for the ORU (SCORU and TORU) nodes as the injector uses this mechanism to construct L1 batches.
Manually testing the MR
dune exec tezt/tests/main.exe -- --file client_commands.ml simulation
dune exec tezt/tests/main.exe -- --file client_commands.ml injection
Checklist
-
Document the interface of any function added or modified (see the coding guidelines) -
Provide automatic testing (see the testing guide). -
For new features and bug fixes, add an item in the appropriate changelog ( docs/protocols/alpha.rstfor the protocol and the environment,CHANGES.rstat the root of the repository for everything else). -
Select suitable reviewers using the Reviewersfield below. -
Select as Assigneethe next person who should take action on that MR
Edited by Alain Mebsout