aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-util
AgeCommit message (Collapse)Author
2023-06-06build system: use --build argument for tscFlorian Dold
2023-06-06build system: get rid of prepare scriptsFlorian Dold
These don't seem to be the right location to compile packages. The newest version of pnpm runs all those scripts on "pnpm install", even if we filter for only one package. That results in a build performance issue.
2023-06-06wallet-core: deterministic p2p contract encryptionFlorian Dold
2023-06-06bump typescript versionFlorian Dold
2023-06-05wallet-core: handle more p2p abort cases nicelyFlorian Dold
2023-06-05fix floor in timesSebastian
2023-06-05move kycurl to commons, make webex awareSebastian
2023-06-05wallet-core: use long-polling for P2P kycFlorian Dold
2023-06-03-typosChristian Grothoff
2023-06-02wallet-core: remove waiting-for-retry and some other notifications that we ↵Florian Dold
don't use
2023-05-30wallet-core: report possible actions in transactions listFlorian Dold
2023-05-30finish implementation of abort / cancelAborting on all tx typesFlorian Dold
2023-05-26using taler cryptoSebastian
2023-05-26moving into taler-crptoSebastian
2023-05-26taler-util,wallet-core: make AbsoluteTime opaqueFlorian Dold
2023-05-26taler-util,wallet-core: implement TalerPreciseTimestampFlorian Dold
Fixes #7703
2023-05-26taler-util: compile-time flavor for timestamp typesFlorian Dold
2023-05-25wallet-core: implement cancelAbortingTransaction for deposit groupsFlorian Dold
2023-05-25wallet-core: fix issues with aborting depositsFlorian Dold
2023-05-25wallet-core: return transactionId whenever a transaction is createdFlorian Dold
2023-05-25wallet-core: DD37 fixes and FIXME comments for merchant paymentsFlorian Dold
2023-05-24wallet-core: remove legacy non-DD37 tx status fieldsFlorian Dold
2023-05-24wallet-core: fix getTransactionById for refundsFlorian Dold
2023-05-24wallet-core: report number of coins in withdrawal detailsFlorian Dold
2023-05-24wallet-core: use division for withdrawal coin selectionFlorian Dold
2023-05-22uri is not txidSebastian
2023-05-22prettySebastian
2023-05-22transactionIdStr nominal typingSebastian
2023-05-16wallet-core: return purchase information in refund if availableFlorian Dold
2023-05-16-fix minor state nameFlorian Dold
2023-05-11wallet-core: remove legacy operation namesFlorian Dold
2023-05-11taler-util: remove deprecated functionFlorian Dold
2023-05-10wallet-core: return txid when starting refund via URIFlorian Dold
2023-05-09bump versionsv0.9.3-dev.13Florian Dold
2023-05-08bump versionsFlorian Dold
2023-05-07-spelling consistency0.9.3-dev.12Florian Dold
2023-05-07wallet-core: refund DD37 refactoringFlorian Dold
2023-05-05URL.protocol return with a colon at the endSebastian
2023-05-05adapt to merchant API breaking changesFlorian Dold
2023-05-05wallet-core: remove allowed auditors from contract termsFlorian Dold
2023-05-05DD37 wipFlorian Dold
2023-05-03wallet-core: support new exchange wire account signatureFlorian Dold
2023-05-02wallet-core: report pay-merchant DD37 stateFlorian Dold
2023-05-02-withdrawal notificationsFlorian Dold
2023-05-02wallet-core: implement withdrawal tx transitionsFlorian Dold
2023-04-25-DD37 wipFlorian Dold
2023-04-24wallet-core: derive DD37 for tippingFlorian Dold
2023-04-24-refunds for deposit abortsFlorian Dold
2023-04-24prevent http request without enable it explicitlySebastian
2023-04-23wallet-core: further towards deposit DD37Florian Dold