index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
exchange-lib
/
exchange_api_deposit.c
Age
Commit message (
Expand
)
Author
2018-01-01
change 'f' to 'contribution' in /deposit
Christian Grothoff
2017-10-06
check return value from TALER_JSON_hash
Christian Grothoff
2017-05-29
rename proposal_data to contract_terms (see #4879)
Florian Dold
2017-05-12
nicer logging
Christian Grothoff
2017-05-11
clean up debug logic
Christian Grothoff
2017-05-07
check json_pack return value, just to be nice
Christian Grothoff
2017-02-07
remove transaction_id, only one payment per proposal allowed
Florian Dold
2017-02-06
contract terminology renaming (#4877)
Florian Dold
2016-10-20
rename and move TALER_EXCHANGE_json_get_error_code to TALER_JSON_get_error_code
Christian Grothoff
2016-10-20
remove redundant exchange_api_common.h header
Christian Grothoff
2016-10-20
return taler-specific error codes from C API as well
Christian Grothoff
2016-07-07
fixing #4594
Marcello Stanisci
2016-06-07
add exchange_pub to callbacks
Christian Grothoff
2016-05-26
change edate to wire_transfer_deadline/delay (#4521)
Christian Grothoff
2016-05-24
fixing #4520: be more aggressive at asserting when API is violated
Christian Grothoff
2016-05-21
make use of GNUNET_JSON_from_data_auto where possible
Christian Grothoff
2016-05-20
enforce wire deadline >= refund_deadline in API
Christian Grothoff
2016-05-05
export transaction history check function
Christian Grothoff
2016-05-04
fix fmt string issues
Christian Grothoff
2016-05-04
modify test to trigger aggregation properly and check resulting fakebank tran...
Christian Grothoff
2016-04-17
replace exchange_api_context with libgnunetcurl
Christian Grothoff
2016-03-19
remove duplicated JSON parsing code from exchange-lib (#4150)
Christian Grothoff
2016-03-19
first refactoring of JSON logic to address #4150 and #4237
Christian Grothoff
2016-03-01
renaming mint->exchange
Christian Grothoff