Skip to content

v0.1.22

Pre-release
Pre-release
Compare
Choose a tag to compare
@noamnelke noamnelke released this 18 Jan 08:43
· 2396 commits to develop since this release

This is the initial release for Tweedledee Network ID 123.

Release notes

This release fixes some issues and improves the deployment process.
#2205 - Makefile fixes for Windows @lrettig
#2239 - Prevent deadlock when multiple workers are syncing @antonlerner @y0sher
↳ Each system test now uses a separate instance of Elasticsearch @AmitShaul @sudachen @Narayanprusty
#2237 - Ensure consistent active set size sampling when creating blocks @antonlerner
#2223 - Continuous deployment for releases @Narayanprusty
#2221 - NTP server list is now configurable (users in China have experienced issues connecting to some NTP servers) @Narayanprusty
#2248 - CI fixes @AmitShaul
#2220 - CLI option to enable the Go profiler @Narayanprusty
#2247 - Fix panic when restarting sync @antonlerner
#2260 - Add log messages to enable investigation for testnet issue @antonlerner @y0sher

Compiled Binaries

Config File

https://storage.googleapis.com/spacecraft-data/tweedlelite123-archive/config.json

Joining Network ID 123

  1. Use one of the compiled binaries or build go-spacemesh from this tag from source code.
  2. Download the config file to your computer.
  3. Use CLIWallet to create a rewards account for smeshing. You can download a binary from the release or build it from source code. See: https://github.com/spacemeshos/cli-wallet/releases/tag/v0.1.18
  4. Start go-spacemesh from your terminal using the config file using the flags described here: https://github.com/spacemeshos/go-spacemesh#joining-a-testnet-with-mining.