summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core
AgeCommit message (Collapse)Author
2 daysbetter task resultHEADmasterSebastian
2 daysfix typo: validating the wrong stateSebastian
2 daysfix #8746Sebastian
2 daysfix #8735Sebastian
3 dayswallet-core: remove more remains of rewardsFlorian Dold
6 daysshow contract terms in dev modeSebastian
7 daysrename comments from demobank to bankSebastian
9 daysbump versions to 0.10.6v0.10.6Florian Dold
9 dayswallet-core: primitive DB trigger supportFlorian Dold
9 daysclear all caches when clearing DBFlorian Dold
9 daysevict cache when updating exchange databaseSebastian
9 dayswallet-core: extra cancellation pointsFlorian Dold
9 dayswallet-core: extra observability eventFlorian Dold
9 daysbump versions to 0.10.5v0.10.5Florian Dold
10 daysbump versions to 0.10.4Florian Dold
10 daysbump versions to 0.10.3v0.10.3Florian Dold
10 dayswallet-core: fix cancellationFlorian Dold
10 dayswallet-core: support cancellation for getWithdrawalDetailsForAmountFlorian Dold
10 dayswallet-core: perf, cachingFlorian Dold
10 dayswallet-core: refactor getTotalRefreshCostFlorian Dold
10 days-log request perfFlorian Dold
10 dayswallet-core: rename request to setWalletRunConfigFlorian Dold
The old name was ambiguous, as the request does not refer to the persistent config of the wallet, but the ephemeral run-time configuration of the wallet-core instance.
11 dayswallet-core: also shepherd fake refresh transactionFlorian Dold
Otherwise it won't show up as failing when refreshes are blocked via a different dev experiment.
11 dayswallet-core: improve refresh error handling, testFlorian Dold
13 dayswallet-core: make scope info mandatory on exchange entry responsesFlorian Dold
14 dayswallet-core: put exchange in update-unavailable if master pub / currency ↵Florian Dold
change unexpectedly
2024-04-04wallet-core: fix outdated check in coin selection testFlorian Dold
2024-04-04wallet-core: fix typo that affects reporting of pendingOutgoing balanceFlorian Dold
2024-04-04bump versions to 0.10.2v0.10.2Florian Dold
2024-04-04wallet-core: remove bogus code for denom re-selection in refreshFlorian Dold
2024-04-04-fix typo, remove unused config keyFlorian Dold
2024-04-04wallet-core: remove wire fee amortizationFlorian Dold
It doesn't exist anymore as a concept in the merchant.
2024-04-04wallet-core: fix reporting of devMode settingFlorian Dold
2024-04-04wallet-core: allow peer-pull with coins locked behind refreshFlorian 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: introduce setConfig requestFlorian Dold
Currently just an alias for initWallet, behavior might diverge in the future.
2024-04-03wallet-core: allow deposits with balance locked behind refreshFlorian Dold
2024-04-03wallet-core: preparations for deferred coin selectionFlorian Dold
2024-04-02wallet-core: don't throw on re-initializationFlorian Dold
2024-04-02wallet-core: preparations for refresh-blocked testFlorian Dold
2024-04-02wallet-core: allow repeat 'init' call to change wallet run configFlorian Dold
2024-04-02wallet-core: make refresh work againFlorian Dold
2024-04-02wallet-core: fix buggy creation of denom-loss transactionsFlorian Dold
2024-04-02wallet-core: refresh cleanup, preparations for #8568Florian Dold
2024-04-02wallet-core: fix outdated error messageFlorian Dold
2024-04-02wallet-core: missing DB migration for denomLossEvents indexFlorian Dold
2024-04-02fix #8693Sebastian
2024-03-31wallet-core: mark coins as lost, testFlorian Dold
2024-03-31wallet-core: denom loss notificationsFlorian Dold