summaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler/wallet/backend/TalerErrorCode.kt
AgeCommit message (Collapse)Author
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.
2023-01-18[wallet] Fix crash when handling unknown error code.Iván Ávalos
2023-01-18[wallet] Refactored error codes into GANA-generated enumIván Ávalos
#0006632