Releases: spacemeshos/smapp
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