aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli
AgeCommit message (Collapse)Author
2023-09-01wallet-core: implement and test stored backupsFlorian Dold
2023-08-30wallet-core: allow version change eventFlorian Dold
2023-08-30wallet-core: make primitive backup import workFlorian Dold
2023-08-30wallet-core,wallet-cli: properly serialize manual DB exportFlorian Dold
2023-08-29repo: make incremental builds faster, don't use TypeScript build modeFlorian Dold
(build mode should not be necessary since pnpm handles dependencies inside the repo)
2023-08-22wallet-core: always use batch withdrawalFlorian Dold
2023-08-22sqlite3 backend for idb-bridge / wallet-coreFlorian Dold
2023-08-03rename tip->reward in URIFlorian Dold
2023-08-03-towards tip->reward renameFlorian Dold
2023-07-07bump versions to 0.9.3-dev.17v0.9.3-dev.17Florian Dold
2023-06-21repo: fix Makefiles / top-level 'make install' targetFlorian Dold
2023-06-20repo: bump to 0.9.3-dev.16v0.9.3-dev.16Florian Dold
2023-06-20wallet-core: consistently rename to failTransactionFlorian Dold
2023-06-06build system: use --build argument for tscFlorian Dold
2023-06-06build system: get rid of prepare scriptsFlorian Dold
These don't seem to be the right location to compile packages. The newest version of pnpm runs all those scripts on "pnpm install", even if we filter for only one package. That results in a build performance issue.
2023-06-06bump typescript versionFlorian Dold
2023-06-05wallet-core: use long-polling for P2P kycFlorian Dold
2023-05-26taler-util,wallet-core: implement TalerPreciseTimestampFlorian Dold
Fixes #7703
2023-05-24fix cli tx id typeSebastian
2023-05-11taler-util: remove deprecated functionFlorian Dold
2023-05-09bump versionsv0.9.3-dev.13Florian Dold
2023-05-08bump versionsFlorian Dold
2023-05-07wallet-core: refund DD37 refactoringFlorian Dold
2023-05-05DD37 wipFlorian Dold
2023-05-02-withdrawal notificationsFlorian Dold
2023-04-24switching from allowHttp to noHttp so test script wont breakSebastian
2023-04-24add allowHttp to the cliSebastian
2023-04-23wallet-core: further towards deposit DD37Florian Dold
2023-04-19fix #7704Sebastian
2023-04-13taler-wallet-cli: subcommand to print sample transactionsFlorian Dold
2023-04-13wallet-core: work around missing timestamp in legacy transactionFlorian Dold
2023-04-05taler-wallet-cli: allow exchange selection for handle-uriFlorian Dold
2023-04-05wallet-core: towards DD37 for depositsFlorian Dold
2023-04-04bump version to 0.0.3-dev.11v0.9.3-dev.11Florian Dold
2023-03-29bump Taler component versionsv0.9.3-dev.10Florian Dold
2023-03-13-typosÖzgür Kesim
2023-03-04bump versionChristian Grothoff
2023-02-25draft for taler-harness Debian packagev0.9.2-debian-1Christian Grothoff
2023-02-25draft for taler-harness Debian packageChristian Grothoff
2023-02-25fix debian/changelogChristian Grothoff
2023-02-23bump debian versionv0.9.2-debianFlorian Dold
2023-02-23bump versions to 0.9.3-dev.5v0.9.3-dev.5Florian Dold
2023-02-23bump versions to 0.9.3-dev.4v0.9.3-dev.4Florian Dold
2023-02-21remove legacy rollup fileFlorian Dold
2023-02-21taler-wallet-cli: bundle with esbuildFlorian Dold
2023-02-21bump to 0.9.3-dev.3v0.9.3-dev.3Florian Dold
2023-02-21bump version to 0.9.2v0.9.2Florian Dold
2023-02-21taler-wallet-cli: make purse expiration configurableFlorian Dold
2023-02-20wallet cli: single transaction lookupFlorian Dold
Mostly used for testing
2023-02-20wallet-core: rename p2p requests to something more sensibleFlorian Dold