1.3.0
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 the following status messages that will show in place of "Not Synced":
- Added a full node syncing speedometer to the CLI and GUI.
- See
stai show -hfor more info.
- See
- Implemented
multiprocessing_limitoption inconfig.yamlto limit the number of workers used by the full node and wallet.- To use this, add
multiprocessing_limit: 1to the top or bottom ofconfig.yamlwith 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.
- To use this, add
- 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.
- Uses the genesis hash from
- Implemented the
divmodsoftfork at height 2,300,000.