View Issue Details

IDProjectCategoryView StatusLast Update
0009028Talerwallet-corepublic2025-04-20 10:27
ReporterMarcS Assigned To 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status confirmedResolutionopen 
Product Versiongit (master) 
Target Versionpost-1.0 
Summary0009028: Fee computing should accept an optional bool 'amountIsNet' parameter
DescriptionIf TRUE compute the tupel (amountRaw, amountEffective) such that in the result amountEffective equals the input amount, and fees will increase amountRaw.
If the optional amountIsNet (default = FALSE) is missing or FALSE, then in the result amountRaw equals the input amount, and amountEffective is lower because of fees (that's the behaviour to date).
TagsNo tags attached.

Relationships

related to 0009050 confirmed Implement checkDeposit with gros/net switch 
related to 0009763 confirmed iOS wallet should show the *raw* amount as the maximum depositable amount 

Activities

MarcS

2024-07-29 08:53

developer   ~0022862

Please add issues to use this 'amountIsNet' in the wallets (toggle net/gros) once wallet-core implemented it.

Issue History

Date Modified Username Field Change
2024-07-29 08:49 MarcS New Issue
2024-07-29 08:49 MarcS Status new => assigned
2024-07-29 08:49 MarcS Assigned To => Florian Dold
2024-07-29 08:53 MarcS Note Added: 0022862
2025-04-18 00:02 Christian Grothoff Relationship added related to 0009050
2025-04-18 00:03 Christian Grothoff Assigned To Florian Dold =>
2025-04-18 00:03 Christian Grothoff Status assigned => confirmed
2025-04-18 00:03 Christian Grothoff Product Version post-1.0 => git (master)
2025-04-20 10:27 MarcS Relationship added related to 0009763