Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f6ab12ac95 | ||
|
|
baa8ec1b52 | ||
|
|
1e19cf0857 |
@ -1,5 +1,19 @@
|
||||
|
||||
# Release 3.1 - (March 5, 2018)
|
||||
# Release 3.1.1 - (unreleased)
|
||||
|
||||
* fix #4031: Trezor T support
|
||||
* partial fix #4060: proxy and hardware wallet can't be used together
|
||||
* fix #4039: can't set address labels
|
||||
* fix crash related to coinbase transactions
|
||||
* MacOS: use internal graphics card
|
||||
* fix openalias related crashes
|
||||
* speed-up capital gains calculations
|
||||
* hw wallet encryption: re-prompt for passphrase if incorrect
|
||||
* other minor fixes.
|
||||
|
||||
|
||||
|
||||
# Release 3.1.0 - (March 5, 2018)
|
||||
|
||||
* Memory-pool based fee estimation. Dynamic fees can target a desired
|
||||
depth in the memory pool. This feature is optional, and ETA-based
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
ELECTRUM_VERSION = '3.1' # version of the client package
|
||||
ELECTRUM_VERSION = '3.1.1' # version of the client package
|
||||
PROTOCOL_VERSION = '1.2' # protocol version requested
|
||||
|
||||
# The hash of the mnemonic seed must begin with this
|
||||
|
||||
Loading…
Reference in New Issue
Block a user