You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(weight-submit): create fresh Bittensor connection for each submission
- Store config (endpoint, netuid, signer_seed) instead of persistent connection
- Create fresh SubtensorClient in fetch_and_submit() for each hourly submission
- Connection automatically dropped after each submission
- Prevents stale connection issues - each submission starts fresh
- CRv4 commit-reveal still works via WeightSubmitter
0 commit comments