Skip to content

Testnet 129 Build v0.1.32

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 May 17:49

This release targets Tweedledee testnet 129 (network ID 29)

Release Notes

This is the first release targeting testnet 129. It's a patch release the includes several small fixes and improvements targeting p2p, sync, and stability, including:

  • Properly handle errors in meshdb (#2408)
  • Prevent sync from stalling (#2397)
  • Add priority queue to hare broker (#2391)
  • Timeout on fetch failure (#2359)
  • Fix SetZeroBlockLayer logic (#2374)

Compiled Binaries

Config File

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

Joining the Testnet

  1. Use one of the compiled binaries or build go-spacemesh from this tag from source code.
  2. Download the config file (linked above) 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.22
  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.