merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit d71e90c683a465ec73da35b1ac8ca8d617610565
parent ecaa7669e71339df9f06dbce5796240b12570317
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Tue,  6 Jun 2017 14:35:50 +0200

ChangeLog

Diffstat:
MChangeLog | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,12 @@ +Tue Jun 6 14:30:43 CEST 2017 + Abstracting the response gotten from the exchange's tracking + API and relying it to the frontend. + A payment generator has been implemented so that the db can + easily be populated for testing purposes. + /history API now has the way to query from a starting base date + ahead into the future. + Memory leaks fixes. + Mon Mar 6 17:57:51 CET 2017 Add support for wire fee calculations to /pay handling (#4935), and adding setting "max_wire_fee" and "wire_fee_amortization"