aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core
AgeCommit message (Collapse)Author
2023-08-30wallet-core,harness: get p2p tests to pass againFlorian Dold
2023-08-29wallet-core: do p2p coin selection based on coin availability recordsFlorian Dold
2023-08-29wallet-core: split coin selection and instructed amount conversionFlorian Dold
2023-08-29wallet-core: update deposit signatureFlorian Dold
2023-08-29repo: make incremental builds faster, don't use TypeScript build modeFlorian Dold
(build mode should not be necessary since pnpm handles dependencies inside the repo)
2023-08-29taler-wallet-core: bump exchange version numberFlorian Dold
2023-08-29wallet-core: remove usage of /wireFlorian Dold
2023-08-29taler-harness: add exchange-purse testFlorian Dold
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