Christian Grothoff
|
5052698cbc
|
getting test_auditor_api to pass
|
2018-11-25 14:40:03 +01:00 |
|
Marcello Stanisci
|
60c533562c
|
Fix compiler warnings.
This reverts changes made in b0d00823eb . The warnings
are fixed by changing the functions signatures, instead of casting
their pointers.
|
2018-10-22 16:59:09 +02:00 |
|
Marcello Stanisci
|
b0d00823eb
|
Fix compiler warnings.
|
2018-10-22 12:29:34 +02:00 |
|
Florian Dold
|
4e0c95f0c2
|
put curl default options on one place
|
2018-09-22 01:21:55 +02:00 |
|
Florian Dold
|
9e60296f92
|
use deflate in exchange-api
|
2018-09-21 20:07:07 +02:00 |
|
Florian Dold
|
f3fe72ab24
|
use gnunet_curl_lib.h instead of including gnurl/curl directly
|
2018-08-17 13:14:57 +02:00 |
|
Christian Grothoff
|
499247a480
|
fixing #5178
|
2017-11-29 20:23:08 +01:00 |
|
Christian Grothoff
|
2f2930f1ba
|
major API refactoring, adding planchet generation and coin extraction APIs to the Taler crypto library, thereby simplifying code in withdraw, refresh, tipping, payback and testcases; slight API incompatibilities to previous versions are introduced
|
2017-10-31 14:02:54 +01:00 |
|
Christian Grothoff
|
ec8146de92
|
rename: TALER_setup_planchet -> TALER_planchet_setup_refresh
|
2017-10-31 12:44:17 +01:00 |
|
Christian Grothoff
|
a491a4709a
|
rename: TALER_FreshCoinP -> TALER_PlanchetSecretsP, and TALER_setup_fresh_coin -> TALER_setup_planchet
|
2017-10-31 12:38:14 +01:00 |
|
Christian Grothoff
|
1e30d60a25
|
fixing misc doxygen issues
|
2017-06-04 11:30:43 +02:00 |
|
Christian Grothoff
|
0e73c0d451
|
check json_pack return value, just to be nice
|
2017-05-07 14:07:48 +02:00 |
|
Christian Grothoff
|
1ea22a37c6
|
add /history support to fakebank
|
2017-05-04 23:29:08 +02:00 |
|
Christian Grothoff
|
19f4c50dab
|
rename and move TALER_EXCHANGE_json_get_error_code to TALER_JSON_get_error_code
|
2016-10-20 21:19:01 +02:00 |
|
Christian Grothoff
|
63c5706b64
|
remove redundant exchange_api_common.h header
|
2016-10-20 21:11:20 +02:00 |
|
Christian Grothoff
|
7341b21fa3
|
return taler-specific error codes from C API as well
(#4497/4705)
|
2016-10-20 21:00:40 +02:00 |
|
Christian Grothoff
|
0bfc7bcbf9
|
re-compute refresh session hash in reveal step
|
2016-08-11 22:19:12 +02:00 |
|
Christian Grothoff
|
745719dbc1
|
first half of changing refresh protocol to derive all key data from DH
|
2016-08-05 16:08:19 +02:00 |
|
Marcello Stanisci
|
59c6856284
|
fixing #4594
|
2016-07-07 17:55:25 +02:00 |
|
Christian Grothoff
|
8c7406cb42
|
check refresh amounts add up correctly, fix linker issue
|
2016-06-15 22:55:05 +02:00 |
|
Christian Grothoff
|
6fb30ce468
|
fix memory leaks
|
2016-06-11 16:59:03 +02:00 |
|
Christian Grothoff
|
ce5587b427
|
fix memory leaks: json_array_append increments RC
|
2016-06-11 16:16:49 +02:00 |
|
Christian Grothoff
|
7dc075ae28
|
check return values of json_array_append
|
2016-06-11 13:54:11 +02:00 |
|
Christian Grothoff
|
c179734ccf
|
make code build against revised GNUnet blind signing API
|
2016-06-09 14:52:00 +02:00 |
|
Christian Grothoff
|
166352e87e
|
add exchange_pub to callbacks
|
2016-06-07 15:14:44 +02:00 |
|
Christian Grothoff
|
079ef7cb6f
|
fixing #4520: be more aggressive at asserting when API is violated
|
2016-05-24 20:37:23 +02:00 |
|
Christian Grothoff
|
32bb3b14bf
|
fix #4483
|
2016-05-24 20:13:31 +02:00 |
|
Christian Grothoff
|
9160245167
|
make use of GNUNET_JSON_from_data_auto where possible
|
2016-05-21 18:36:12 +02:00 |
|
Christian Grothoff
|
c8b9370413
|
fixing #3814 by removing ability to melt multiple oldcoins at the same time
|
2016-05-16 11:55:47 +02:00 |
|
Christian Grothoff
|
6b1f4904ef
|
export transaction history check function
|
2016-05-05 14:43:13 +02:00 |
|
Christian Grothoff
|
ad6a40aaa5
|
fix fmt string issues
|
2016-05-04 13:21:22 +02:00 |
|
Christian Grothoff
|
b98a204562
|
fix #4184
|
2016-05-02 05:10:40 +02:00 |
|
Christian Grothoff
|
7496a03978
|
replace bank_api_context with libgnunetcurl
|
2016-04-17 18:03:01 +02:00 |
|
Christian Grothoff
|
1ed567a14b
|
replace exchange_api_context with libgnunetcurl
|
2016-04-17 17:45:15 +02:00 |
|
Christian Grothoff
|
3cb188e8a7
|
rename to match GNUnet symbol change
|
2016-03-21 14:40:57 +01:00 |
|
Christian Grothoff
|
ae726ea31b
|
remove duplicated JSON parsing code from exchange-lib (#4150)
|
2016-03-19 15:54:21 +01:00 |
|
Christian Grothoff
|
0d1eced630
|
first refactoring of JSON logic to address #4150 and #4237
|
2016-03-19 15:23:11 +01:00 |
|
Christian Grothoff
|
b5cba32510
|
renaming mint->exchange
|
2016-03-01 15:35:04 +01:00 |
|