aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/db.ts
AgeCommit message (Collapse)Author
13 hoursharness: test for FORM-based KYCHEADmasterFlorian Dold
7 dayswallet-core: implement basic wallet KYC for balance thresholdsFlorian Dold
2024-07-31fix spellSebastian
2024-07-30wallet-core: use materialized transaction, migrateFlorian Dold
2024-07-15wallet-core: implement exchange entry state outdated-updateFlorian Dold
2024-07-15Revert "add outdated-update state to exchange reload"Iván Ávalos
This reverts commit eff82c95fda954b1fceec7446c845a3b2bf4e705.
2024-07-15add outdated-update state to exchange reloadIván Ávalos
2024-07-08wallet-core: refactor transaction details / new transactionsMeta storeFlorian Dold
2024-07-01logging, clear cache after updating DBFlorian Dold
2024-06-30wallet-core: DB migrationFlorian Dold
2024-06-28wallet-core: return currency specification from exchangeFlorian Dold
2024-06-28wallet-core: support externally confirmed bank-integrated withdrawalsFlorian Dold
2024-06-17wallet-core: coin historyFlorian Dold
2024-06-17wallet-core,harness: new test, provide reason for exchange entry update ↵Florian Dold
conflicts
2024-06-13-commentFlorian Dold
2024-06-13wallet-core: remove coinAllocationId, simplify coin history storeFlorian Dold
2024-06-13wallet-core: introduce coin history store, spend coins transactionallyFlorian Dold
2024-06-10wallet-core: introduce finalizing stateFlorian Dold
2024-06-10wallet-core: fix duplicated transaction states, remove some dead codeFlorian Dold
2024-06-06working #8882Sebastian
2024-05-28fix #8828Sebastian
2024-05-23wallet-core: support bank-integrated withdrawal with amount selection by walletFlorian Dold
2024-05-20codespell and prettySebastian
2024-05-20fix #8856 #8840Sebastian
2024-05-16work in progress for #8856Sebastian
2024-05-07fix codespellSebastian
2024-04-30wallet-core: new states for withdrawal, prepare/confirm requestsFlorian Dold
2024-04-23wallet-core: pass options object to all transactionsFlorian Dold
2024-04-23wallet-core: prepare for cancellable DB access handleFlorian Dold
2024-04-05wallet-core: put exchange in update-unavailable if master pub / currency ↵Florian Dold
change unexpectedly
2024-04-04-fix typo, remove unused config keyFlorian Dold
2024-04-04wallet-core: allow peer-push with coins locked behind refreshFlorian Dold
2024-04-04wallet-core: allow payments to merchant with coins locked behind refreshFlorian Dold
2024-04-03wallet-core: allow deposits with balance locked behind refreshFlorian Dold
2024-04-02wallet-core: refresh cleanup, preparations for #8568Florian Dold
2024-04-02wallet-core: missing DB migration for denomLossEvents indexFlorian Dold
2024-03-31wallet-core: implement denom-loss transactionFlorian Dold
2024-03-27-fix status codeFlorian Dold
2024-03-27wallet-core: purge other database tables when purging an exchangeFlorian Dold
2024-03-27wallet-core: report more info about (missing) feesFlorian Dold
2024-03-27wallet-core: fix taler://withdraw-exchange pub key checkFlorian Dold
2024-03-27wallet-core: preparations for materialzed txnsFlorian 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