summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/util
AgeCommit message (Collapse)Author
2021-06-02fix issues with circular importsFlorian Dold
Parts of this commit are from a patch by sebasjm. The circular imports caused an issue with webpack. While we don't use webpack in the wallet, the wallet should still be importable by webpack. Some packages were importing their dependencies via "index.js", which re-exports public exports of the package. This resulted in circular dependencies which were resolved correctly by rollup, but not by webpack.
2021-05-20implement deletion of withdrawal transactionsFlorian Dold
2021-04-27fix spelling issuesChristian Grothoff
2021-04-14implement debug flag for allowing late withdrawalFlorian Dold
2021-04-14forgettable information validation WIPFlorian Dold
2021-04-13add validation for forgettable JSONFlorian Dold
2021-04-12implement DD18 (forgettable fields in contract terms)Florian Dold
2021-04-07get coin re-selection after accidental double spending to workFlorian Dold
2021-03-27re-add tests, more coin selection testsFlorian Dold
2021-03-27fix coin selectionFlorian Dold
2021-03-17use static helpers for amountsFlorian Dold
2021-03-17towards wallet-core / util splitFlorian Dold
2021-03-15improved pay coin selectionFlorian Dold
support for multiple exchanges and healing a previous selection
2021-03-10finish first complete end-to-end backup/sync testFlorian Dold
2021-03-10restructure sync, store errorsFlorian Dold
2021-02-09fix build error from renameFlorian Dold
2021-02-08idb: add first web platform tests, fix issues detected by themFlorian Dold
2021-02-010006728: set up wallet CI pipeline for WebExtension buildSebastian
This commit split in three main things: * added deploy-webext to upload the extension zipfile * put scope into the npm packages to be able to deploy them * added deploy-npm to deploy related npm packages Also, fixing bug on `make clean`. Some packages where not being deleting tsconfig.tsbuildinfo and making subsequent `make` fail
2021-01-13implement infrastructure for future DB migrations via backupFlorian Dold
2021-01-07backup cycleFlorian Dold
2021-01-05get basic test cases to work with new exchangeFlorian Dold
2021-01-04backup importFlorian Dold
2020-12-17export complete backup, derive planchets in withdrawalFlorian Dold
2020-12-16don't store reserve history anymore, adjust withdrawal implementation ↵Florian Dold
accordingly
2020-12-15derive tipping planchets from seed, implement backup furtherFlorian Dold
2020-12-14formatting passFlorian Dold
2020-12-02backup WIPFlorian Dold
2020-11-27fix static typesFlorian Dold
2020-11-26more static typing for transactions (fixes #6653)Florian Dold
2020-11-16fix tip record creation, migrate DBFlorian Dold
2020-11-03fix CheckPaymentPaidResponse schemaFlorian Dold
2020-10-02fix 'taler+http://' interpretationMS
2020-09-09make withdrawal, pay and refunds work in the WebExtensionFlorian Dold
2020-09-08missing fileFlorian Dold
2020-09-07dynamic pay request timeoutFlorian Dold
2020-09-06fix outdated test caseFlorian Dold
2020-09-04fix utterly broken throttling logicv0.7.1-dev.26Florian Dold
2020-09-04formatting, importFlorian Dold
2020-09-03implement and test auto-refreshFlorian Dold
2020-09-03towards auto-refreshFlorian Dold
2020-09-02schedule exchange updatingFlorian Dold
2020-09-02missing fileFlorian Dold
2020-09-02respect cache headerFlorian Dold
2020-09-02no more const enum, remove unused fieldFlorian Dold
2020-09-01estimate refresh output, show correct(er) balanceFlorian Dold
2020-09-01correct refund amounts and better testingFlorian Dold
2020-09-01validationFlorian Dold
2020-09-01auto-formatFlorian Dold
2020-09-01fix exception thrown during logging, include stack traceFlorian Dold
2020-08-20fix refund URI parsing (due to merchant backend change)v0.7.1-dev.21Florian Dold