Electron Cash SLP Edition 3.5
.AppImage
is for any Linux 64 bit (it's a self-contained app bundle with everything inside) -- Note: Be sure to set this to executable to run it (chmod +x).dmg
is for macOS, as usual.exe
is for Windows, as usual- Source code is provided as .tar.gz and .zip files (includes Python dependencies inside in packages/ -- this is built on a Linux 64-bit system and also includes libsecp256k1.so.0).
What's new in 3.5
-
Non-fungible tokens (NFTs) can now be grouped -- Applications driven by unique assets like gaming, collectibles, and digital media rights can now tap into the power of grouping NFTs with a group ID. This way a group of NFTs can have a limited supply and easily prove an NFT is included in a particular group. See NFT1 spec.
-
Speed up trustless token validation with SLP Graph Search -- Graph Search can be enabled through a new Tokens tab in the network dialog. This new module downloads validation sets in large batches from SLPDB, instead of crawling back towards Genesis blindly making many network requests.
-
New parallelized SLP validator runs a new thread for each token ID -- Both speed and stability of token validation was improved thanks to Calin Culianu.
-
Determistic builds for Windows binaries and AppImage -- Now the checksums for theses binaries can be deterministically replicated from source thanks to Axel Gembe
-
Other improvements
- App icon has been updated to be a little more rectangular and render better
across resolutions and platforms. Electron-Cash#1526 (cculianu, Axel Gembe, fyoookball,
BeltranLeo) - Fixed hanging GUI with large SLP wallets
- Added SLP support in Receive tab
- Refactored SLP coin selection code
- Added pre-sign check to double-check against SLP burns
- Various other bug fixes and improvements
- Various improvements ported from EC
- App icon has been updated to be a little more rectangular and render better