Skip to content

Releases: macrocosm-os/folding

Taofold V2.3.3

18 Mar 13:19
936547c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.3.3

Taofold V2.3.1

05 Mar 11:42
f34b8e0
Compare
Choose a tag to compare

Updated the logic for adding hotkeys to the job

What's Changed

Full Changelog: v2.3.0...v2.3.1

TaoFold v2.3.0

04 Mar 16:50
34d9560
Compare
Choose a tag to compare

Includes:

  1. Miners must now select their own jobs to work on in the GJP, effectively increasing the scale at which miners will work from single jobs, to potentially thousands of jobs
  2. Credibility is now leveraged to spot check miner submissions and increase validator bandwidth

Taofold V2.2.0

26 Feb 16:29
d83d6b4
Compare
Choose a tag to compare

Includes:

Weight setting checks to restart validator: #382
Adds back solvent into the pipeline #385. This will change the way miners will need to do work
Adds organic query infrastructure @Sarkosos #380

Taofold V2.1.4

18 Feb 15:02
aec8edb
Compare
Choose a tag to compare

What's Changed

Full Changelog: V2.1.3...v2.1.4

TaoFold v2.1.3

17 Feb 17:23
621182b
Compare
Choose a tag to compare

This upgrade includes the following changes:

  • Instantiate new miner in credibility functionality if it does not exist.
  • Ensure that all lists are the same length in get_energies before iterating.
  • Add an extra check to restart rqlite if the monitoring function fails.
  • Validators point to a new S3 bucket for storage and link generation for global job pool.
  • Increase spec version to 2.1.3.

Taofold v2.1.1

10 Feb 15:18
9afb335
Compare
Choose a tag to compare

This update includes the following changes from #363 :

  • Fix the reward loop in neurons/validator.py and add error handling.
  • Refactor the Protein() class to use absolute paths for file handling.
  • Add a new parameter to the run_step() method in folding/validators/forward.py to avoid unnecessary processing done by the validator. Carry over this parameter to neurons/validator.py in the forward() method.
  • Decrease the epoch length for weight setting from 300 blocks to 150.
  • Maintain the ordering of the events for rewarding in get_energies() from folding/validators/reward.py

Taofold v2.0.0

06 Feb 17:04
fa629fb
Compare
Choose a tag to compare

What's Changed

Taofold V1.4.6

27 Jan 16:51
9b04822
Compare
Choose a tag to compare

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.

Taofold V1.4.5

22 Jan 09:35
04090ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.4...v1.4.5