aboutsummaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2023-08-04fix signature for aml decisionSebastian
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-03harness: allow overriding the test timeout via env variableFlorian Dold
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-03fix taleruri test failureFlorian Dold
2023-08-03-towards tip->reward renameFlorian Dold
2023-08-02organize importsFlorian Dold
2023-08-02fix #7800Sebastian
2023-08-02fix #7830Sebastian
2023-08-02use local portSebastian
2023-08-02removing import assert since it breaks with linariaSebastian
2023-08-02fix #7717Sebastian
2023-07-31-commentsFlorian Dold
2023-07-26taler-wallet-embedded: add argon2id testv0.9.3-dev.18Iván Ávalos
2023-07-26wallet-core-embedded: add initial states to Anastasis handlerIván Ávalos
2023-07-26Move anastasis CLI into separate packageIván Ávalos
2023-07-26anastasis-core: tsconfigFlorian Dold
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-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-21case details and missing decision encryptionSebastian
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-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