aboutsummaryrefslogtreecommitdiff
path: root/packages/anastasis-core
AgeCommit message (Collapse)Author
2023-09-06move bank API client to taler-util, update typescript configFlorian Dold
2023-09-06get rid of deprecated bank API client, change allowHttp to requireTlsFlorian Dold
2023-08-10anastasis: policy discovery CLIFlorian Dold
2023-07-26Move anastasis CLI into separate packageIván Ávalos
2023-07-26anastasis-core: tsconfigFlorian Dold
2023-07-26WIP: initial work for Anastasis in qtartIván Ávalos
2023-06-29anastasis-core: use http client from taler-utilFlorian 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-05-26taler-util,wallet-core: implement TalerPreciseTimestampFlorian Dold
Fixes #7703
2023-02-16make wallet-cli runnable under qtartFlorian Dold
2023-01-26put taler wallet RPC into taler-util, make it cross-platformFlorian Dold
2023-01-23update READMEsFlorian Dold
2022-11-02wallet-core: DB FIXMEs (amount format)Florian Dold
2022-11-01remove source-map-support usage, as node supports it nativelyFlorian Dold
We can just use NODE_OPTIONS=--enable-source-maps now.
2022-10-31-type fixesv0.9.0-dev.31Florian Dold
2022-10-13use node16 module resolution for taler-utilFlorian Dold
2022-10-13update deps, move idb-bridge to node16 module resolutionFlorian Dold
2022-09-26commeting out testland and localhost providers from productionSebastian
2022-09-05upgrade typescript (and some related deps)Florian Dold
2022-07-12wallet-core: implement accepting p2p push paymentsFlorian Dold
2022-06-29-fix sort countriesSebastian
2022-06-26- typo fixSebastian
2022-06-24- http -> httpsSebastian
2022-06-24add service providers for demoland and filename support for secretsSebastian
2022-06-06use AuthenticationProviderStatusMap typeSebastian
2022-06-03do not add provider without saltSebastian
2022-05-24Revert "no need to compile after install"Florian Dold
This reverts commit c3ba7fb5238c303aaff8ca4fcfaa8142f9651a84.
2022-05-24no need to compile after installSebastian
2022-04-18wallet-core: age restriction crypto WIPFlorian Dold
2022-04-15anastasis-core: clean up policy fetching and provider syncFlorian Dold
2022-04-15anastasis-core: async provider synchronizationFlorian Dold
2022-04-14anastasis: no more currencies per countryFlorian Dold
2022-04-14anastasis: make iban auth work againFlorian Dold
2022-04-13anastasis-webui: updated challenge feedbackFlorian Dold
2022-04-13anastasis-webui: make TOTP work againFlorian Dold
2022-04-13anastasis-core: salt rename, fix taggingFlorian Dold
2022-04-13anastasis: salt renameFlorian Dold
2022-04-13anastasis: tag state properlyFlorian Dold
2022-04-12copyright headersFlorian Dold
2022-04-12anastasis: discoveryFlorian Dold
2022-04-06anastasis: use new truth APIFlorian Dold
2022-03-21wallet: t_s/d_us migrationFlorian Dold
2022-02-10dependenciesFlorian Dold
2022-01-24add autocomplete field for #7086Sebastian
2022-01-05upgrade rollup plugins, as older ones caused miscompilationFlorian Dold
2022-01-05update dependencies to fix rollup issueFlorian Dold
2021-11-30move anastasis packages into @gnu-taler npm orgSebastian
2021-11-28wallet: fix workspace dependency versionFlorian Dold
2021-11-16wallet: experiment with C-based crypto worker for some primitivesFlorian Dold