summaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler/wallet/backend/ApiResponse.kt
AgeCommit message (Collapse)Author
2024-03-28[wallet] WIP: observability eventsIván Ávalos
bug 0008509
2023-03-28[wallet] Don't run qtart in a separate processTorsten Grote
This required IPC and the mechanism chosen was limiting us to transferring 1MB (or less!) to/from wallet-core. Now we simply run it in an IO thread. The should be no functional difference (except new bugs introduced when swapping in a new mechanism). The second process with qtart running in WalletBackendService also got killed when the OS killed our main process.