Skip to content

Releases: spacemeshos/smapp

Release v1.4.0-alpha.1

08 Mar 17:43
Compare
Choose a tag to compare
Pre-release

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

07 Mar 20:17
Compare
Choose a tag to compare
Pre-release

Compiled Binaries

What's Changed

Go-spacemesh v1.4.0-alpha.2
Quicksync v0.1.9

Full Changelog: v1.3.12...v1.4.0-alpha.0

Release v1.3.12

01 Mar 10:17
Compare
Choose a tag to compare

Compiled Binaries

What's Changed

Full Changelog: v1.3.11...v1.3.12

Release v1.3.11

21 Feb 16:47
Compare
Choose a tag to compare

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

21 Feb 11:15
Compare
Choose a tag to compare
Pre-release

Compiled Binaries

What's Changed

Full Changelog: v1.3.10...v1.3.10-quicksync.1

Release v1.3.10

15 Feb 15:12
Compare
Choose a tag to compare

Compiled Binaries

What's Changed

Go-spacemesh v1.3.10

Full Changelog: v1.3.9...v1.3.10

Release v1.3.9

05 Feb 17:35
Compare
Choose a tag to compare

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.

Full Changelog: v1.3.8...v1.3.9

Release v1.3.8

31 Jan 18:09
Compare
Choose a tag to compare

Compiled Binaries

What's Changed

Go-spacemesh v1.3.8

Full Changelog: v1.3.7...v1.3.8

Release v1.3.7

26 Jan 12:34
Compare
Choose a tag to compare
Release v1.3.7 Pre-release
Pre-release

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 in smeshing-opts-datadir used to be resolved relative to the location of the service 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

26 Jan 10:00
Compare
Choose a tag to compare

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.