View Issue Details

IDProjectCategoryView StatusLast Update
0006668Talerwallet-corepublic2023-09-23 15:09
ReporterFlorian Dold Assigned ToFlorian Dold  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.9.3Fixed in Version0.9.3 
Summary0006668: wallet core should support sqlite3 as backend
DescriptionThis is a bit tricky, as node doesn't have native sqlite3. Thus the wallet should just get a platform-dependent adapter for sqlite3 to run simple queries.

For different platforms, we'll do different things:
* on Android, we'll either call the Android-native SQLite3 API or compile SQLite3 into akono
* in the browser, we'll just use IndexedDB as usual
* for the CLI version, we'll use native node SQLIte3 bindings
TagsNo tags attached.

Activities

Florian Dold

2023-08-25 14:23

manager   ~0020445

Now merged into wallet-core and tested on iOS.

Issue History

Date Modified Username Field Change
2020-12-14 15:51 Florian Dold New Issue
2020-12-14 15:51 Florian Dold Status new => assigned
2020-12-14 15:51 Florian Dold Assigned To => Florian Dold
2022-08-25 21:08 Christian Grothoff Severity minor => feature
2022-12-20 19:40 Christian Grothoff Target Version => 0.11
2023-04-04 19:35 Florian Dold Target Version 0.11 => 0.9.4
2023-04-13 20:36 Florian Dold Category wallet (TS core) => wallet-core
2023-08-25 14:23 Florian Dold Status assigned => resolved
2023-08-25 14:23 Florian Dold Resolution open => fixed
2023-08-25 14:23 Florian Dold Note Added: 0020445
2023-09-03 14:48 Christian Grothoff Product Version => git (master)
2023-09-03 14:48 Christian Grothoff Fixed in Version => 0.9.3
2023-09-03 14:48 Christian Grothoff Target Version 0.9.4 => 0.9.3
2023-09-23 15:09 Christian Grothoff Status resolved => closed