Skip to content

Taofold V1.4.6

Compare
Choose a tag to compare
@Sarkosos Sarkosos released this 27 Jan 16:51
· 318 commits to main since this release
9b04822

Taofold 1.4.6 is released 🎉

This update is mostly for decreasing volatility of V-trust in the network. We are increasing the epoch length to 300 blocks. We are increasing the threshold of error allowed in the state-checkpoint check to 2% and we are lowering the severity of the punishment of failing the state-checkpoint check from 0 rewards to 0.5 rewards.

Important note
In this update we are also adding new utility functions for miners in anticipation for the global job pool release.

  • We have added a script called start_read_node.sh that will start a read node that connects to the global job pool.
    • This will make a local copy of the global job pool and update it automatically.
  • We have scripts to allow you to query this database called query_rqlite.py

Please get accustomed to these scripts as they will be very useful in the future.

Validators

Perform the usual update process

git pull
poetry install 

Miners

No update required but please get accustomed to the new scripts.