summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core
AgeCommit message (Collapse)Author
2021-06-17clean up importsFlorian Dold
2021-06-17use the new wallet core API interface in all testsFlorian Dold
2021-06-16allow any string as forgettable field saltFlorian Dold
2021-06-16use same salt derivation as C code for forgettable fieldsFlorian Dold
2021-06-15adjust importsFlorian Dold
2021-06-15split out wallet core API typesFlorian Dold
2021-06-15separate wallet state from wallet clientFlorian Dold
2021-06-14implement force-retrying transactionsFlorian Dold
2021-06-14make CSPRNG work on ES6Florian Dold
2021-06-14fix up imports, no more esm in testsFlorian Dold
2021-06-14store ToS acceptance timestamp, remove unused backup attributesFlorian Dold
2021-06-14allow changing the wallet device IDFlorian Dold
2021-06-11store exchange public key with signature on denominationFlorian Dold
2021-06-11make retryInfo optionalFlorian Dold
2021-06-11simplify retry timeout handlingFlorian Dold
2021-06-10simplify pending transactions, make more tests pass againFlorian Dold
2021-06-10transaction fixesFlorian Dold
2021-06-10fix merchant instance creation in some testsFlorian Dold
2021-06-09add missing awaitFlorian Dold
2021-06-09return transaction contextFlorian Dold
2021-06-09importsFlorian Dold
2021-06-09formatting: re-run prettierFlorian Dold
2021-06-09database access refactorFlorian Dold
2021-06-08moving strings from wallet-core to web-extensionSebastian
2021-06-08moving logger into taler-utilSebastian
2021-06-04delete database when pressing reset-dbSebastian
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