Browse Source

release notes for 2.9

2.9.x
ThomasV 8 years ago
parent
commit
ba3586dc30
  1. 33
      RELEASE-NOTES

33
RELEASE-NOTES

@ -1,9 +1,30 @@
# Release 2.9 - Independence # Release 2.9 - Independence (July 27th, 2017)
* Blockchain fork detection and management: * Multiple Chain Validation: Electrum will download and validate
- The SPV module will download and verify block headers from block headers sent by servers that may follow different branches
multiple branches of a fork in the Bitcoin blockchain. Instead of a linear sequence,
- Branching points are located using binary search block headers are organized in a tree structure. Branching points
- The desired branch of a fork can be selected using the network dialog are located efficiently using binary search. The purpose of MCV is
to detect and handle blockchain forks that are invisible to the
classical SPV model.
* The desired branch of a blockchain fork can be selected using the
network dialog. Branches are identified by the hash and height of
the diverging block. Coin splitting is possible using RBF
transaction (a tutorial will be added).
* Multibit support: If the user enters a BIP39 seed (or uses a
hardware wallet), the full derivation path is configurable in the
install wizard.
* Option to send only confirmed coins
* Qt GUI:
- Network dialog uses tabs and gets updated by network events.
- The gui tabs use icons
* Kivy GUI:
- separation between network dialog and wallet settings dialog.
- option for manual server entry
- proxy configuration
* Daemon: The wallet password can be passed as parameter to the
JSONRPC API.
* Various other bugfixes and improvements.
# Release 2.8.3 # Release 2.8.3
* Fix crash on reading older wallet formats. * Fix crash on reading older wallet formats.

Loading…
Cancel
Save