Skip to content

Testnet Build v0.1.24

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Mar 00:11

This release targets the Tweedledee testnet with Network ID 125

Release Notes

This release includes everything in the previous release (v0.1.23), plus all of the minor improvements merged into develop prior to the release. It includes full support for both the old and new APIs.

It excludes the following PRs which have been merged into develop (they will be rolled into future testnet releases):

  • #2128 (basic impl of node fetcher)
  • #2212 (Golden ATX)

New updates include:

  • #2297 (Don't panic on block in view without explicit vote)
  • #2298 (Make tortoise less reliant on hare for testnet)
  • #2299 (Improve UX in genesis epochs)

Compiled Binaries

Config File

https://storage.googleapis.com/spacecraft-data/tweedlelite125-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.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.