summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core
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-06-02support multiple exchange details per base URLFlorian Dold
2021-05-21typoFlorian Dold
2021-05-21tombstone processing in backup importFlorian Dold
2021-05-20also allow deleting individual refunds, tombstoned by their execution timeFlorian Dold
2021-05-20allow deletion via APIFlorian Dold
2021-05-20implement more deletion operationsFlorian Dold
2021-05-20implement deletion of withdrawal transactionsFlorian Dold
2021-05-20fix trust checkFlorian Dold
2021-05-20add UIDs for deletion tombstones to auditor/exchange trust managementFlorian Dold
2021-05-17remove unused interfacesFlorian Dold
2021-05-12implement currencies subcommandFlorian Dold
2021-05-12tombstonesFlorian Dold
2021-05-12model more backup provider errorsFlorian Dold
2021-05-12towards backup based on add/remove set instead of clocksFlorian 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-15sort is done after candidate selectionFlorian Dold
2021-03-15improved pay coin selectionFlorian Dold
support for multiple exchanges and healing a previous selection
2021-03-11towards recovering from accidental double spendsFlorian Dold
2021-03-10finish first complete end-to-end backup/sync testFlorian Dold
2021-03-10restructure sync, store errorsFlorian Dold
2021-03-03WIP: wallet backup integration testFlorian 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-08organize importsFlorian Dold
2021-02-05increase pay timeoutv0.8.0Florian Dold
2021-02-04make auth token optionalFlorian Dold
2021-02-04formattingFlorian Dold
2021-02-04use new auth token for merchant in integration testsFlorian 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-22upgrade dependenciesFlorian Dold
2021-01-22npm filesFlorian Dold
2021-01-22prepare commandFlorian Dold
2021-01-22taler-wallet-core: version bumpFlorian Dold
2021-01-18implement depositsFlorian Dold
2021-01-14renameFlorian Dold
2021-01-14bump version, compat fixFlorian Dold
2021-01-14loggingFlorian Dold
2021-01-14logging, cosmetic fixesFlorian Dold
2021-01-14fix reserve state machine bug, use simpler denominations in revocation testFlorian Dold
2021-01-13typoFlorian Dold