[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-exchange] 02/02: merge changelog
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-exchange] 02/02: merge changelog |
Date: |
Mon, 15 Jan 2018 13:27:24 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
commit 9fffeee4ef8bc4d1c42cb0bd7ece49555ab97ea2
Merge: 08e0d56 acc3a41
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Jan 15 13:27:19 2018 +0100
merge changelog
ChangeLog | 7 +
contrib/auditor-report.tex.j2 | 39 +++---
src/auditor/taler-auditor.c | 97 ++++++-------
src/bank-lib/fakebank.c | 2 +-
src/exchange-lib/exchange_api_deposit.c | 2 +-
src/exchange-lib/exchange_api_refund.c | 73 ++++++++--
src/exchange-lib/test_exchange_api.c | 59 ++++++++
src/exchange/taler-exchange-aggregator.c | 81 +++++++++++
src/exchange/taler-exchange-httpd_deposit.c | 6 +-
src/exchange/taler-exchange-httpd_refund.c | 1 -
src/exchange/taler-exchange-httpd_track_transfer.c | 2 +
src/exchangedb/plugin_exchangedb_postgres.c | 150 ++++++++++++++++++++-
src/exchangedb/test_exchangedb.c | 96 ++++++++++++-
src/exchangedb/test_exchangedb_fees.c | 6 +
src/include/taler_error_codes.h | 84 +++++++-----
src/include/taler_exchange_service.h | 44 ++++++
src/include/taler_exchangedb_plugin.h | 44 ++++++
src/include/taler_signatures.h | 31 +++++
src/util/amount.c | 4 +
19 files changed, 702 insertions(+), 126 deletions(-)
diff --cc ChangeLog
index 6edb0ea,ff4b6d7..e5d3eaf
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,11 -1,16 +1,18 @@@
+ Thu Jan 4 11:55:41 CET 2018
+ Fix issue #5234 (aggregator ignoring refunds).
+ Misc. minor fixes to the auditor. -CG
+
+ Mon Jan 1 23:15:37 CET 2018
+ Add TALER_EXCHANGE_refund2() API call to libtalerexchange. -CG
+
-Tue Dec 14 23:15:37 CET 2018
- Eliminated /admin/add/incoming.
- Add taler-bank-transfer tool. -CG
+Thu Dec 14 15:32:50 CET 2017
+ Replaced taler-exchange-reservemod tool with new taler-bank-transfer
+ tool (#5195). Removed /admin/add/incoming API, replaced by new
+ taler-exchange-wirewatch tooling. (#5077).
-Sun Dec 10 19:03:11 CET 2018
- Implement support for optimized refresh protocol. -CG
+Sat Dec 9 15:21:50 CET 2071
+ Implement refresh protocol optimization, bumping protocol version
+ to v2 (#5178). -CG
Thu Nov 2 17:39:40 CET 2017
Limit amount values to 2^53 as we always wanted (#5167). -CG
--
To stop receiving notification emails like this one, please contact
address@hidden