View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008034 | Taler | wallet-core | public | 2024-01-05 20:19 | 2024-03-07 20:49 |
Reporter | MarcS | Assigned To | Florian Dold | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 0.9.4 | ||||
Target Version | 0.9.4 | Fixed in Version | 0.9.4 | ||
Summary | 0008034: 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) | ||||
Tags | No tags attached. | ||||
|
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). |
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 |