Skip to content

1.3.0

Choose a tag to compare

@WarutaShinken WarutaShinken released this 08 Jan 13:13

STAI 1.3.0, based on Chia 1.5.0.

We recommend regenerating config.yaml for this update.

Highlights:

  • Fixed introducer config options.
  • Improved the full node status messages.
    • Added the following status messages that will show in place of "Not Synced":
      • Not Connected to Peer(s) - When there are no connected full node peers.
      • Not Enough Peer Info - When there is at least 1 connected full node peer, but none of them are reporting their height.
      • Peer(s) Behind - When all of the connected full node peers are reporting a height below yours.
      • Peer(s) Stalled - When the highest reported height from your connected peers is the same as yours.
    • Added a progress meter to the following status messages:
      • Syncing
      • Not Synced
      • Peer(s) Behind
  • Added a full node syncing speedometer to the CLI and GUI.
    • See stai show -h for more info.
  • Implemented multiprocessing_limit option in config.yaml to limit the number of workers used by the full node and wallet.
    • To use this, add multiprocessing_limit: 1 to the top or bottom of config.yaml with no indentation. This example will limit the full node and wallet to 1 worker each. Recommended for small fork farmers who want to reduce CPU and memory usage.
  • Clicking on addresses in the GUI's Block Explorer will open them in All The Blocks.
  • Fixed stai db validate.
    • Uses the genesis hash from config.yaml.
    • Properly formats unexpected genesis hash in hexadecimal instead of Python binary representation, something that is still broken in Chia to this day.
  • Implemented the divmod softfork at height 2,300,000.