Skip to content

Releases: mosaicx-org/mosaic-subnet

v1.1.1

17 May 07:33
b13fe6a
Compare
Choose a tag to compare

What's Changed

  • use asyncio for calling miner in validator to improve the performance of each epoch
  • fix: RPC call disconnection by @Supremesource in #14

v1.1.0

10 May 08:58
60240e1
Compare
Choose a tag to compare
  • Docker Deployment Support: We have added support for Docker deployment, which comes with an auto-upgrade option. Once started, both validators and miners will be automatically updated to the latest version. This feature eradicates the need for manual maintenance.
  • Scoring System Update: The CLIP model in the scoring system has been enhanced. We have introduced time consumption as a bonus/slash participation condition for weight calculation. We’ve also smoothed the sigmoid function parameters to make the distribution more balanced and reasonable.
  • New Dataset: The images dataset and scores dataset will now be uploaded every four hours. For a detailed view of our synthetic data and breakdown scoring, please visit: Mosaic Scores and Mosaic Images
  • New Telegram Bot: We have launched a new Telegram bot. Check it out here: Mosaicx Bot

v1.0.0

03 May 08:14
Compare
Choose a tag to compare

New Features:

  • Launched Mosaic subnet successfully on the mainnet!
  • Released leaderboard.mosaicx.org: a new site where users can view top miners and their corresponding rewards.
  • The website gateway will randomly select one miner from the top 16 highest scoring for image generation.

Enhancements:

  • Fixed potential validation problems by @Supremesource
  • Added cache for top miners selection on the gateway. This reduces the time required for the query, facilitating faster results generation.