aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core
AgeCommit message (Collapse)Author
2023-08-29taler-harness: remove axios usage, renovate some testsFlorian Dold
2023-08-24harness: modernize some testsFlorian Dold
2023-08-23harness: shared test environment WIPFlorian Dold
2023-08-23-formatting / don't use deprecated methodFlorian Dold
2023-08-22wallet-core: always use batch withdrawalFlorian Dold
2023-08-22-loggingFlorian Dold
2023-08-22wallet-core: use sqlite for in-memory DBFlorian Dold
2023-08-22wallet-core: simplify/optimize async conditionFlorian Dold
2023-08-22wallet-core: wake up task loop on tx status changesFlorian Dold
2023-08-22sqlite3 backend for idb-bridge / wallet-coreFlorian Dold
2023-08-05wallet-core: introduce tiny digitsFlorian Dold
2023-08-05-remove loggingFlorian Dold
2023-08-05-validationFlorian Dold
2023-08-05wallet-core: mock implementation of GetCurrencyInfoFlorian Dold
2023-08-03adjustment of age-commitment and -proof generationv0.9.3-dev.19Özgür Kesim
age-withdraw requires that the public keys in the age groups that are too large for the commitment are derived from a published public key.
2023-08-03fix integration testsFlorian Dold
Instead of using the deprecated runUntilDone, we now wait for specific notifications. The old way doesn't work, since p2p push transactions are not considered done until the counterparty has accepted the payment.
2023-08-03rename tip->reward in URIFlorian Dold
2023-08-03fix version substitutionFlorian Dold
2023-08-03-towards tip->reward renameFlorian Dold
2023-08-02organize importsFlorian Dold
2023-08-02removing import assert since it breaks with linariaSebastian
2023-08-02fix #7717Sebastian
2023-07-24wallet-core: task loop loggingFlorian Dold
2023-07-21add missing kyc url for manual withdrawal and add support for 451 case: ↵Sebastian
aml-required
2023-07-21move amount and time function to utilSebastian
2023-07-12some logging INFO -> TRACEMarc Stibane
2023-07-10repurchase detectionSebastian
- check that the old transaction is not refunded - if the old purchase was deleted fallback to no-repurchase detected
2023-07-10do not expose the noncePrivSebastian
2023-07-07bump versions to 0.9.3-dev.17v0.9.3-dev.17Florian Dold
2023-07-06wallet-core: support passing transactionId to confirmPayFlorian Dold
2023-07-03fix 7741: add sessionidSebastian
2023-07-03#7741 share paymentSebastian
save shared state in backup if purchase is shared check before making the payment of before claim the order already confirmed order can return without effective if coin selection was not made sharePayment operation
2023-07-01wallet-core: use testingWaitTransactionsFinal to wait for transactionsFlorian Dold
2023-07-01wallet-core: get rid of internal runUntilDone usagesFlorian Dold
2023-06-30wallet-core: towards event-based waiting in runIntegrationTestV2Florian Dold
2023-06-30wallet-core: fix pending operation query for p2p txFlorian Dold
2023-06-30wallet-core: use canonicalized base URL when querying exchangeFlorian Dold
2023-06-30wallet-core: properly make coins visible after refreshFlorian Dold
2023-06-30wallet-core: rename OperationAttempt->TaskRun, do not allow task result ↵Florian Dold
values anymore
2023-06-29-loggingFlorian Dold
2023-06-29-oops, obvious missing returnFlorian Dold
2023-06-28wallet-core: fixup for coin availability (visible coins)Florian Dold
2023-06-28check currency so it wont compare coins that are not relatedSebastian
2023-06-28wallet-core: do not notify twice on withdrawal creationFlorian Dold
2023-06-28wallet-core: only report balance-change when withdrawal finishesFlorian Dold
2023-06-28wallet-core: handle 'never' timestamp in purse statusFlorian Dold
2023-06-28wallet-core: dead code eliminationFlorian Dold
2023-06-28wallet-core: emit balance-change notifications, do less implicit background workFlorian Dold
2023-06-26wallet-core: fix withdrawal error reportingFlorian Dold
2023-06-26wallet-core: fix some deposit transitionsFlorian Dold