Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Added release notes for autocombine and proxy GUI. #554

Merged
merged 1 commit into from Mar 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 19 additions & 0 deletions doc/release-notes.md
Expand Up @@ -53,6 +53,25 @@ https://www.torproject.org/docs/tor-manual.html.en
This allows running pivxd without having to do any manual configuration.


Autocombine changes
---------------------------------

The autocombine feature was carrying a bug leading to a significant CPU overhead
when being used. The function is now called only once initial blockchain
download is finished. It's also now avoiding to combine several times while
under the threshold in order to avoid additional transaction fees. Last but not
least, the fee computation as been changed and the dust from fee provisioning
is returned in the main output.


SOCKS5 Proxy bug
---------------------------------

When inputting wrong data into the GUI for a SOCKS5 proxy, the wallet would
crash and be unable to restart without accessing hidden configuration.
This crash has been fixed.


*version* Change log
=================

Expand Down