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 |
|