Skip to content

Commit

Permalink
updates for 3.4.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jcramer committed Jan 25, 2019
1 parent 17f1bab commit 803a46a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
18 changes: 14 additions & 4 deletions RELEASE-NOTES
Original file line number Diff line number Diff line change
@@ -1,19 +1,29 @@
Electron Cash - SLP Token Edition

3.4.2 Features
3.4.2 Updates & Features
-----
- Simple Ledger Protocol (SLP) token transaction capability
- Local DAG validation engine (limited to depth of X)
- Proxy DAG validation (using bitdb)
- UI/UX for INIT / MINT batons
- Added Bitcoin Files Protocol (BFP) Upload / Download Tools


3.4.3 Features
3.4.3 Updates & Features
-----
- New SLP wallets will use BIP-39/44 with path m/44'/245'/0' (SLP is registered as coin type 245 at https://github.com/satoshilabs/slips/blob/master/slip-0044.md)
- Created a new wallet type, called "bip39-slp" to prevent from opening SLP wallet files with mainline Electron Cash.
- Merged code base with all recent Electron Cash updates and improvements
- Add new options to BFP file upload tools
- Added testnet support for SLP address format, using "slptest:" address prefix
- Added new contrib module for SLP validation proxy service
- Added new contrib module for SLP validation proxy service

3.4.4 Updates & Features
-----
- Always startup with SLP address format selected
- Disable OP_RETURN tool when SLP is enabled
- Improvements for Genesis/Add/Mint SLP Token dialogs
- Improved URI parsing logic for single line addresses
- Fixed URI parsing bug caused by VSCode Debugger
- Added a prefix auto-fill for addresses pasted into PayTo field of send tab
- Reworked code that requires SLP address to be provided when sending SLP tokens
- Fixed bug in EC preferences menu
2 changes: 1 addition & 1 deletion contrib/build-wine/build-electrum-git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
NAME_ROOT=Electron-Cash-SLP
PYTHON_VERSION=3.5.4

CHECKOUT_TAG=3.4.3
CHECKOUT_TAG=3.4.4

# These settings probably don't need any change
export WINEPREFIX=/opt/wine64
Expand Down
2 changes: 1 addition & 1 deletion lib/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PACKAGE_VERSION = '3.4.3' # version of the client package
PACKAGE_VERSION = '3.4.4' # version of the client package
PROTOCOL_VERSION = '1.4' # protocol version requested

# The hash of the mnemonic seed must begin with this
Expand Down

0 comments on commit 803a46a

Please sign in to comment.