diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-07-14 17:43:07 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-07-14 17:43:07 +0200 |
commit | 2c6956f32acc6a9f0c65bc8aac4713d0e3a88928 (patch) | |
tree | 3dcf6f894be8ce4d12fdd158dd7285de20d1943c /ChangeLog | |
parent | e140b418d3dc50d8e0ac69f56f9b1ba81fb90604 (diff) |
clean up PQ tables (renamings, remove redunant column), and primarily fix #4751
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |