View Issue Details

IDProjectCategoryView StatusLast Update
0007563Talerwallet-corepublic2023-02-21 16:39
ReporterFlorian Dold Assigned ToFlorian Dold  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionfixed 
Target Version0.9.2Fixed in Version0.9.2 
Summary0007563: implement daemonized wallet-core
DescriptionCurrently, taler-wallet-cli always spawns a new wallet core instance and shuts it down after the request completes.

This is not really how wallet-core is usually used, and creates a discrepancy between tests and real-world wallet-core usage.

We should introduce a daemon mode for taler-wallet-cli which doesn't create a new wallet core instance for every request.
TagsNo tags attached.

Activities

Florian Dold

2023-02-10 12:13

manager   ~0019792

Implemented now via the "taler-wallet-cli advanced serve" subcommand and the "--wallet-connection=..." option for requests.

Issue History

Date Modified Username Field Change
2023-01-10 17:13 Florian Dold New Issue
2023-01-10 17:13 Florian Dold Status new => assigned
2023-01-10 17:13 Florian Dold Assigned To => Florian Dold
2023-01-13 17:06 Christian Grothoff Severity minor => feature
2023-01-13 17:06 Christian Grothoff Target Version 0.9.2 => 0.9.4
2023-02-10 12:12 Florian Dold Target Version 0.9.4 => 0.9.2
2023-02-10 12:13 Florian Dold Status assigned => resolved
2023-02-10 12:13 Florian Dold Resolution open => fixed
2023-02-10 12:13 Florian Dold Note Added: 0019792
2023-02-21 16:39 Christian Grothoff Fixed in Version => 0.9.2
2023-02-21 16:39 Christian Grothoff Status resolved => closed
2023-04-13 20:36 Florian Dold Category wallet (TS core) => wallet-core