View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007941 | Taler | documentation | public | 2023-09-19 13:20 | 2023-09-23 15:09 |
Reporter | thejonny | Assigned To | Stefan | ||
Priority | normal | Severity | text | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 0.9.2 | ||||
Fixed in Version | 0.9.3 | ||||
Summary | 0007941: expire_deposit missing in Exchange API Documentation for /keys | ||||
Description | The Exchange API Documentation differs from the reality: in `interface Denom` and `interface DenomCommon`, the field `expire_deposit` is missing. In `interface Denom`, the comment for field `expire_withdraw` describtes `expire_deposit` instead. https://docs.taler.net/core/api-exchange.html#tsref-type-Denom https://docs.taler.net/core/api-exchange.html#tsref-type-DenomCommon | ||||
Tags | No tags attached. | ||||
|
Commit b29af1277282420bff553a24ec2fbcd1c986a1e4 pushed to git to correct this. Well found, thejonny, thank you for reporting! Stefan |
|
interface FutureDenom, interface Denom, interface DenomCommon are aligned now and OK, look also fine on the documentation web pages --> case resolved |
|
https://docs.taler.net/core/api-exchange.html#tsref-type-DenomCommon, https://docs.taler.net/core/api-exchange.html#tsref-type-FutureDenom respectively https://docs.taler.net/core/api-exchange.html#tsref-type-Denom were fitted out with // When is it no longer possible to withdraw coins // of this denomination? stamp_expire_withdraw: Timestamp; // When is it no longer possible to deposit coins // of this denomination? stamp_expire_deposit: Timestamp; |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-09-19 13:20 | thejonny | New Issue | |
2023-09-19 13:20 | thejonny | Status | new => assigned |
2023-09-19 13:20 | thejonny | Assigned To | => Stefan |
2023-09-19 15:27 | Stefan | Note Added: 0020517 | |
2023-09-19 15:34 | Stefan | Status | assigned => acknowledged |
2023-09-19 15:34 | Stefan | Note Added: 0020518 | |
2023-09-19 15:45 | Stefan | Status | acknowledged => resolved |
2023-09-19 15:45 | Stefan | Resolution | open => fixed |
2023-09-19 15:45 | Stefan | Fixed in Version | => 0.9.3 |
2023-09-19 15:45 | Stefan | Note Added: 0020519 | |
2023-09-23 15:09 | Christian Grothoff | Status | resolved => closed |