summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2021-10-20simplify deposit, do not return kyc status, not neededChristian Grothoff
2021-10-19-fix copy and paste issueChristian Grothoff
2021-10-19-fix null derefChristian Grothoff
2021-10-19-implement more of the KYC handlersChristian Grothoff
2021-10-17implement /kyc-wallet in libtalerexchangeChristian Grothoff
2021-10-17implement returning KYC status from GET /deposits/ endpointChristian Grothoff
2021-10-16new configuration option: wallet balance thresholdChristian Grothoff
2021-10-16handle new 202 accepted status code on withdraw in client logicChristian Grothoff
2021-10-16-return new data from /deposit client APIChristian Grothoff
2021-10-13-modify C API to future-proof it for returning more details as required for K...Christian Grothoff
2021-10-10-finish implemnetation of /kyc-check client libraryChristian Grothoff
2021-10-10-draft API for new /kyc-check endpointChristian Grothoff
2021-08-23complete implementation of long-polling for reserve status; remove support fo...Christian Grothoff
2021-08-07-even betterChristian Grothoff
2021-08-07-use new GNUNET_TIME_relative_is_zero APIChristian Grothoff
2021-08-01-allow 0 for refund deadlineChristian Grothoff
2021-07-31-more eliminations of json_packChristian Grothoff
2021-07-30fix #6967Christian Grothoff
2021-07-24fix #6939 in exchangeChristian Grothoff
2021-07-23-rename TALER_amount_get_zero to TALER_amount_set_zeroChristian Grothoff
2021-06-24improve loggingChristian Grothoff
2021-05-28-not a protocol violation, can happen if auditor signed denominations that ar...Christian Grothoff
2021-05-27deal more nicely with /keys failures where no JSON is returnedChristian Grothoff
2021-04-24return more precise error codes from TALER_EXCHANGE_deposit() if failures are...Christian Grothoff
2021-04-14do not repeatedly append the same auditor signatureChristian Grothoff
2021-04-01fix overflowChristian Grothoff
2021-03-13improve version number format checkChristian Grothoff
2021-03-13improve version number format checkChristian Grothoff
2021-03-05fix #6786: do not die on bogus URLChristian Grothoff
2021-02-16free currency memory on free_key_data(), ref #6744Sebastian
2021-02-15fix currency parsing in deserialization logic (resolves #6744)Christian Grothoff
2021-02-15added missing currency in ser/deser, see #6744Sebastian
2021-01-26strptime is locale-dependent, re-implement for C locale-onlyChristian Grothoff
2021-01-26improve loggingChristian Grothoff
2021-01-16nah, also on internal server errors and anything I can imagine we should back...Christian Grothoff
2021-01-16remove dead fieldChristian Grothoff
2021-01-12dynamic curl timeouts for /keys and /wire requestsFlorian Dold
2021-01-10fix major bug with SQL statement missing ORDER BY freshcoin_index resulting i...Christian Grothoff
2021-01-08change wire_reference to be uint64_t always; more work on lrbt_callbacksChristian Grothoff
2021-01-05improve loggingChristian Grothoff
2021-01-01bump protocol versionChristian Grothoff
2020-12-26handle GONE, specified legal value nowChristian Grothoff
2020-12-25clarify why FIXME does not need fixChristian Grothoff
2020-12-20only log with json_dumpf() if explicitly compiled via DEBUG #defineChristian Grothoff
2020-12-20do not log error on MHD_HTTP_GONE status code, revocation is a legitimate replyChristian Grothoff
2020-12-20misc doxygen fixesChristian Grothoff
2020-12-15misc new /keys management related bugfixesChristian Grothoff
2020-12-12allow empty signkeys arrayChristian Grothoff
2020-12-12fix misc bugsChristian Grothoff
2020-12-08initialize master_pub fieldChristian Grothoff