Releases: LogicNet-Subnet/LogicNet
Releases · LogicNet-Subnet/LogicNet
v1.4.8-hotfix
What's Changed
- Update prompt to detect cheat by @trungthanhnguyen0502 in #85
Full Changelog: v1.4.8...v1.4.8-hotfix
v1.4.8
What's Changed
- Update cheat detection by @trungthanhnguyen0502 in #81
- Update wandb feature by @mrbreo in #82
- Add new filter to detect cheat by @trungthanhnguyen0502 in #84
Full Changelog: v1.4.7...v1.4.8
v1.4.7
v1.4.6
What's Changed
- fixbug duplicate task by @trungthanhnguyen0502 in #77
Full Changelog: v1.4.5...v1.4.6
v1.4.5
📣 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
- Switch to the Main Branch
git checkout main
git pull
. main/bin/activate
bash install.sh
- Restart Services
- Restart your miner or validator scripts to apply the updates.
📚 Documentation Links
- Validator Guide: https://github.com/LogicNet-Subnet/LogicNet/blob/main/docs/VALIDATOR.md
- Miner Guide: https://github.com/LogicNet-Subnet/LogicNet/blob/main/docs/MINER.md
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
v1.4.3
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
v1.4.0
📢 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