This is a friendly update to an older channel.
Please find us here meanwhile
https://discord.com/invite/9aS72N2Heat Server 4.1.1This is the backend blockchain server to join the HEAT p2p blockchain network.
Available as stand alone and Docker images (docker is Heats preferred way of deploys) note that docker image is available with blockchain bootstrap as well.
- docker =
https://hub.docker.com/r/heatcrypto/heatledger/- java + shell start script =
https://github.com/heatcrypto/heatledger/releases/tag/v4.1.1 New featuresMessaging File TransferSend files up to 2 MB using U2U protocol (via heatledger node), no fee
File is encrypted by sender, only recipient can decrypt it
File is removed on the server on delivering to the recipient
Changes- Add API to get HEAT messages by timestamp range
- Fix minor bugs
---------------------
This is a friendly update to an older channel.
Please find us here meanwhile
https://discord.com/invite/9aS72N2Heat Client 4.1.0Available as light (no embedded server, uses public nodes) and full version (comes with blockchain embedded)
Available for Windows and Linux.
- full release =
https://github.com/heatcrypto/heatwallet/releases/tag/v4.1.0- light release =
https://github.com/heatcrypto/heat-ui/releases/tag/v4.1.0ChangesAdd feature File Transfer in messaging:- Send files up to 2 MB
- File is encrypted by sender for recipient
- After delivering the encrypted file is removed on the server
- Add removing not delivered message (with transferred file also) on the server side on deleting the message by sender
- Separate the Heat and Offchain message lists to have robust manageable messaging
- Ability to add visible label (not encrypted) in addition to encrypted label for entry in wallet
- Fix storage namespace changing on account changing on page Wallet
- Fix path to config files for desktop HEAT wallet
- Minor UI fixes