Release v0.2.9
·
1269 commits
to develop
since this release
Important information
For Windows PC need to install Microsoft Visual C++ Redistributable latest to make it work.
Compiled Binaries
- Windows: https://storage.googleapis.com/smapp/v0.2.9/Spacemesh%20Setup%200.2.9.exe
- macOS: https://storage.googleapis.com/smapp/v0.2.9/Spacemesh-0.2.9.dmg
- Linux: https://storage.googleapis.com/smapp/v0.2.9/spacemesh_app_0.2.9_amd64.deb
What's Changed
Feature
- Integrate genesis-id as a replacement for net-id by @maparr in #999
This feature allows Smapp to use the newer go-spacemesh under the hood.
Fixes:
- Get rid of excessive node restarts on smeshing setup by @brusherru in #1017
- A bunch of small fixes by @brusherru in #1028
Includes:- Fix the "Activity" statistics, part of #1018
- Show the proper status of the processed transactions. For example, if the User sent a few spawn transactions he will see that all of them except one are not applied, and only one is applied to the state.
- Also Smapp now tries to prevent submitting more than one spawn transaction
- Conversion of SMH (floats) to Smidge (int) worked imperfectly on some amounts
- Exit Smapp quickly
Previously, when User turns Smapp off he may see some error messages appearing in the shaded GUI in the last moments. Now Smapp hides right after User confirms closing Smapp and turns down GRPC and Node in the background.
Full Changelog: v0.2.8...v0.2.9