aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-util
AgeCommit message (Collapse)Author
2023-08-23harness: reusable test envFlorian Dold
2023-08-22sqlite3 backend for idb-bridge / wallet-coreFlorian Dold
2023-08-07fix: support for empty stringsSebastian
2023-08-05wallet-core: introduce tiny digitsFlorian Dold
2023-08-05-validationFlorian Dold
2023-08-05wallet-core: mock implementation of GetCurrencyInfoFlorian Dold
2023-08-03adjustment of age-commitment and -proof generationÖ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-03rename tip->reward in URIFlorian Dold
2023-08-03fix taleruri test failureFlorian Dold
2023-08-03-towards tip->reward renameFlorian Dold
2023-08-02fix #7717Sebastian
2023-07-26Move anastasis CLI into separate packageIván Ávalos
2023-07-26taler-util: import hash-wasm only when building for NodeIván Ávalos
2023-07-26WIP: initial work for Anastasis in qtartIván Ávalos
2023-07-21move amount and time function to utilSebastian
2023-07-20add taler signature codeSebastian
2023-07-10mark proposalid as depreactedSebastian
2023-07-10fix node20 bugSebastian
2023-07-07bump versions to 0.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
add shared flag in db new state purchase dialogShared new error WALLET_ORDER_ALREADY_PAID removing nonce from normal operation new operation: sharePayment which returns payUri with nonce
2023-06-30wallet-core: rename OperationAttempt->TaskRun, do not allow task result ↵Florian Dold
values anymore
2023-06-28fix: 7740 check max on p2p pushSebastian
2023-06-28use default http timeout from utilSebastian
2023-06-28wallet-core: handle 'never' timestamp in purse statusFlorian Dold
2023-06-28wallet-core: emit balance-change notifications, do less implicit background workFlorian Dold
2023-06-26added master pub to add-exchange (for validation)Sebastian
2023-06-26withdraw exchange URISebastian
2023-06-26wallet-core: return numCoins in checkPeerPullCredit responseFlorian Dold
2023-06-26wallet-core: allow confirmPeerPullDebit via txIdFlorian Dold
2023-06-26introduce balance-change notificationFlorian Dold
2023-06-24-missing optionalFlorian Dold
2023-06-24wallet-core: allow confirming peer-push-credit via txidFlorian Dold
2023-06-20-minor renameFlorian Dold
2023-06-20repo: bump to 0.9.3-dev.16Florian Dold
2023-06-20wallet-core: consistently rename to failTransactionFlorian Dold
2023-06-20using enum instead of stringSebastian
2023-06-20remove from floatSebastian
2023-06-20wallet-core: remove redundant/unused notificationsFlorian Dold
2023-06-20wallet-core: emit DD37 self-transition notifications with errorsFlorian Dold
2023-06-16remove type literalSebastian
2023-06-15compare durationSebastian
2023-06-13get operation plan typesSebastian
2023-06-06wallet-core: truncate withdrawal errorsFlorian Dold
2023-06-06wallet-core: check base URL reported by exchangeFlorian Dold
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