View Issue Details

IDProjectCategoryView StatusLast Update
0007941Talerdocumentationpublic2023-09-23 15:09
Reporterthejonny Assigned ToStefan  
PrioritynormalSeveritytextReproducibilityalways
Status closedResolutionfixed 
Product Version0.9.2 
Fixed in Version0.9.3 
Summary0007941: expire_deposit missing in Exchange API Documentation for /keys
DescriptionThe 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
TagsNo tags attached.

Activities

Stefan

2023-09-19 15:27

developer   ~0020517

Commit b29af1277282420bff553a24ec2fbcd1c986a1e4 pushed to git to correct this.

Well found, thejonny, thank you for reporting!
Stefan

Stefan

2023-09-19 15:34

developer   ~0020518

interface FutureDenom, interface Denom, interface DenomCommon

are aligned now and OK, look also fine on the documentation web pages --> case resolved

Stefan

2023-09-19 15:45

developer   ~0020519

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;

Issue History

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