aboutsummaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_handle.c
AgeCommit message (Collapse)Author
2023-08-29remove /wire endpoint, add wallet_data_hash to deposit, bump protocol ↵Christian Grothoff
version to v17
2023-08-24remember last_keys when cherry pickingChristian Grothoff
2023-08-21improve logging, fix client-side serialization of new /keys optionsChristian Grothoff
2023-08-11add STEFAN support to exchangeChristian Grothoff
2023-07-20-misc fixesChristian Grothoff
2023-07-13bump protocol version to 16Christian Grothoff
2023-07-13merging /keys and /wireChristian Grothoff
2023-07-11implement 'lost' field for #7883Christian Grothoff
2023-07-10use DK age group, not global age groupChristian Grothoff
2023-07-10fix alignment issue, ensure we hash over packed structure to avoid ↵Christian Grothoff
non-determinism
2023-07-10-simplifyChristian Grothoff
2023-07-10tip -> rewardChristian Grothoff
2023-07-06work on keys serialization/deserializationChristian Grothoff
2023-07-05-misc minor fixesv0.9.3-dev.3Christian Grothoff
2023-07-04-bugfixesChristian Grothoff
2023-07-04more exchange API refactoringChristian Grothoff
2023-07-03[age-withdraw] added library function for age-withdrawÖzgür Kesim
- Added TALER_EXCHANGE_age_withdraw - Also: Change TALER_EXCHANGE_batch_withdraw and related functions to use GNUNET_CURL_ctx, TALER_EXCHANGE_keys and const char *echange_url
2023-06-25next round of exchange API atomizationChristian Grothoff
2023-06-25more work on atomizing exchange API: depositChristian Grothoff
2023-06-21-more clean up of auditor api: atomization completeChristian Grothoff
2023-06-21-more auditor API atomizationChristian Grothoff
2023-06-21ensure forward-compatibility for auditor C APIChristian Grothoff
2023-06-07major libtalertesting API refactoring, including no longer having ↵Christian Grothoff
taler-specific logic in the test engine core
2023-06-04code cleanup, fixing misc. memory leaks in the processChristian Grothoff
2023-05-13return tipping_allowed from /keysChristian Grothoff
2023-05-10fix 0-length VLAsChristian Grothoff
2023-05-01breaking protocol changes towards fixing #7810 (incomplete, ↵Christian Grothoff
taler-exchange-offline still unfinished)
2022-12-29-fix SQLChristian Grothoff
2022-12-11add asset_type to /keys responseChristian Grothoff
2022-11-04policy extensions and age restriction refactoringÖzgür Kesim
- refactoring of extension-plugin-mechanism - refactoring of age restriction extension - added policy extensions plugin plumbing - added DB schema and api - policy_details - policy_fulfillments
2022-11-01remove wad fee, kyc fee and kyc-timeoutChristian Grothoff
2022-08-22-fix clang compiler warningsChristian Grothoff
2022-08-11major rework of the KYC logic, making it more configurable, not complete, ↵Christian Grothoff
but tests pass again
2022-07-01-exchange_api_batch_deposit.c compilesChristian Grothoff
2022-06-29-reduce loggingChristian Grothoff
2022-06-29version bump due to new /keys responseÖzgür Kesim
2022-06-27better api for parsing a denomination groupÖzgür Kesim
2022-06-27[new /keys response] added proper hash verificationÖzgür Kesim
- Running XOR of all SHA-512 hashes of each denomination's public key is compared against the "hash" value in the JSON blob. - Fixed a bug during creation of the running XOR.
2022-06-26[new /keys response] create and parse denomination implementedÖzgür Kesim
- /keys response now contains signed denomintations - hashes of denominations now XOR'ed per group into a single hash-code - final hash-code is now XOR of all group hash codes - final hash-code is signed - lib/exchange_api_handle support for new "denominations" implemented - parses array of denomation groups - creates running xor of hashes - verifies signature at the end - previous diff/merge logic for keys remains intact.
2022-05-07-fix leaksChristian Grothoff
2022-04-24-fix fieldnames, regenerated DBsChristian Grothoff
2022-04-05adapt to latest GNUnet API: GNUNET_JSON_spec_mark_optional() changedChristian Grothoff
2022-03-29centralize exchange online signature logicChristian Grothoff
2022-03-20towards support for new reserve history/status APIsChristian Grothoff
2022-03-20return new global fees from /keysChristian Grothoff
2022-03-19-fix memory leak introduced by OecChristian Grothoff
2022-03-19-minor code cleanupChristian Grothoff
2022-03-19improve style of some SQL queries (no semantic change)Christian Grothoff
2022-02-21-big renaming of structs for consistent naming with P suffixChristian Grothoff
2022-02-17-fix CS nonce reuse check logicChristian Grothoff