Releases: spacemeshos/go-spacemesh
v0.1.17-ntpfix
bump version to v0.1.17-ntpfix
Release v0.1.17 (for TweedleDee NetId 122)
Release Notes
TBR
Config File
https://storage.googleapis.com/smapp/0.1.5/config_122.json
Compiled Binaries
Release v0.1.16 - Abandoned
bump version to v0.1.16
devnet-17
v0.1.15-a (testnet 119)
This release introduces some fixes that have been in the pipeline for a while along with some major changes to the protocol and node.
- Free standing ATXs, zero-lag active set size and new genesis flow (#2011) @antonlerner
- Introduce new node API to support dashboard and explorer (#2071 #2056 #2053) @lrettig
- Prevent node from starting if initialization errors occurred (#1998) @y0sher
Config file for connecting to open testnet, TweedleDee, NetId 119
https://storage.googleapis.com/smapp/0.1.2/conf.json
Community contributions: 💪🏻
- Fix crash on malformed gRPC request (#2107) @hoenirvili
- Cleanup initialization of logging system (#2087) @stuartkuentzel
- FreeBSD compatibility (#2058) @tzdybal
- Prevent multiple race conditions (#2037) @jsign
- Refactor: rename methods to match convention (#2034) @kulak
- Big refactor in P2P module to reduce code duplication (#2019) @justplesh
Automatic security patch: 🛡
- Bump httplib2 from 0.12.0 to 0.18.0 (#2027) dependabot
Additional changes to logging, testing and other small fixes have been omitted.
Release 0.1.14
Binaries for all platforms are included with this release.
To join the current open testnet (network ID 118), please use the config file available here:
https://raw.githubusercontent.com/spacemeshos/smapp/v0.1.1/desktop/config.json
Release Notes
- Fix a P2P issue that caused nodes to crash in some scenarios (#2141)
v0.1.13
This is a bugfix release.
#2125 fixes a bug in the P2P module that crashes when a new UDP session comes in and the session cache is full. The crash specifically happened when a stale session was found for eviction.
Binaries
Please get go-spacemesh full node binary for your platform from the assets section below.
Open Testnet (id 117)
Use this config file to join the Spacemesh open public testnet (id 117) with your node.
v0.1.12
Release Notes
- Separate mesh data on disk based on net-id, to prevent data from previous networks to accidentally pollute new networks.
- Prevent infinitely looking for new peers when restarting a node and the entire network is already known by limiting the number of iterations when the address book has enough peers.
V0.1.11
Release notes
Changes:
- State transition based on Hare results - transaction confirmation in 1.5-7 minutes in most cases (#1870 #1972)
- Sync supports layers with no blocks (#1874 #1906)
- More efficient P2P module startup (#2016) [Community contribution! HT @justplesh]
- More efficient address book locking (#2008) [Community contribution! HT @justplesh]
- Faster node shutdown (#1887)
- Private key to testnet tap is now... private
Fixes:
V0.1.9
Compiled Binaries
- Windows: https://storage.googleapis.com/smapp/0.0.7/go-spacemesh-v0.1.9.exe
- OS X: https://storage.googleapis.com/smapp/0.0.7/go-spacemesh-0.1.9-osx
- Linux: https://storage.googleapis.com/smapp/0.0.7/go-spacemesh-0.1.9-linux
Release Notes
- Fix crash in UPnP on startup.