aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
11 daysbootstrap: recurse submodulesFlorian Dold
12 daysbump version to 0.13.4v0.13.4Iván Ávalos
12 dayswallet-core: ensure that exchange entry gets added in preparePeerPushCredit!Iván Ávalos
13 dayswallet-core: remove special characters from wire transfer subjectFlorian Dold
Some banks don't like it, we shall only use ASCII letters and numbers from now on.
13 daysTranslated using Weblate (German)Stefan Kügel
Currently translated at 6.0% (42 of 698 strings) Translation: GNU Taler/Merchant Backoffice Translate-URL: https://weblate.taler.net/projects/gnu-taler/merchant-backoffice/de/
13 daysTranslated using Weblate (German)Stefan Kügel
Currently translated at 17.4% (66 of 379 strings) Translation: GNU Taler/webextensions Translate-URL: https://weblate.taler.net/projects/gnu-taler/webextensions/de/
2024-09-17bump version to 0.13.3v0.13.3Florian Dold
2024-09-17harness: adjust merchant-exchange-confusionFlorian Dold
Merchant behavior has changed here.
2024-09-17wallet-core: fix deposit state machineFlorian Dold
When a deposit transaction is in pending(track), it can only be failed, not aborted. While the deposit is being tracked, it can still fail (due to KYC). That would result in lost funds, thus the only available option is fail.
2024-09-17fix #9178Sebastian
2024-09-17-missing fileFlorian Dold
2024-09-17harness: test for the withdrawal prepare stepFlorian Dold
2024-09-16Translated using Weblate (Spanish)Sebastian Marchano
Currently translated at 39.6% (277 of 698 strings) Translation: GNU Taler/Merchant Backoffice Translate-URL: https://weblate.taler.net/projects/gnu-taler/merchant-backoffice/es/
2024-09-16Translated using Weblate (Turkish)Muha Aliss
Currently translated at 5.2% (28 of 531 strings) Translation: GNU Taler/Merchant Backoffice Translate-URL: https://weblate.taler.net/projects/gnu-taler/merchant-backoffice/tr/
2024-09-16Translated using Weblate (Turkish)Muha Aliss
Currently translated at 45.3% (172 of 379 strings) Translation: GNU Taler/webextensions Translate-URL: https://weblate.taler.net/projects/gnu-taler/webextensions/tr/
2024-09-16Added translation using Weblate (Turkish)Muha Aliss
2024-09-16fix #9192Sebastian
2024-09-16fix #8987Sebastian
2024-09-16updated stringsSebastian
2024-09-15wallet-core: fix commentIván Ávalos
2024-09-15wallet-core: add exchange entry in preparePeerPushCreditIván Ávalos
2024-09-12-loggingFlorian Dold
2024-09-12harness: wait loop in kyc-merchant-depositFlorian Dold
2024-09-12-loggingFlorian Dold
2024-09-12wallet-core: handle kyc-check status codes properly in deposit kyc authFlorian Dold
2024-09-12harness: new test for KYC auth transferFlorian Dold
2024-09-12wallet-core: support abort/fail in new deposit statesFlorian Dold
2024-09-12wallet-core: add lpt param to deposit tracking longpollerFlorian Dold
2024-09-12wallet-core: implement getMaxPeerPushDebitAmount, fix p2p push instructed ↵Florian Dold
amount semantics
2024-09-11wallet-core: fix deposit kyc transition, also fix testFlorian Dold
2024-09-11harness: new test for merchant aggregation KYCFlorian Dold
2024-09-11harness: new test for merchant deposit KYCFlorian Dold
2024-09-11new prebuilt devSebastian
2024-09-11since we change the lock base vrsion, we need a more recent pnpmSebastian
2024-09-11remove test dataSebastian
2024-09-11fix #9156Sebastian
2024-09-11wallet-core: support restricting scope for peer push paymentsFlorian Dold
2024-09-11update lockfileFlorian Dold
2024-09-11wallet-core: fix perExchange insufficient balance reportingFlorian Dold
Also tests the expected behavior in the integration test
2024-09-11bump version to 0.13.2v0.13.2Iván Ávalos
2024-09-11wallet-core: exposed KYC limits WIPFlorian Dold
2024-09-10harness: test getMaxDepositAmountFlorian Dold
2024-09-10harness: allow specifying pay/wire delays when provisioning merchant instancesFlorian Dold
2024-09-09show bic in aml searchSebastian
2024-09-09wallet-core: move getMaxDepositAmount to coinSelection.tsFlorian Dold
The function is now using the normal wallet-core coin selection infrastructure, leading to automatic support for credit/debit restrictions and less code duplication.
2024-09-09wallet-core,util: refactor, don't expose unimplemented wallet-core callsFlorian Dold
2024-09-09wallet-core: return withdrawal tx details, even without exchangeFlorian Dold
2024-09-09harness: run new merchant helper processes in testsFlorian Dold
2024-09-09taler-util: content type header hotfixFlorian Dold
2024-09-09taler-util: trace-log response headersFlorian Dold