Skip to content

Release v0.2.9

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Nov 17:34
· 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

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.
    image

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.
      image
    • 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