View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006668 | Taler | wallet-core | public | 2020-12-14 15:51 | 2023-09-23 15:09 |
Reporter | Florian Dold | Assigned To | Florian Dold | ||
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | git (master) | ||||
Target Version | 0.9.3 | Fixed in Version | 0.9.3 | ||
Summary | 0006668: wallet core should support sqlite3 as backend | ||||
Description | This 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 | ||||
Tags | No tags attached. | ||||
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 |