summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-10 16:31:59 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-10 16:31:59 +0200
commit2a1fee61df4bf18750bb0a0e7d6c43c9f174a5de (patch)
tree75ae0930dbd32860207c7d0bc000c69fd52dfd38 /ChangeLog
parent73b7d234d0fea13897a75c36c5ee73c2c199beca (diff)
downloadmerchant-2a1fee61df4bf18750bb0a0e7d6c43c9f174a5de.tar.gz
merchant-2a1fee61df4bf18750bb0a0e7d6c43c9f174a5de.tar.bz2
merchant-2a1fee61df4bf18750bb0a0e7d6c43c9f174a5de.zip
changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66175091..07d520ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Mon Oct 10 16:27:57 CEST 2016
+ Implementing:
+ - /track API, to map transactions to wire transfers and
+ viceversa.
+ - /history API, to get the list of transactions in DB.
+ - merchant "instances", to run make multiple shops on the
+ same backend.
+ -MS
+
Tue Jun 7 15:17:45 CEST 2016
Store signing key used by exchange in DB. Might be useful
in the future when we implement GC for the backenddb. -CG