aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-21move amount and time function to utilSebastian
2023-07-20empty list when loadingSebastian
2023-07-20add taler signature codeSebastian
2023-07-20prevent duplicated notificationsSebastian
2023-07-20allow signature in requestrSebastian
2023-07-20make signed request to exchangeSebastian
2023-07-17ci: add codespell exception listDevan Carpenter
2023-07-17CI: install typedoc package with workspace flagDevan Carpenter
pnpm refuses to install package into workspace unless the "--workspace-root" flag is present.
2023-07-17CI: intial CI setupDevan Carpenter
add ci directory with 3 basic jobs.
2023-07-13Charge Taler wallet -> Top up Taler walletMarc Stibane
2023-07-12mobile friendlySebastian
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-10Wording: Charge -> Top upMarc Stibane
2023-07-10mark proposalid as depreactedSebastian
2023-07-10show testing tagSebastian
2023-07-10fix node20 bugSebastian
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-03fix #7741Sebastian
add integration test
2023-07-03fix #7741Sebastian
show QR with nonce
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-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-07-02#7717 do not show walletcore versionSebastian
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-30embedded: revert accidental/unfinished qjs changeFlorian 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-30harness: check balance in basic payment testFlorian 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-30web-utils: create error details with correct codeFlorian Dold
2023-06-29-loggingFlorian Dold
2023-06-29-oops, obvious missing returnFlorian Dold
2023-06-29anastasis-core: use http client from taler-utilFlorian Dold
2023-06-29fix: #7875 - show retry on pending stateSebastian
2023-06-28wallet-core: fixup for coin availability (visible coins)Florian Dold
2023-06-28idb: suggest encoding improvementsFlorian Dold
2023-06-28fix: 7740 check max on p2p pushSebastian
2023-06-28check currency so it wont compare coins that are not relatedSebastian
2023-06-28use default http timeout from utilSebastian
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