summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/db.ts
AgeCommit message (Collapse)Author
2024-03-27wallet-core: preparations for materialzed txnsdev/dold/materialized-transactionsFlorian Dold
2024-03-26-minor db optimiations, loggingFlorian Dold
2024-03-25wallet-core: re-denomination of withdrawal groupsFlorian Dold
2024-03-07wallet-core: implement and test lost flag for denominationsFlorian Dold
2024-03-07refactor coin selection, report maxEffectiveSpendAmountFlorian Dold
2024-03-05wallet-core: duplicate stateFlorian Dold
2024-03-05wallet-core: use state instead of yet another flagFlorian Dold
2024-03-05notify the UI about order paid by another walletSebastian
After the request about the status of a shared payment returns "PAID = true" save the information in the database and use it to notify that the order is already-paid with paid:true If the order is already-aid with paid:false the UI will show claim-by-another-wallet which is not wrong but for this use case the other-wallet intentionally paid in the same session and is expected to be redirected to the purchased fulfillment url. note that the purchase does not create a transaction yet, since the payment is not made in the first wallet. And we should also take into account how this interacts with the repurchase detection.
2024-02-27DB observabilityFlorian Dold
2024-02-22wallet-core: cache control when force-reloading exchange entriesv0.9.4-dev.17Florian Dold
2024-02-20wallet-core: better error handling for DB issues in init requestFlorian Dold
2024-02-20wallet-core: count deposits towards pendingOutgoingFlorian Dold
2024-02-19restructureFlorian Dold
2024-02-19wallet-core: flatten directory structureFlorian Dold
2024-02-19-unused typeFlorian Dold
2024-02-19wallet-core: simplify/unify DB accessFlorian Dold
2024-02-16fix #8415Sebastian
2024-02-13wallet-core: operation status for recoupFlorian Dold
2024-02-12add more info when wallet-core is not availableSebastian
2024-01-29wallet-core,harness: let runIntegrationTest wait for its own transactionsFlorian Dold
2024-01-23wallet-core: properly migrate new indexFlorian Dold
2024-01-22wallet-core: implement and test balance reporting with scope infoFlorian Dold
2024-01-22wallet-core: implement DD45 global currency management requestsFlorian Dold
2024-01-19wallet-core: fix bugs.taler.net/n/7836Florian Dold
The test case for expired refunds now does more checks. A DB query bug for refund items was also fixed.
2024-01-16wallet-core: implement remaining DD48 calls, testFlorian Dold
2024-01-15wallet-core: fix pay state machine when order is deletedFlorian Dold
2024-01-15wallet-core: uniform transaction interface, cleanupFlorian Dold
2024-01-13wallet-core: test request to diagnose sleep/wakeup issue on iOSFlorian Dold
2024-01-09wallet-core: refactor peer-pull-debit and test abortingFlorian Dold
2024-01-08wallet-core: fix error reporting for exchange entriesFlorian Dold
2024-01-08wallet-core: fix query for nonfinal payment transactionsFlorian Dold
2023-12-18wallet-core: towards properly handling peer-pull-debit expiryFlorian Dold
2023-12-12wallet-core: towards better DD48 supportFlorian Dold
2023-12-11wallet-core: fix db importFlorian Dold
2023-12-01exchange account infoSebastian
2023-11-30wallet-core: handle peer-pull-credit expiryFlorian Dold
2023-11-28-more consistent namingFlorian Dold
2023-11-23wallet-core: implement balance flags for UI badgesFlorian Dold
2023-11-22wallet-core: implement and test currency conversion withdrawalsFlorian Dold
2023-11-09wallet-core: fix bogus timestamp logicFlorian Dold
2023-10-02wallet-core: currency hint for preset exchangesFlorian Dold
2023-09-28add empty migration from previous database versionFlorian Dold
2023-09-15wallet-core: make planchets.byGroupAndIndex uniqueFlorian Dold
2023-09-14-remove unused recordFlorian Dold
2023-09-14wallet-core: consistently use usec timestamps in DBFlorian Dold
2023-09-14wallet-core: use typed microsecond timestamps in DBFlorian Dold
2023-09-12wallet-core: move contract terms to object storeFlorian Dold
2023-09-12wallet-core: use batch deposit APIFlorian Dold
2023-09-11-WalletContractData doesn't belong to the DBFlorian Dold
2023-09-08wallet-core: more DB cleanupFlorian Dold