Skip to content

Releases: spacemeshos/smapp

Release v1.4.6

12 Apr 10:18
Compare
Choose a tag to compare

Compiled Binaries

What's Changed

Go-spacemesh v1.4.6

  • Fix small issues (most of them reported in Discord) by @brusherru in #1714
    • Do not try to create directory if choosen PoS directory is the root catalog
    • Add smeshing config defaults, to make it possible to pick PoS settings without waiting for Node's API
    • Render Smesher ID properly (React keys)
    • Subscribe for Rewards stream only after retrieving all historical rewards (to avoid duplicates)
    • Display more detailed errors in case something with Quicksync process

Full Changelog: v1.4.5...v1.4.6

Release v1.4.5

09 Apr 15:30
Compare
Choose a tag to compare

Compiled Binaries

What's Changed

  • Fixes by @brusherru in #1710
    • Fixes "GUI stuck" problem and RAM leakage introduced in v1.4.4
    • Fixes profiler tool
    • Optimised calls to IsSmeshing API endpoint
    • Improved logging of GRPC calls

Known issues

  • It may display doubled rewards. Logout / login fixes the problem.

Full Changelog: v1.4.4...v1.4.5

Release v1.4.5-beta.1

09 Apr 12:15
Compare
Choose a tag to compare
Release v1.4.5-beta.1 Pre-release
Pre-release

Compiled Binaries

What's Changed

  • Fix bug with profiler in #1710
  • Fixed RAM leak and NodeStatus (layers) in the same PR #1710

Full Changelog: v1.4.4...v1.4.5-beta.1

Release v1.4.5-beta.0

08 Apr 16:22
Compare
Choose a tag to compare
Release v1.4.5-beta.0 Pre-release
Pre-release

Compiled Binaries

What's Changed

  • Fix bug with profiler + some minor stuff in #1710

Full Changelog: v1.4.4...v1.4.5-beta.0

Release v1.4.4

01 Apr 16:35
Compare
Choose a tag to compare

Compiled Binaries

What's Changed

Full Changelog: v1.4.3...v1.4.4

Release v1.4.3

26 Mar 15:24
Compare
Choose a tag to compare

Compiled Binaries

What's Changed

Go-spacemesh v1.4.4

Release v1.4.2

20 Mar 17:44
Compare
Choose a tag to compare

Compiled Binaries

What's Changed

Go-spacemesh v1.4.2
Quicksync v0.1.10

Full Changelog: v1.4.1...v1.4.2

Release v1.4.1

18 Mar 11:42
Compare
Choose a tag to compare

Compiled Binaries

What's Changed

Go-sapcemesh v1.4.1

Full Changelog: v1.4.0...v1.4.1

Release v1.4.0

14 Mar 12:59
Compare
Choose a tag to compare

Compiled Binaries

What's Changed

Go-spacemesh v1.4.0

  • Update links to guides by @brusherru in #1686
  • Remove sentry by @monikasmolarek in #1681
  • Show the disabled button "Wait for sync" on the wallet screen by @brusherru in #1687
  • Support API & config changes of go-spacemesh v1.4.0 by @brusherru in #1684
  • Show amount of synced activations by @brusherru in #1685
  • Tweak handle statuses and errors by @brusherru in #1689
    • Add startup state "Waiting for Node readiness"
    • Ask the User if he wants to resume downloading an interrupted quicksync
    • Do not parse non-200 responses from the discovery service and show a proper error
    • Some minor tweaks
  • Display SmesherID for any NodeEvent that contains it by @brusherru in #1690

Full Changelog: v1.3.12...v1.4.0

Release v1.4.0-alpha.4

13 Mar 14:29
Compare
Choose a tag to compare
Pre-release

Compiled Binaries

What's Changed

Go-spacemesh v1.4.0-alpha.7

  • Changes from PR #1689 by @brusherru
    • Add startup state "Waiting for Node readiness"
    • Ask the User if he wants to resume downloading an interrupted quicksync
    • Do not parse non-200 responses from discovery service and show a proper error
    • Some minor tweaks