forked from Electron-Cash/Electron-Cash
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters