The refactoring of the Transact method (#1577) and the extraction of the transaction actions from the handlers have introduced code duplication in request parameter validation (see feedback on #1650).
This should be investigated and improved. One suggestion under #1650 by @mickmis was to introduce a Validate field in the OperationHandler struct.
The refactoring of the
Transactmethod (#1577) and the extraction of the transaction actions from the handlers have introduced code duplication in request parameter validation (see feedback on #1650).This should be investigated and improved. One suggestion under #1650 by @mickmis was to introduce a
Validatefield in theOperationHandlerstruct.