View Issue Details

IDProjectCategoryView StatusLast Update
0008034Talerwallet-corepublic2024-03-07 20:49
ReporterMarcS Assigned ToFlorian Dold  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version0.9.4 
Target Version0.9.4Fixed in Version0.9.4 
Summary0008034: DEMO exchange doesn't (but should) return scopeInfo (TEST does)
Description[QuickJS] taler-wallet-embedded/index.ts native listener: sending back response message for operation listExchanges (5)
["exchanges": [
["exchangeBaseUrl": "https://exchange.demo.taler.net/", "currency": "KUDOS", "tosStatus": "proposed", "exchangeUpdateStatus": "initial", "exchangeEntryStatus": "preset", "ageRestrictionOptions": [], "paytoUris": []],
["exchangeBaseUrl": "https://exchange.test.taler.net/", "currency": "TESTKUDOS", "scopeInfo": ["currency": "TESTKUDOS", "url": "https://exchange.test.taler.net/", "type": "exchange"], "ageRestrictionOptions": [], "tosStatus": "accepted", "exchangeEntryStatus": "used", "paytoUris": ["payto://iban/DE159593?receiver-name=Sandcastle+Echange+Inc"], "exchangeUpdateStatus": "ready"]]]

Key 'CodingKeys(stringValue: "scopeInfo", intValue: nil)' not found: No value associated with key CodingKeys(stringValue: "scopeInfo", intValue: nil) ("scopeInfo").
Additional Information"currency": "TESTKUDOS" on the main level is unnecessary (since already included in scopeInfo)
TagsNo tags attached.

Activities

Florian Dold

2024-01-08 22:14

manager   ~0020836

Fixed in de39d432374

Note that scopeInfo can be missing in the case where we do not even know the currency at all yet for an exchange entry (and just the base URL is known).

Issue History

Date Modified Username Field Change
2024-01-05 20:19 MarcS New Issue
2024-01-05 20:19 MarcS Status new => assigned
2024-01-05 20:19 MarcS Assigned To => Florian Dold
2024-01-05 20:36 MarcS Summary DEMO exchange doesn't return scopeInfo (but TEST does) => DEMO exchange doesn't (but should) return scopeInfo (TEST does)
2024-01-08 22:14 Florian Dold Status assigned => resolved
2024-01-08 22:14 Florian Dold Resolution open => fixed
2024-01-08 22:14 Florian Dold Note Added: 0020836
2024-02-10 23:31 Christian Grothoff Fixed in Version => 0.9.4
2024-03-07 20:49 Christian Grothoff Status resolved => closed