summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Collapse)Author
2020-07-21-doxygenChristian Grothoff
2020-07-21add parser for json pathJonathan Buchanan
2020-07-16avoid boolean flags, see #6188Christian Grothoff
2020-07-15test retry transfer with same request_idJonathan Buchanan
2020-07-16first draft for #6365, test pendingChristian Grothoff
2020-07-16rename TALER_JSON_hash to TALER_JSON_contract_hashChristian Grothoff
2020-07-15fix #6133: enable nice shutdown of auditor helpers with CTRL-CChristian Grothoff
2020-07-13test for use-after-free crash when getting keysJonathan Buchanan
2020-07-10test coin_priv re-use with deposit and refresh, update handling of the error ↵Christian Grothoff
code client-side
2020-07-10remove unused/unusable coin_sig, return correct coin_pub in recoup-reveal ↵Christian Grothoff
failure context
2020-07-09made a uuid traitJonathan Buchanan
2020-07-08implement new behavior in exchange httpd and libtalerexchange (for #6416)Christian Grothoff
2020-07-08synchronize with latest GANAChristian Grothoff
2020-07-08add h_denom to melt signatures (for #6416)Christian Grothoff
2020-07-08add h_denom_pub to deposit signaturesChristian Grothoff
2020-07-08simplify DB access: do not fetch fields we do not needChristian Grothoff
2020-07-05also offer API for receiving rounded relative time via JSONChristian Grothoff
2020-07-05fix #6408: make sure all timestamps are always rounded when they arrive over ↵Christian Grothoff
JSON, or 400 the requester; similarly don't tolerate anything else as client
2020-07-05move rewind command to exchange, add proper support for rewinding in ↵Christian Grothoff
batches, modify API to rewind to label
2020-07-05fix FIXME by exposing deposit permission signing in API instead of doing it ↵Christian Grothoff
inside of the testing logic
2020-07-05fix #6236Christian Grothoff
2020-07-05synchronize with latest GANAChristian Grothoff
2020-07-05clarify with/without wire fee issue, sanity checks on currenciesChristian Grothoff
2020-07-05traits for int64_t and json_tJonathan Buchanan
2020-07-05testing traits for uint32_t and GNUNET_TIME_RelativeJonathan Buchanan
2020-07-05add TALER_MHD_parse_internal_json_data()Christian Grothoff
2020-07-05TALER_TESTING_cmd_admin_add_incoming_with_ref finds reserve_pub if ↵Jonathan Buchanan
reserve_priv doesn't exist
2020-07-05add TALER_yna_to_string()Christian Grothoff
2020-07-05moved yna to exchangeJonathan Buchanan
2020-07-05taler_error_codes.h auto generated from gnunet/gana.git as a submoduleJonathan Buchanan
2020-07-05implemented the other functions for taler_sq_libJonathan Buchanan
2020-07-05created taler_sq_libJonathan Buchanan
2020-07-05update ECsChristian Grothoff
2020-07-05more ECsChristian Grothoff
2020-07-05ecsChristian Grothoff
2020-07-05updateChristian Grothoff
2020-07-05modify TALER_EXCHANGE_deposits_get() API to avoid NULL pointers and need for ↵Christian Grothoff
deep copies
2020-07-05modify TALER_EXCHANGE_deposits_get() API to combine returned arguments into ↵Christian Grothoff
a struct (simplifies merchant later)
2020-07-05update exchange API to return struct instead of lots of individual args for ↵Christian Grothoff
TALER_EXCHANGE_transfers_get() -- simplifies merchant later
2020-07-05more ecsChristian Grothoff
2020-07-05use unregisterChristian Grothoff
2020-07-05updateChristian Grothoff
2020-07-05modify TALER_EXCHANGE_deposits_get() API to combine returned arguments into ↵Christian Grothoff
a struct (simplifies merchant later)
2020-07-05towards changing timestamp in deposit confirmation (tests failing)Christian Grothoff
2020-07-05return fee as wellChristian Grothoff
2020-07-05modify TALER_EXCHANGE_deposits_get() API to avoid NULL pointers and need for ↵Christian Grothoff
deep copies
2020-07-05modify TALER_EXCHANGE_deposits_get() API to combine returned arguments into ↵Christian Grothoff
a struct (simplifies merchant later)
2020-07-05update exchange API to return struct instead of lots of individual args for ↵Christian Grothoff
TALER_EXCHANGE_transfers_get() -- simplifies merchant later
2020-07-05fix status codeChristian Grothoff
2020-06-02launching nexus AND sandboxMS