Christian Grothoff
|
164c125528
|
introducing closing fee
|
2017-04-17 14:01:55 +02:00 |
|
Christian Grothoff
|
62afe341b7
|
fix #4984
|
2017-04-16 17:21:26 +02:00 |
|
Christian Grothoff
|
4d4ac495a4
|
test case of /payback done twice, handle 403-case in /payback handler, thereby also testing coin-with-payback history case in test logic (fixes #3887)
|
2017-04-16 02:39:11 +02:00 |
|
Christian Grothoff
|
70517233c9
|
improve test case coverage for exchangedb
|
2017-04-09 21:28:45 +02:00 |
|
Christian Grothoff
|
11b8710a5c
|
implement checking of denomination revocation status in auditor
|
2017-04-08 22:52:32 +02:00 |
|
Christian Grothoff
|
8e9d6c6fd1
|
extend exchangedb API to allow storing DK revocation information
|
2017-04-08 22:01:13 +02:00 |
|
Christian Grothoff
|
209076ebd3
|
implement denomination key revocation logic in exchangedb and taler-exchange-keyup (part of #3887)
|
2017-04-07 22:37:00 +02:00 |
|
Christian Grothoff
|
4b5efa4e81
|
towards supporting #3887 in the auditor
|
2017-04-04 16:27:27 +02:00 |
|
Christian Grothoff
|
4b82a591c5
|
handle /payback in auditor when checking reserves
|
2017-04-04 15:38:58 +02:00 |
|
Christian Grothoff
|
cc3aa31732
|
implement #3887-handling in exchange-lib
|
2017-04-03 22:45:48 +02:00 |
|
Christian Grothoff
|
29a2f9b345
|
implement rest of exchange logic for #3887 (return payback information in reserve and coin histories)
|
2017-04-03 16:40:31 +02:00 |
|
Christian Grothoff
|
b988eb92fc
|
implement tests for extended DB API
|
2017-04-02 22:34:45 +02:00 |
|
Christian Grothoff
|
d8542d729a
|
implement returning /paybacks as part of reserve history (#3887)
|
2017-04-02 18:02:07 +02:00 |
|
Christian Grothoff
|
94dddbbe82
|
implementing insertion of payback information in postgres plugin (part of #3887)
|
2017-04-02 00:05:20 +02:00 |
|
Christian Grothoff
|
b293bda4ac
|
implement DB plugin function to obtain reserve information, migrate logic to simplified API spec (#3887); use plugin API in /payback DB implementation
|
2017-04-01 23:43:55 +02:00 |
|
Christian Grothoff
|
21d2613287
|
first sketch at db module implementation for #3887
|
2017-03-29 16:42:38 +02:00 |
|
Christian Grothoff
|
722577835f
|
implement /payback-functions in libtalerexchange.so
|
2017-03-29 15:44:59 +02:00 |
|
Christian Grothoff
|
b38134ea4a
|
implement /payback parsing and signature verification
|
2017-03-29 14:43:54 +02:00 |
|
Christian Grothoff
|
73321daf5a
|
deal with persisting wire/aggregation fee data in auditor
|
2017-03-20 04:17:06 +01:00 |
|
Christian Grothoff
|
3fde028650
|
fix auditor progress point issue
|
2017-03-20 02:45:33 +01:00 |
|
Christian Grothoff
|
a38fa32484
|
fixing misc auditor issues
|
2017-03-20 02:29:33 +01:00 |
|
Christian Grothoff
|
45d96d8168
|
minor auditor bugfixes
|
2017-03-19 13:53:50 +01:00 |
|
Christian Grothoff
|
21ae4cc212
|
add exchangedb API (but no implementation/tests) for /payback handling
|
2017-03-19 08:38:48 +01:00 |
|
Christian Grothoff
|
a3bb69fb1e
|
add structs and message types for future implementation of #3887
|
2017-03-19 07:50:16 +01:00 |
|
Christian Grothoff
|
9b4d0634e1
|
simplify analysis by returning denom_pub with rest of coin transaction data instead of bothering fetching with coin history
|
2017-03-19 01:55:37 +01:00 |
|
Christian Grothoff
|
c75ac3b612
|
revise exchangedb structure eliminating duplicated wire transfer date from aggregations, instead joining it from wire_out when needed
|
2017-03-19 01:36:15 +01:00 |
|
Christian Grothoff
|
b42ce7e80a
|
alpha-renaming to better describe what functions/tables do
|
2017-03-19 01:09:00 +01:00 |
|
Christian Grothoff
|
e4a4a7e193
|
finish sync_denomination() implementation
|
2017-03-18 23:03:00 +01:00 |
|
Christian Grothoff
|
0f5ce284c4
|
deal with some minor FIXMEs in auditor
|
2017-03-18 22:38:31 +01:00 |
|
Christian Grothoff
|
69ac028a13
|
add required separate risk balance per denomination to auditordb
|
2017-03-18 22:20:48 +01:00 |
|
Christian Grothoff
|
a9f9161c3a
|
simplify auditordb API to match actual requirements better
|
2017-03-18 22:06:27 +01:00 |
|
Christian Grothoff
|
9cfe47493c
|
more work on auditor
|
2017-03-18 17:47:44 +01:00 |
|
Christian Grothoff
|
6a98b07ff2
|
add wire_out tracking to exchangedb, including deferred constraint, and to aggregator
|
2017-03-18 03:44:59 +01:00 |
|
Christian Grothoff
|
5a9d7ac835
|
adjust exchangedb plugin to provide wire_out tracking API
|
2017-03-18 02:40:27 +01:00 |
|
Christian Grothoff
|
382e3dfedb
|
implement more audit checks for refunds
|
2017-03-17 17:49:55 +01:00 |
|
Christian Grothoff
|
8ea9b0dad7
|
more work on coin/denomination audit
|
2017-03-17 17:17:07 +01:00 |
|
Christian Grothoff
|
06c2327558
|
verify deposit signature during audit
|
2017-03-17 14:09:58 +01:00 |
|
Christian Grothoff
|
6b5bfc57b5
|
more work on auditor, towards coin/denomination key checks
|
2017-03-15 19:28:05 +01:00 |
|
Christian Grothoff
|
36195e85ea
|
skeleton logic for analyze_coins()
|
2017-03-15 14:19:57 +01:00 |
|
Christian Grothoff
|
54b3a9e930
|
add required rowid for diagnostics
|
2017-03-15 13:36:47 +01:00 |
|
Christian Grothoff
|
a3db0d4a8c
|
introduce 'struct TALER_AUDITORDB_ProgressPoint'
|
2017-03-15 13:12:45 +01:00 |
|
Christian Grothoff
|
ae3e850c94
|
update getopt config parsing style to match 'getopt' GNUnet branch API change
|
2017-03-15 12:01:06 +01:00 |
|
Christian Grothoff
|
296f919ce4
|
more work on auditor, listing open TODOs
|
2017-03-14 18:00:17 +01:00 |
|
Marcello Stanisci
|
b06e314dbb
|
Adding new error code.
|
2017-03-10 17:43:27 +01:00 |
|
Christian Grothoff
|
0214e426a6
|
add amount division API and test case
|
2017-03-06 16:35:30 +01:00 |
|
Christian Grothoff
|
326f3b2a43
|
add EC codes for merchant
|
2017-03-05 18:51:47 +01:00 |
|
Christian Grothoff
|
65457396b3
|
fix use of uninit value
|
2017-03-05 17:36:58 +01:00 |
|
Christian Grothoff
|
0e15a99504
|
implement #4937: allow extraction of fees
|
2017-03-04 18:45:25 +01:00 |
|
Christian Grothoff
|
1c84b3d4af
|
implementing #4932
|
2017-03-04 18:09:39 +01:00 |
|
Christian Grothoff
|
6ab67a3a76
|
implementing #4929
|
2017-03-04 16:49:33 +01:00 |
|
Christian Grothoff
|
f406f96129
|
implement #4929: add wire transfer fee to /wire (but not yet charged by aggregator)
|
2017-03-03 20:31:29 +01:00 |
|
Christian Grothoff
|
4d2faa5ec9
|
changing wire plugin specification from [exchange]WIREFORMAT to [exchange-wire-PLUGIN]enable=YES/NO
|
2017-03-03 19:24:08 +01:00 |
|
Christian Grothoff
|
397c718809
|
implementing #4921: add base URL to wire transfers
|
2017-03-02 06:26:12 +01:00 |
|
Marcello Stanisci
|
1c08e3dcb1
|
error code for instance unknown
|
2017-02-27 11:55:37 +01:00 |
|
Florian Dold
|
92246c3e88
|
remove transaction_id, only one payment per proposal allowed
|
2017-02-07 15:09:10 +01:00 |
|
Florian Dold
|
8c820b6916
|
contract terminology renaming (#4877)
|
2017-02-06 15:43:06 +01:00 |
|
Marcello Stanisci
|
26d5e08816
|
h_proposal_data -> hash
|
2017-02-06 13:54:17 +01:00 |
|
Marcello Stanisci
|
3ead839e3c
|
h_contract->h_proposal_data
|
2017-02-04 11:07:15 +01:00 |
|
Marcello Stanisci
|
74fdd928c7
|
typo
|
2017-02-03 18:32:03 +01:00 |
|
Marcello Stanisci
|
a60c5e9c97
|
Renaming's first steps.
|
2017-02-03 18:26:47 +01:00 |
|
Florian Dold
|
d2302da332
|
remove redundant fields from ContractPS (#4859)
|
2017-01-13 16:47:09 +01:00 |
|
Florian Dold
|
c631ae1b60
|
elaborate on ContractPS
|
2017-01-12 15:40:43 +01:00 |
|
Florian Dold
|
0589d265ec
|
comment
|
2017-01-12 14:58:39 +01:00 |
|
Christian Grothoff
|
a580ac1c42
|
disable MHD deprecation warnings as we want to be compatible to older releases that simply have not the new symbols (fixing #4845)
|
2017-01-03 18:41:19 +01:00 |
|
Marcello Stanisci
|
21df5cb161
|
Error codes for /map/out
|
2016-12-12 15:05:05 +01:00 |
|
Marcello Stanisci
|
67fdaaef84
|
db error code for /map/in
|
2016-12-09 14:55:36 +01:00 |
|
Marcello Stanisci
|
b536d82f90
|
Syntax error
|
2016-12-09 14:40:24 +01:00 |
|
Marcello Stanisci
|
c328d745a3
|
Error code for /map/in (imported by merchant backend)
|
2016-12-09 14:39:06 +01:00 |
|
Christian Grothoff
|
7d6b8d53d5
|
addressing #4803: nicer error messages for invalid wire formats
|
2016-11-18 18:29:18 +01:00 |
|
Florian Dold
|
a80d94ea07
|
change fractional base to 1e8
|
2016-11-18 14:58:16 +01:00 |
|
Christian Grothoff
|
7fd6be5cef
|
add idempotency checks for /refresh/reveal, fixing #4793
|
2016-11-17 16:37:40 +01:00 |
|
Christian Grothoff
|
bb7c58921e
|
if reserve history computation reveals database inconsistency, do not abort but return proper error code
|
2016-11-17 15:33:31 +01:00 |
|
Christian Grothoff
|
e3ec645b0d
|
change rowid type to uint64_t everywhere; start with reserve-analysis in auditor
|
2016-11-17 14:31:44 +01:00 |
|
tg(x)
|
247b8e33b3
|
auditordb postgres plugin: auditor_progress implementation + tests
|
2016-11-06 14:24:17 +01:00 |
|
Christian Grothoff
|
02d28bc81c
|
add missing functions to deal with auditor_progress to the auditordb API
|
2016-11-06 13:39:22 +01:00 |
|
Marcello Stanisci
|
4f304b2745
|
typo
|
2016-11-04 14:23:44 +01:00 |
|
Marcello Stanisci
|
7177c5c015
|
Merge branch 'master' of taler.net:exchange
|
2016-11-04 14:20:50 +01:00 |
|
Marcello Stanisci
|
1244bcf3a6
|
Adding error code for conflicting /track/transfer
|
2016-11-04 14:20:42 +01:00 |
|
tg(x)
|
59fa9d8255
|
auditordb postgres plugin: sql fixes, callback return value
|
2016-11-04 00:34:09 +01:00 |
|
tg(x)
|
20a8a569ad
|
auditordb postgres plugin
|
2016-11-03 13:01:36 +01:00 |
|
Marcello Stanisci
|
88df33632f
|
typo
|
2016-10-27 11:07:29 +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
|
e7875fb261
|
introducing error codes for the merchant backend
|
2016-10-20 15:11:12 +02:00 |
|
Christian Grothoff
|
c40a098a91
|
Merge branch 'master' of ssh://taler.net/exchange
|
2016-10-20 15:07:56 +02:00 |
|
Christian Grothoff
|
0f4160d4a4
|
introducing error codes for the merchant backend
|
2016-10-20 15:07:42 +02:00 |
|
Marcello Stanisci
|
9d5d092dc3
|
Reverting #4521, pay_deadline strictly regards merchant's policy.
|
2016-10-20 11:48:47 +02:00 |
|
Marcello Stanisci
|
0830751534
|
Merge branch 'master' of taler.net:exchange
|
2016-10-19 23:07:17 +02:00 |
|
Marcello Stanisci
|
9b6717ae3a
|
addressing #4521
|
2016-10-19 23:07:07 +02:00 |
|
Christian Grothoff
|
70462f0b94
|
implement #4497/#4705 -- addition of unique numeric error codes -- for the server-side of the exchange
|
2016-10-18 23:05:29 +02:00 |
|
Christian Grothoff
|
808dc10bf4
|
add skeletons for new DB API functions
|
2016-10-09 01:17:37 +02:00 |
|
Christian Grothoff
|
6621ec8fb7
|
expanding exchange DB API to meet auditor requirements (not implemented, just adding the function signatures)
|
2016-10-09 00:57:31 +02:00 |
|
Christian Grothoff
|
8bbcf86678
|
more work on auditordb plugin API
|
2016-10-08 23:37:55 +02:00 |
|
Marcello Stanisci
|
f03c1175df
|
typo
|
2016-10-07 18:21:12 +02:00 |
|
Christian Grothoff
|
56efe31c40
|
Merge branch 'master' of ssh://taler.net:/var/git/exchange
|
2016-10-07 02:52:39 +02:00 |
|
Christian Grothoff
|
b68adb93c6
|
adding skeleton code for auditor
|
2016-10-06 15:17:10 +02:00 |
|
Marcello Stanisci
|
a42155d552
|
Adding struct to be signed over related to #4702
|
2016-10-03 14:08:14 +02:00 |
|
Marcello Stanisci
|
9cea8197b5
|
defining merchant's signature for successful payments
|
2016-10-03 10:32:17 +02:00 |
|
Marcello Stanisci
|
0b8081fe22
|
Adding receiver in TALER_ContractPS (#4651)
|
2016-09-26 16:55:10 +02:00 |
|
Christian Grothoff
|
77f11bcfac
|
include execution time in signed message for /track/transfer (#4578)
|
2016-09-26 15:08:00 +02:00 |
|
Christian Grothoff
|
df8c011b95
|
return execution time also from exchange C API (#4578)
|
2016-09-26 14:58:44 +02:00 |
|
Christian Grothoff
|
302a08b701
|
implement that /track/transaction returns execution time (#4578)
|
2016-09-26 14:50:49 +02:00 |
|
Christian Grothoff
|
5a6a3da8e4
|
updating DB schema to profit from new KDF-based refresh variant
|
2016-08-11 23:28:33 +02:00 |
|
Christian Grothoff
|
0fd6cf19af
|
mostly working migration of the DH-seeded refresh variant
|
2016-08-07 23:21:49 +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
|
389c18c18c
|
add file for error codes
|
2016-06-14 09:50:59 +02:00 |
|
Christian Grothoff
|
6cd71bebbf
|
implement #4569
|
2016-06-13 16:36:10 +02:00 |
|
Christian Grothoff
|
3672005350
|
rename source files to match API URIs
|
2016-06-09 21:43:10 +02:00 |
|
Christian Grothoff
|
bb511560fe
|
move TALER_TrackTransferDetails to taler_crypto_lib.h as it is not exchange-specific
|
2016-06-09 21:03:07 +02:00 |
|
Christian Grothoff
|
75c04b8af2
|
rename /deposit/wtid and /wire/deposits to /track/{transaction,transfer} for improved consistency
|
2016-06-09 19:18:13 +02:00 |
|
Christian Grothoff
|
a7379930d2
|
turn libfakebank into libtalerfakebank so we can use it for testcases in the merchant
|
2016-06-08 11:35:28 +02:00 |
|
Christian Grothoff
|
166352e87e
|
add exchange_pub to callbacks
|
2016-06-07 15:14:44 +02:00 |
|
Christian Grothoff
|
ce3d7c360b
|
add support for /keys cache control (#4036)
|
2016-05-31 14:32:06 +02:00 |
|
Christian Grothoff
|
eb1fdc105c
|
implement GC logic (#3485)
|
2016-05-31 09:34:45 +02:00 |
|
Christian Grothoff
|
94e1679955
|
adding a few more uniqueness constraints to DB
|
2016-05-31 09:13:03 +02:00 |
|
Marcello Stanisci
|
925097c86d
|
adding --pool-size option to benchmark,
correcting comments
|
2016-05-30 17:16:01 +02:00 |
|
Christian Grothoff
|
e68d07fc25
|
making DB scheme nice
|
2016-05-27 15:34:24 +02:00 |
|
Christian Grothoff
|
c0451f0982
|
fix #4533 for exchange (breaks interaction with bank for /admin/add/incoming)
|
2016-05-26 16:38:59 +02:00 |
|
Christian Grothoff
|
951ce5ef32
|
fix #4537
|
2016-05-25 19:12:44 +02:00 |
|
Christian Grothoff
|
32bb3b14bf
|
fix #4483
|
2016-05-24 20:13:31 +02:00 |
|
Florian Dold
|
8c3ffbf2a3
|
allow access to raw /keys response
|
2016-05-24 02:28:15 +02:00 |
|
Christian Grothoff
|
93aaf1d172
|
extending interpreter to cover refund (but not used yet)
|
2016-05-20 17:15:50 +02:00 |
|
Christian Grothoff
|
e39beff272
|
fix init before use in new refund logic
|
2016-05-20 15:52:40 +02:00 |
|
Christian Grothoff
|
43cfa77248
|
enforce wire deadline >= refund_deadline in API
|
2016-05-20 15:36:08 +02:00 |
|
Christian Grothoff
|
9391ed529c
|
export function to free commit coin data
|
2016-05-19 18:37:31 +02:00 |
|
Christian Grothoff
|
763c8ab512
|
rename GNUNET_CRYPTO_rsa_BlindingKey to GNUNET_CRYPTO_RsaBlindingKey following GNUnet API change
|
2016-05-19 15:11:05 +02:00 |
|
Christian Grothoff
|
8ff8c7b8c7
|
fix table dropping logic to ensure testcases run in fresh environment
|
2016-05-18 17:19:32 +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
|
d55b2cd59d
|
more work on test, noting what is left to do
|
2016-05-06 23:51:15 +02:00 |
|
Christian Grothoff
|
95d338f6cc
|
adding test for auditors API
|
2016-05-06 19:39:31 +02:00 |
|
Christian Grothoff
|
3526c44a38
|
refactor code to write signing keys in same module where we read them
|
2016-05-06 18:33:02 +02:00 |
|
Christian Grothoff
|
0c959e75d1
|
working on #3641: more on /refund implementation
|
2016-05-05 22:57:55 +02:00 |
|
Christian Grothoff
|
6b1f4904ef
|
export transaction history check function
|
2016-05-05 14:43:13 +02:00 |
|
Christian Grothoff
|
4a031a692b
|
implementing /refund API (#3848)
|
2016-05-04 09:42:52 +02:00 |
|
Christian Grothoff
|
79c316f0d5
|
enable multiple wire methods to be used with aggregator, add command to run aggregator in testcase
|
2016-05-03 07:57:49 +02:00 |
|
Christian Grothoff
|
1cbba4bec1
|
fixing #4462: avoid temporary schemata altogether
|
2016-05-02 06:36:58 +02:00 |
|
Christian Grothoff
|
53e7547aaf
|
removing broken and redundant testcase
|
2016-05-02 05:17:42 +02:00 |
|
Christian Grothoff
|
b98a204562
|
fix #4184
|
2016-05-02 05:10:40 +02:00 |
|
Christian Grothoff
|
21188ca703
|
Merge branch 'master' of ssh://taler.net:/var/git/exchange
|
2016-04-21 20:00:40 +02:00 |
|
Christian Grothoff
|
77e9e3a7f6
|
sketching out refund API implementation
|
2016-04-20 03:05:16 +02:00 |
|
Christian Grothoff
|
edd31c7415
|
implementing parsing of /refund requests
|
2016-04-20 02:50:52 +02:00 |
|
Christian Grothoff
|
f693e25793
|
introduce refund fee
|
2016-04-20 01:50:26 +02:00 |
|
Florian Dold
|
37be942f48
|
do not include gnunet's platform header in our public headers
|
2016-04-19 13:54:59 +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
|
3abb3bc372
|
use user_config_file as well
|
2016-04-16 13:10:29 +02:00 |
|
Christian Grothoff
|
ecc5b6791f
|
fix taler-exchange-keyup way of loading configuration
|
2016-04-16 12:37:37 +02:00 |
|
Christian Grothoff
|
ce9dd3365d
|
implement signing of /wire/deposit replies (#4135)
|
2016-04-11 19:54:54 +02:00 |
|