Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-29 | remove /wire endpoint, add wallet_data_hash to deposit, bump protocol ↵ | Christian Grothoff | |
version to v17 | |||
2023-08-24 | remember last_keys when cherry picking | Christian Grothoff | |
2023-08-21 | improve logging, fix client-side serialization of new /keys options | Christian Grothoff | |
2023-08-11 | add STEFAN support to exchange | Christian Grothoff | |
2023-07-20 | -misc fixes | Christian Grothoff | |
2023-07-13 | bump protocol version to 16 | Christian Grothoff | |
2023-07-13 | merging /keys and /wire | Christian Grothoff | |
2023-07-11 | implement 'lost' field for #7883 | Christian Grothoff | |
2023-07-10 | use DK age group, not global age group | Christian Grothoff | |
2023-07-10 | fix alignment issue, ensure we hash over packed structure to avoid ↵ | Christian Grothoff | |
non-determinism | |||
2023-07-10 | -simplify | Christian Grothoff | |
2023-07-10 | tip -> reward | Christian Grothoff | |
2023-07-06 | work on keys serialization/deserialization | Christian Grothoff | |
2023-07-05 | -misc minor fixesv0.9.3-dev.3 | Christian Grothoff | |
2023-07-04 | -bugfixes | Christian Grothoff | |
2023-07-04 | more exchange API refactoring | Christian 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-25 | next round of exchange API atomization | Christian Grothoff | |
2023-06-25 | more work on atomizing exchange API: deposit | Christian Grothoff | |
2023-06-21 | -more clean up of auditor api: atomization complete | Christian Grothoff | |
2023-06-21 | -more auditor API atomization | Christian Grothoff | |
2023-06-21 | ensure forward-compatibility for auditor C API | Christian Grothoff | |
2023-06-07 | major libtalertesting API refactoring, including no longer having ↵ | Christian Grothoff | |
taler-specific logic in the test engine core | |||
2023-06-04 | code cleanup, fixing misc. memory leaks in the process | Christian Grothoff | |
2023-05-13 | return tipping_allowed from /keys | Christian Grothoff | |
2023-05-10 | fix 0-length VLAs | Christian Grothoff | |
2023-05-01 | breaking protocol changes towards fixing #7810 (incomplete, ↵ | Christian Grothoff | |
taler-exchange-offline still unfinished) | |||
2022-12-29 | -fix SQL | Christian Grothoff | |
2022-12-11 | add asset_type to /keys response | Christian Grothoff | |
2022-11-04 | policy 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-01 | remove wad fee, kyc fee and kyc-timeout | Christian Grothoff | |
2022-08-22 | -fix clang compiler warnings | Christian Grothoff | |
2022-08-11 | major 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 compiles | Christian Grothoff | |
2022-06-29 | -reduce logging | Christian Grothoff | |
2022-06-29 | version bump due to new /keys response | Özgür Kesim | |
2022-06-27 | better 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 leaks | Christian Grothoff | |
2022-04-24 | -fix fieldnames, regenerated DBs | Christian Grothoff | |
2022-04-05 | adapt to latest GNUnet API: GNUNET_JSON_spec_mark_optional() changed | Christian Grothoff | |
2022-03-29 | centralize exchange online signature logic | Christian Grothoff | |
2022-03-20 | towards support for new reserve history/status APIs | Christian Grothoff | |
2022-03-20 | return new global fees from /keys | Christian Grothoff | |
2022-03-19 | -fix memory leak introduced by Oec | Christian Grothoff | |
2022-03-19 | -minor code cleanup | Christian Grothoff | |
2022-03-19 | improve style of some SQL queries (no semantic change) | Christian Grothoff | |
2022-02-21 | -big renaming of structs for consistent naming with P suffix | Christian Grothoff | |
2022-02-17 | -fix CS nonce reuse check logic | Christian Grothoff | |