From d8ed88de5a082500964be59dcde7469ce3001f76 Mon Sep 17 00:00:00 2001 From: phelixnmc Date: Wed, 27 Aug 2014 13:58:26 +0200 Subject: [PATCH] Changelog 2014-08-27 --- changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog.md b/changelog.md index 2d01e45ed..a347b23c7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,12 @@ + +* Several optimizations to improve handling of large/many network transactions (Domob) +* Only accept finished transactions (phelix) +* Relay transaction size limited to 20kb (consensus/phelix) +* Increased network relay fee MIN_RELAY_TX_FEE to 100000 (RyanC/Indolering/phelix) +* More restrictive filtering of transactions +* Update to OpenSSL1.0.1i (phelix) +* Better drive performance on disk based systems through less fragmentation (Domob) +* "Renew" GUI Button (Domob) * contrib/easywinbuilder: Qt5/MinGW4.8.2/cleanup (phelix) * Qt5 compatibility (Canercandan/phelix) * New command line / .conf file option: -walletpath=customwalletfilename.dat (digital-dreamer)