aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core
AgeCommit message (Collapse)Author
2024-06-18wallet-core: round-robin waiting for long-pollingFlorian Dold
With dynamic long-poll timeout computation
2024-06-17do not check on initiate, check on confirmSebastian
2024-06-17wallet-core: draft qr content generationFlorian 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-17wallet-core: fix auto-refund state machineFlorian Dold
Properly use the new finalizing state
2024-06-16wallet-core: process sessions in refresh group sequentiallyFlorian Dold
Otherwise we can easily run in the situation where we make a lot of crypto and network requests in parallel, never really making progress, because we go OOM before the results are committed to the DB.
2024-06-16wallet-core: fix return value of getExchangeTos for missing ToSFlorian Dold
2024-06-14wallet-core: missing object store, sortFlorian Dold
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-13wallet-core: implement getDepositWireTypesForCurrencyFlorian Dold
2024-06-13wallet-core: stick with naming conventionsFlorian Dold
Should be non-breaking as only webext uses these calls at the moment.
2024-06-12do not throw error when asking withdrawal info for instructed amount 0Sebastian
2024-06-11wallet-core: check that ToS was accepted for certain requestsFlorian Dold
2024-06-11wallet-core: fix bank integration API protocol rangeFlorian Dold
2024-06-11wallet-core: refactor wait functionFlorian Dold
2024-06-11wallet-core: introduce 'missing-tos' tosStatus for exchange entriesFlorian Dold
2024-06-10fix #8886Sebastian
2024-06-10bump versions to 0.11.4v0.11.4Florian Dold
2024-06-10wallet-core: fix long-polling issueFlorian Dold
We must specify the old_state, because otherwise the withdrawal operation status returns query immediately in state "selected", causing the withdrawal to go into back-off.
2024-06-10wallet-core: introduce finalizing stateFlorian Dold
2024-06-10-dceFlorian Dold
2024-06-10wallet-core: fix duplicated transaction states, remove some dead codeFlorian Dold
2024-06-10wallet-core: report 'retry' as part of transaction actions where applicableFlorian Dold
2024-06-07takin currency from instructedSebastian
2024-06-07bump versions to 0.11.3v0.11.3Florian Dold
2024-06-07operation retriesSebastian
* should not be changed outside of shepherd * scheduled result should be saved
2024-06-07wait for previous task to be cancelledSebastian
2024-06-06making the error visibleSebastian
2024-06-06working #8882Sebastian
2024-06-06update bank api with card feeSebastian
2024-06-05bump versions to 0.11.2v0.11.2Florian Dold
2024-06-05-simplifyFlorian Dold
2024-06-05wallet-core: properly adjust visibleCoinCount in availability record when ↵Florian Dold
refreshing a fresh coin
2024-06-05wallet-core: fail refresh when denomination is unknown to exchangeFlorian Dold
2024-06-04more logSebastian
2024-05-28fix #8828Sebastian
2024-05-27bump versions to 0.11.1v0.11.1Iván Ávalos
2024-05-27wallet-core: also check EC of melt response before abortingFlorian Dold
2024-05-27wallet-core: rethrow exceptionFlorian Dold
2024-05-27wallet-core: ensure DB is open before handling requestFlorian Dold
2024-05-27wallet-core: test-only request to reset all retriesFlorian Dold
2024-05-27wallet-core: requests don't need a running shepherdFlorian Dold
2024-05-23Revert "wallet-core: implement acceptBankIntegratedWithdrawal via ↵Florian Dold
prepare/confirm step" This reverts commit 274b72f6ea4ac92e334b97a9cc427d64b2307217.
2024-05-23wallet-core: implement acceptBankIntegratedWithdrawal via prepare/confirm stepFlorian Dold
This avoids duplication of some subtle logic.
2024-05-23-simplifyFlorian Dold
2024-05-23wallet-core: support bank-integrated withdrawal with amount selection by walletFlorian Dold
2024-05-23redo commit #aa39162deSebastian