View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0009067 | Taler | wallet (WebExtension) | public | 2024-08-12 16:10 | 2026-08-22 19:46 |
| Reporter | sebasjm | Assigned To | Florian Dold | ||
| Priority | low | Severity | crash | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Product Version | git (master) | ||||
| Target Version | post-1.0 | ||||
| Summary | 0009067: importing a function breaks the taler support | ||||
| Description | the problem can be studied in https://git.taler.net/wallet-core.git/log/?h=dev/sebasjm/this-import-break-everything the import increase the file size significantly, we could create a separated function for better tree shaking the main problem is when loading an external page chrome requires a tons of memory which signal a mem leak. | ||||
| Tags | No tags attached. | ||||
|
|
The new wallet-webui / webextension checks that the injected content script stays under a certain size (4KiB) at build time. Accidentally importing loads of stuff would cause the build to fail. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-08-12 16:10 | sebasjm | New Issue | |
| 2024-08-12 16:10 | sebasjm | Status | new => assigned |
| 2024-08-12 16:10 | sebasjm | Assigned To | => sebasjm |
| 2024-09-04 17:11 | sebasjm | Target Version | 1.2 => post-1.0 |
| 2025-04-24 00:30 | Christian Grothoff | Assigned To | sebasjm => |
| 2025-04-24 00:30 | Christian Grothoff | Status | assigned => confirmed |
| 2025-10-22 00:19 | Christian Grothoff | Priority | normal => low |
| 2026-08-22 19:46 | Florian Dold | Assigned To | => Florian Dold |
| 2026-08-22 19:46 | Florian Dold | Status | confirmed => resolved |
| 2026-08-22 19:46 | Florian Dold | Resolution | open => fixed |
| 2026-08-22 19:46 | Florian Dold | Note Added: 0029554 |