View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009821 | Taler | wallet-core | public | 2025-04-30 16:23 | 2025-04-30 17:05 |
Reporter | Antoine A | Assigned To | Antoine A | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | assigned | Resolution | open | ||
Target Version | post-1.0 | ||||
Summary | 0009821: Refactor notifications handling | ||||
Description | We currently pass a lot of notifications to delay their propagation until the DB transaction is committed. This creates a lot of boilerplate and it's easy to miss some notification because typescript doesn't warn of unused ones. I think it's better to store notifications in the context of the transaction and have the wallet propagate them at the end. It's also an opportunity to group notifications propagation and improve performance. | ||||
Tags | No tags attached. | ||||
|
Done in https://git.taler.net/taler-typescript-core.git/commit/?h=dev/antoine/clean-notification Waiting for 1.0 release before breaking everything |