Releases: spacemeshos/smapp
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.
Release v1.3.6
Compiled Binaries
What's Changed
Go-spacemesh v1.3.5
spacemeshos/go-spacemesh#5470 Fixed a bug in event reporting where the node reports a disconnection from the PoST service as a "PoST failed" event. Disconnections cannot be avoided completely and do not interrupt the PoST proofing process. As long as the PoST service reconnects within a reasonable time, the node will continue to operate normally without reporting any errors via the event API.
Users of a remote setup should make sure that the PoST service is actually running and can reach the node. Observe the log of both apps for indications of a connection problem.
Full Changelog: v1.3.5...v1.3.6
No changes in Smapp.
Release v1.3.5
Compiled Binaries
What's Changed
Go-spacemesh v1.3.4
spacemeshos/go-spacemesh#5467
Fix a bug that could cause ATX sync to stall because of exhausted limit of concurrent requests for dependencies.
Fetching dependencies of an ATX is not limited anymore.
No changes in Smapp.
Full Changelog: v1.3.4...v1.3.5
Release v1.3.4
Release v1.3.3
Compiled Binaries
What's Changed
- Fix displaying node events by @brusherru in #1638
Full Changelog: v1.3.2...v1.3.3
Release v1.3.2
Release v1.3.1
Compiled Binaries
What's Changed
Go-spacemesh v1.3.1
Highlights
- This version will do a migration and vacuuming of the database, which will reduce its size dramatically (more than 4 times).
This process may take some time, so please be patient. - Proof generation is now done via a dedicated service instead of the node. By default, the node runs such a service locally, so nothing changes for Smapp users.
- Improved network stability and performance: allow the active set to be set in advance for an epoch. So consensus will start on the first layer of an epoch.
- See full changelog please see also full changelog for v1.3.0
Features
- Add export as CSV feature on Transaction Log screen by @brusherru in #1626
- Add "Running db migrations" startup stage by @brusherru in #1629
Developer Experience
- Fix CLI tools by @brusherru in #1628
- Upload artifacts to CFS by @andres-spacemesh in #1622
Release v1.3.0
Compiled Binaries
What's Changed
Go-spacemesh v1.3.0
Highlights
- This version will do a migration and vacuuming of the database, which will reduce its size dramatically (more than 4 times).
This process may take some time, so please be patient. - Proof generation is now done via a dedicated service instead of the node. By default, the node runs such a service locally, so nothing changes for Smapp users.
- Improved network stability and performance: allow the active set to be set in advance for an epoch. So consensus will start on the first layer of an epoch.
- See full changelog
Features
- Add export as CSV feature on Transaction Log screen by @brusherru in #1626
- Add "Running db migrations" startup stage by @brusherru in #1629
Developer Experience
- Fix CLI tools by @brusherru in #1628
- Upload artifacts to CFS by @andres-spacemesh in #1622
New Contributors
- @andres-spacemesh made their first contribution in #1622
Full Changelog: v1.2.14...v1.3.0
Release v1.3.0-rc.1
Release Candidate
Not supposed to be used on the MainNet except for testing purposes.
Compiled Binaries
What's Changed
Go-spacemesh v1.3.0-rc3
Features
- Add export as CSV feature on Transaction Log screen by @brusherru in #1626
- Add "Running db migrations" startup stage by @brusherru in #1629
Developer Experience
- Fix CLI tools by @brusherru in #1628
- Upload artifacts to CFS by @andres-spacemesh in #1622
New Contributors
- @andres-spacemesh made their first contribution in #1622
Full Changelog: v1.2.14...v1.3.0-rc.1