aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations
AgeCommit message (Collapse)Author
2023-10-17Merge branch 'master' into age-withdrawHEADage-withdrawÖzgür Kesim
2023-10-16-fix testsFlorian Dold
2023-10-16wallet-core: sort transactions ASC by default to not break testsFlorian Dold
2023-10-10Merge branch 'master' into age-withdrawÖzgür Kesim
2023-10-10wallet-core: order transactions by descending timestampFlorian Dold
2023-10-06Merge branch 'master' into age-withdrawÖzgür Kesim
2023-10-06rename to corebank APIFlorian Dold
2023-10-02wallet-core: currency hint for preset exchangesFlorian Dold
2023-09-25more uiSebastian
2023-09-24harness: add libeufin-bank integration testFlorian Dold
2023-09-24adapt to corebank API change, minor refactoringFlorian Dold
2023-09-21wallet-core,harness: towards corebank API instead of fakebank/nexus APIFlorian Dold
2023-09-15wallet-core: fix tippingFlorian Dold
2023-09-15wallet-core: fix type error in purse_expirationFlorian Dold
2023-09-14wallet-core: consistently use usec timestamps in DBFlorian Dold
2023-09-14wallet-core: use typed microsecond timestamps in DBFlorian Dold
2023-09-12Merge branch 'master' into age-withdrawÖzgür Kesim
2023-09-12Merge branch 'master' into age-withdrawÖzgür Kesim
2023-09-12wallet-core: move contract terms to object storeFlorian Dold
2023-09-12wallet-core: use batch deposit APIFlorian Dold
2023-09-11-WalletContractData doesn't belong to the DBFlorian Dold
2023-09-09Merge branch 'master' into age-withdrawÖzgür Kesim
2023-09-08-remove fieldsFlorian Dold
2023-09-08wallet-core: more DB cleanupFlorian Dold
2023-09-08wallet-core: remove redundant deposit status field in DBFlorian Dold
2023-09-08wallet-core: put refresh sessions into own storeFlorian Dold
2023-09-08wallet-core: store contract terms in separate object store onlyFlorian Dold
2023-09-08wallet-core: address DB FIXMEs, systematic state numberingFlorian Dold
2023-09-06remove ToS storageFlorian Dold
2023-09-06remove deprecated auditor trust managementFlorian Dold
2023-08-31Merge branch 'master' into age-withdrawÖzgür Kesim
2023-08-30wallet-core: remove old sync code, add stored backups skeletonFlorian Dold
2023-08-30tip -> rewardSebastian
2023-08-30wallet-core: towards DD48Florian Dold
2023-08-30Merge branch 'master' into age-withdrawÖzgür Kesim
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-29Merge branch 'master' into age-withdrawÖzgür Kesim
2023-08-29wallet-core: split coin selection and instructed amount conversionFlorian Dold
2023-08-29wallet-core: remove usage of /wireFlorian Dold
2023-08-29taler-harness: add exchange-purse testFlorian Dold
2023-08-25Merge branch 'master' into age-withdrawÖzgür Kesim
2023-08-23-formatting / don't use deprecated methodFlorian Dold
2023-08-22wallet-core: always use batch withdrawalFlorian 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-15[age-withdraw] WiP: first types and adjustmentsÖzgür Kesim
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-03-towards tip->reward renameFlorian Dold