Skip to content

Releases: LogicNet-Subnet/LogicNet

v1.4.8-hotfix

13 Feb 04:49
fa6930c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.8...v1.4.8-hotfix

v1.4.8

12 Feb 23:28
d2a7bb8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.7...v1.4.8

v1.4.7

06 Feb 18:17
5658e11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.6...v1.4.7

v1.4.6

25 Jan 07:51
21fe57a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.5...v1.4.6

v1.4.5

21 Jan 17:37
7d29db0
Compare
Choose a tag to compare

📣 LogicNet Update 1.4.4 Summary

✨ Improvements

  • Rate Limiting: Implemented rate limiting to control the number of tasks validators run, preventing delays in incentive updates.
  • Hotfix: Resolved a bug in the rephrasing gen-code task.
  • Question Shuffling: Fixed an issue where validators weren't shuffling questions before sending them to miners. Previously, dominant miners would respond once, causing their other miners to reuse the same response repeatedly.
  • Miner Trick Detection: Enhanced the prompt template for detecting miner tricks.
  • Reward Randomness: Improved the randomness in the reward allocation process.
  • Configuration Update: Added the missing epoch_volume configuration for miners.

🔄 Update Instructions

  1. Switch to the Main Branch
git checkout main
git pull
. main/bin/activate
bash install.sh
  1. Restart Services
    • Restart your miner or validator scripts to apply the updates.

📚 Documentation Links

Thank you for being a vital part of the LogicNet community! Let’s continue pushing forward for a better and more efficient network.

Happy Mining!

v1.4.4

16 Jan 19:26
71a140f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.3...v1.4.4

v1.4.3

16 Jan 19:11
75cc8d5
Compare
Choose a tag to compare

What's Changed

  • Increased timeout when query Info synapse and fixed update of miner state.
  • Resolved error with save/load state.
  • Fixed mismatch between UIDs, rewards, and reward logs, which caused miners handling errors to not have their scores updated to 0.
  • Fixed epoch volume.

Full Changelog: v1.4.1...v1.4.3

v1.4.1

06 Jan 20:02
8dc110c
Compare
Choose a tag to compare

What's Changed

  • fix bash install.sh file and update versions by @LVH-Tony in #64

Full Changelog: v1.4.0...v1.4.1

v1.4.0

06 Jan 19:42
03d9cfb
Compare
Choose a tag to compare

📢 LogicNet Update 1.4.0 Summary

  • Version Update: Bittensor version updated to 8.5.1 for inclusion of Commit Reveal 3
  • New Feature: Miner cheat response detection system for fairer competition
  • Improvements:
  • Fixed should_reward randomness function for improved fairness in choosing miners for validation
  • Task generation based on datasets now correctly categorized (e.g. code generation dataset generates coding questions)
  • Enhanced correctness validation using LLM model with try-catch error handling
  • Miners in each batch now receive the same tasks to compete
  • Additions:
    model_blacklist added to ignore low-quality models being run by Validators or any models that are outside of the designated model list
  • Documentation Updates: Validator documentation updated
  • Bug Fixes: OpenAI client error fixed

v1.3.3

18 Dec 18:06
6911a00
Compare
Choose a tag to compare

What's Changed

  • added Task UID by @LVH-Tony in #53
  • fix programmatic comparison sympy bug and not falling back to LLM as backup by @LVH-Tony in #55
  • Improve scoring logic to consider miners mean score per epoch by @LVH-Tony in #54

Full Changelog: v1.3.2...v1.3.3