Releases: spacemeshos/smapp
Release v1.4.0-alpha.1
Compiled Binaries
What's changed
Go-spacemesh v1.4.0-alpha.3
Full Changelog: v1.4.0-alpha.0...v1.4.0-alpha.1
Release v1.4.0-alpha.0
Compiled Binaries
What's Changed
Go-spacemesh v1.4.0-alpha.2
Quicksync v0.1.9
- 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-alpha.2 by @brusherru in #1684
- Update API (v1) to use a new SmesherIDs endpoint instead of a deprecated SmesherID
- Display more than one SmesherID on the Smesher screen
- Display SmesherID in Node events
- Display a special Popup about outdated config (due to https://github.com/spacemeshos/go-spacemesh/blob/v1.4.0-alpha.1/CHANGELOG.md#configjson) before running the Node
- Show amount of synced activations by @brusherru in #1685
Full Changelog: v1.3.12...v1.4.0-alpha.0
Release v1.3.12
Compiled Binaries
What's Changed
- CI: don't run pr-build for draft PRs by @monikasmolarek in #1680
- Do not run quicksync check by interval and disable button only if the node is synced by @brusherru in #1679
Full Changelog: v1.3.11...v1.3.12
Release v1.3.11
Compiled Binaries
What's Changed
-
Add quick sync feature into Smapp by @brusherru in #1662
Smapp will propose to download a trusted database from our cloud if your node is more than 1/2 epoch behind.
Also if your node is more than 100 layers behind the latest you will be able to run quick sync manually from the settings page.
We don't recommend downloading any trusted state, but, at the moment, it will solve syncing problems for newcomers and people with slow machines or internet connections.
Under the hood it uses quicksync v0.1.6
Read more: https://spacemesh.io/blog/making-sync-faster/ -
Fix #1273: show balance truncated, not rounded by @monikasmolarek in #1671
Full Changelog: v1.3.10...v1.3.11
Release v1.3.10-quicksync.1
Compiled Binaries
What's Changed
- Fix #1273 - balance shown truncated, not rounded by @monikasmolarek in #1671
- Added quicksync feature by @Brusher in #1662
Full Changelog: v1.3.10...v1.3.10-quicksync.1
Release v1.3.10
Compiled Binaries
What's Changed
Go-spacemesh v1.3.10
- Updated some links by @monikasmolarek in #1666
- Unified PoS/PoST naming in UI by @monikasmolarek in #1661
- Hide legal disclaimer from GUI until we will have an actual one by @monikasmolarek in #1667
- Add two new node startup states by @brusherru in #1669
Full Changelog: v1.3.9...v1.3.10
Release v1.3.9
Compiled Binaries
What's Changed
Go-spacemesh v1.3.9
spacemeshos/go-spacemesh#5530
Adjusted cache sizes for the increased number of ATXs on the network.spacemeshos/go-spacemesh#5511
Fix dialing peers on their private IPs, which was causing "portscan" complaints.
- Tweak sentry reporting by @monikasmolarek in #1659
Full Changelog: v1.3.8...v1.3.9
Release v1.3.8
Compiled Binaries
What's Changed
Go-spacemesh v1.3.8
- Quick update of the readme by @monikasmolarek in #1649
- Improve the sentry form by @monikasmolarek in #1643
- Tweak: robust fetch networks.json and node configs by @brusherru in #1641
Full Changelog: v1.3.7...v1.3.8
Release v1.3.7
Compiled Binaries
What's Changed
Go-spacemesh v1.3.7
#5502
Increase limits of p2p messages to compensate for the increased number of nodes on the network.#5479
p2p: make AutoNAT service limits configurable. This helps with AutoNAT dialback to determine
nodes' reachability status.#5490
The path insmeshing-opts-datadir
used to be resolved relative to the location of theservice
binary when running
the node in supervised mode. This is no longer the case. The path is now resolved relative to the current working
directory.#5489
Fix problem in POST proving where too many files were opened at the same time.#5498
Reduce the default number of CPU cores that are used for verifying incoming ATXs to half of the available cores.#5500
Make fetch request timeout configurable.
Add separate metric for failed p2p server requests.
Adjust deadline during long reads and writes, reducing "i/o deadline exceeded" errors.
Make routing discovery more configurable and less spammy by default.
Release v1.3.6-hotfix
Compiled Binaries
What's Changed
Go-spacemesh v1.3.5-hotfix2
spacemeshos/go-spacemesh#5502 Increase limits of p2p messages to compensate for the increased number of nodes on the network.