summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/backup/index.ts
AgeCommit message (Expand)Author
2024-02-19wallet-core: flatten directory structureFlorian Dold
2024-02-19wallet-core: simplify/unify DB accessFlorian Dold
2024-02-15implement task shepherd, many small fixes and tweaksdev/dold/task-shepherdFlorian Dold
2023-09-14wallet-core: use typed microsecond timestamps in DBFlorian Dold
2023-08-30wallet-core: remove old sync code, add stored backups skeletonFlorian Dold
2023-08-29wallet-core: remove usage of /wireFlorian Dold
2023-06-30wallet-core: rename OperationAttempt->TaskRun, do not allow task result value...Florian Dold
2023-06-20wallet-core: emit DD37 self-transition notifications with errorsFlorian Dold
2023-05-26taler-util,wallet-core: implement TalerPreciseTimestampFlorian Dold
2023-02-20wallet-core: fix retryTransaction, improve tx/op identifier parsing/constructionFlorian Dold
2023-02-16make wallet-cli runnable under qtartFlorian Dold
2023-01-17stronger type check to be sure that ErrorDetails is consistentSebastian
2023-01-09add 'when' to error-detail and remove error as normal response when doing backupSebastian
2022-11-25revert the Lost payment resultSebastian
2022-11-24fix 7465Sebastian
2022-11-16fix #7411, also making the backup payment visibleSebastian
2022-10-21fix: support for empty denom_selection when recoverying from backupSebastian
2022-10-12wallet-core: implement enabling/disabling dev modeFlorian Dold
2022-10-08wallet-core: Clean up merchant payments DB schemaFlorian Dold
2022-09-21wallet-core: make basic backup work againFlorian Dold
2022-09-20wallet-core: make basic backup work againFlorian Dold
2022-09-16prettySebastian
2022-09-16-move declarationFlorian Dold
2022-09-13wallet-core: introduce easier syntax for transactionsFlorian Dold
2022-09-13wallet-core: uniform retry handlingFlorian Dold
2022-05-18fix: update retry info before returnSebastian
2022-05-18all retryInfo function in the same namespace, adding missing retryInfo incrementSebastian
2022-03-29wallet: make retries more robust and consistentFlorian Dold
2022-03-23wallet: simplify crypto workersFlorian Dold
2022-03-23wallet: address crypto worker hang and warning about worker terminationFlorian Dold
2022-03-22wallet: improve error handling and error codesFlorian Dold
2022-03-21wallet: t_s/d_us migrationFlorian Dold
2022-03-08wallet-core: remove old+wrong backwards compatibility code pathFlorian Dold
2022-02-21towards implementing breaking exchange protocol changesFlorian Dold
2021-11-27wallet: support both protocol versionsFlorian Dold
2021-11-17wallet: implement exchange protocol v9Florian Dold
2021-11-03move HTTP status codes to taler-utilFlorian Dold
2021-10-07add anastasis skeleton, put crypto in taler-utilFlorian Dold
2021-08-19backupFlorian Dold
2021-07-15simplest implementation to remove one provider, also added a user-defined nam...Sebastian
2021-07-07add providers filter to runBackupCycleSebastian
2021-06-25implement backup scheduling, other tweaksFlorian Dold
2021-06-23sync: handle HTTP 304 correctlyFlorian Dold
2021-06-23set gzip timestamp to 0 in backup blobFlorian Dold
2021-06-20missing globalThis Polyfill, remove duplicate url utilSebastian
2021-06-17towards factoring out cyclic dependenciesFlorian Dold
2021-06-15separate wallet state from wallet clientFlorian Dold
2021-06-14fix up imports, no more esm in testsFlorian Dold
2021-06-14allow changing the wallet device IDFlorian Dold
2021-06-09database access refactorFlorian Dold