summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-07-14 17:43:07 +0200
committerChristian Grothoff <christian@grothoff.org>2017-07-14 17:43:07 +0200
commit2c6956f32acc6a9f0c65bc8aac4713d0e3a88928 (patch)
tree3dcf6f894be8ce4d12fdd158dd7285de20d1943c /ChangeLog
parente140b418d3dc50d8e0ac69f56f9b1ba81fb90604 (diff)
downloadexchange-2c6956f32acc6a9f0c65bc8aac4713d0e3a88928.tar.gz
exchange-2c6956f32acc6a9f0c65bc8aac4713d0e3a88928.tar.bz2
exchange-2c6956f32acc6a9f0c65bc8aac4713d0e3a88928.zip
clean up PQ tables (renamings, remove redunant column), and primarily fix #4751
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c161addcf..d8adb7d97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Fri Jul 14 17:38:54 CEST 2017
+ Fix #4751 by not allowing denomination deletion (GC)
+ to cascade into reserve_out table (and tolerating such
+ deletion failures). This way, denominations will be kept
+ around until the last reserve that references them (or
+ known_coins derived from them) is closed. Naturally, in
+ most case we expect reserves to be closed much faster
+ than DKs, so in practice this should rarely apply. -CG
+
Sun Jun 11 17:03:56 CEST 2017
Finish implementation and testing of automated refunding
of expired reserves (#4956). -CG