Refactor transaction handling for signature state changes, to wrap them into transactions

Wrap signature state changes in transactions to prevent race conditions and ensure data integrity. Update controller and test class names to reflect broader state change capabilities. Enhance documentation with comments to clarify transaction requirements and procedure details for signature operations.
This commit is contained in:
2024-12-06 12:20:42 +01:00
parent 033053c437
commit 3af7824d01
6 changed files with 87 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
kind: Fixed
body: Wrap the signature's change state into a transaction, to avoid race conditions
time: 2024-12-06T12:19:32.808137032+01:00
custom:
Issue: ""