aboutsummaryrefslogtreecommitdiff
path: root/packages/idb-bridge
AgeCommit message (Collapse)Author
2024-04-22bump version to 0.10.7v0.10.7Florian Dold
2024-04-15fix bump-taler-version: update all packages versionSebastian
2024-03-26idb-bridge: primitive benchmarking entry pointFlorian Dold
2024-02-29applying changes suggested by codespellSebastian
2024-02-04fix #8314: temporary fix for current node versionSebastian
2024-01-23idb-bridge: improve performance by waiting for macro tasks less oftenFlorian Dold
2024-01-23wallet-core: properly migrate new indexFlorian Dold
2023-12-15bump dependenciesFlorian Dold
2023-12-15gitignoreFlorian Dold
2023-09-12remove rimraf since it prevent running make clean when there is no node_modulesSebastian
2023-09-12typedoc for every projectSebastian
Signed-off-by: Sebastian <sebasjm@gmail.com>
2023-09-10more codespellv0.9.3-dev.20Sebastian
2023-09-08codespell fixSebastian
2023-09-06move bank API client to taler-util, update typescript configFlorian Dold
2023-09-01wallet-core: implement and test stored backupsFlorian 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-22sqlite3 backend for idb-bridge / wallet-coreFlorian Dold
2023-06-29-oops, obvious missing returnFlorian Dold
2023-06-28idb: suggest encoding improvementsFlorian 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-02-21remove legacy package lock fileFlorian Dold
2023-01-26put taler wallet RPC into taler-util, make it cross-platformFlorian Dold
2022-12-23spill extra functionality from wallet-cli into taler-harnessFlorian Dold
We want to keep taler-wallet-cli smaller and have fewer dependencies.
2022-10-23idb-bridge: we don't use rollup anymoreFlorian Dold
2022-10-15wallet-core: put signing keys in separate object storeFlorian Dold
2022-10-13use node16 module resolution for taler-utilFlorian Dold
2022-10-13-formattingFlorian Dold
2022-10-13update deps, move idb-bridge to node16 module resolutionFlorian Dold
2022-10-08wallet-core: Clean up merchant payments DB schemaFlorian Dold
2022-09-23-fix typosFlorian Dold
2022-09-21wallet-core: DB improvementsFlorian Dold
2022-09-16wallet-core: support age restrictions in new coin selectionFlorian Dold
2022-09-05upgrade typescript (and some related deps)Florian Dold
2022-08-24fix idb bug, p2p integration testFlorian Dold
2022-06-26- typo fixSebastian
2022-05-24Revert "no need to compile after install"Florian Dold
This reverts commit c3ba7fb5238c303aaff8ca4fcfaa8142f9651a84.
2022-05-24no need to compile after installSebastian
2022-02-10idb-bridge: update tests for ava 4.xFlorian Dold
2022-01-12idb-bridge: add test for updating the same record with/without index keyFlorian Dold
2022-01-11fix DB indexing issuesFlorian Dold
2022-01-05upgrade rollup plugins, as older ones caused miscompilationFlorian Dold
2022-01-05idb-bridge: fix typesFlorian Dold
2022-01-05update dependencies to fix rollup issueFlorian Dold
2021-12-23idb-bridge: fix indexes when restoring from dumpFlorian Dold
2021-12-15idb-bridge: remove debug printFlorian Dold
2021-12-15idb-bridge: avoid unhandled rejection when closing DBFlorian Dold
2021-12-15idb-bridge: faster indices, various correctness fixes and testsFlorian Dold