View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004679 | Taler | wallet (WebExtension) | public | 2016-09-26 13:42 | 2017-05-04 17:10 |
| Reporter | Florian Dold | Assigned To | Florian Dold | ||
| Priority | normal | Severity | tweak | Reproducibility | have not tried |
| Status | closed | Resolution | won't fix | ||
| Product Version | 0.0 | ||||
| Target Version | 0.3 | Fixed in Version | 0.3 | ||
| Summary | 0004679: performance: use js native array instead of base32 strings where applicable | ||||
| Description | Right now we pass around and store a lot of data in base32, when we could use js native arrays. | ||||
| Tags | No tags attached. | ||||
|
|
With the current IndexedDB standard [1], binary data can't be used as an index or primary key. Having both the blob and the string in the DB is ugly. Some browser vendors are starting to support blob-indices at least in their dev channel, but we should wait until this feature is more widely available. [1] https://www.w3.org/TR/IndexedDB/#key-construct |
|
|
Not supported by all browsers, so no. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-09-26 13:42 | Florian Dold | New Issue | |
| 2016-09-26 13:42 | Florian Dold | Status | new => assigned |
| 2016-09-26 13:42 | Florian Dold | Assigned To | => Florian Dold |
| 2016-09-26 13:54 | Christian Grothoff | Severity | minor => tweak |
| 2016-09-26 13:54 | Christian Grothoff | Product Version | => 0.0 |
| 2016-09-26 14:28 | Christian Grothoff | Target Version | => 0.2 |
| 2016-11-13 01:37 | Florian Dold | Note Added: 0011471 | |
| 2016-11-14 00:17 | Florian Dold | Target Version | 0.2 => 0.3 |
| 2017-01-13 16:08 | Christian Grothoff | Target Version | 0.3 => 0.5 |
| 2017-05-04 17:10 | Christian Grothoff | Status | assigned => closed |
| 2017-05-04 17:10 | Christian Grothoff | Resolution | open => won't fix |
| 2017-05-04 17:10 | Christian Grothoff | Fixed in Version | => 0.3 |
| 2017-05-04 17:10 | Christian Grothoff | Target Version | 0.5 => 0.3 |
| 2017-05-04 17:10 | Christian Grothoff | Note Added: 0012100 | |
| 2023-04-13 20:37 | Florian Dold | Category | wallet (WebExtensions) => wallet (WebExtension) |