Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: miner validator version control #168

Merged
merged 25 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3c5f21b
fix(responses): getting entire synapse and surfacing processing times…
grantdfoster Jun 27, 2024
0c7a392
feat: adds processing time to response logging
grantdfoster Jul 16, 2024
4f57017
fix: remove process times from get_rewards until data validation is i…
grantdfoster Jul 16, 2024
565de71
fix: adds latency to validator responses
grantdfoster Jul 16, 2024
7a23dcf
fix: better sorting on the validator response for now
grantdfoster Jul 16, 2024
66d946b
fix: removes double import
grantdfoster Jul 16, 2024
ccc5764
fix: guards against deployed validators not correctly pinging uids
grantdfoster Jul 16, 2024
e4c167b
fix: helper for sending TAO
grantdfoster Jul 17, 2024
e507649
feat: responses classification
hide-on-bush-x Jul 26, 2024
8c9bec1
feat: wip twitter endpoints set
hide-on-bush-x Jul 31, 2024
6214720
feat: logic fix
hide-on-bush-x Jul 31, 2024
9582690
chore: updates requirements.txt
grantdfoster Jul 31, 2024
7e1faf6
fix: adjust timeout on vali
grantdfoster Jul 31, 2024
6bfb1d3
fix: points to protocol docs instead of duplicating (#163)
grantdfoster Jul 31, 2024
a928c2d
fix: adds versions to requirements.txt (#165)
grantdfoster Jul 31, 2024
280bf0c
Merge branch 'main' into feat--miner-validator-version-control
grantdfoster Jul 31, 2024
d1a9229
feat: version check guards on neurons, logging cleanup
grantdfoster Aug 2, 2024
a0904e1
feat: miner version on vali exposed
grantdfoster Aug 2, 2024
7e1efaa
feat: begging of miner version call
grantdfoster Aug 2, 2024
20a705c
feat: miner versions recorded using PingMiner request
grantdfoster Aug 6, 2024
34eb343
fix: remove request type for version
grantdfoster Aug 6, 2024
3c1404f
fix: sleep for a minute on miner version check
grantdfoster Aug 6, 2024
2622c0b
fix: rename function to wrapper
grantdfoster Aug 6, 2024
57cc24c
Merge remote-tracking branch 'origin/main' into feat--miner-validator…
grantdfoster Aug 6, 2024
4e6f3a7
fix: vali with statement
grantdfoster Aug 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ hyperparameters:
metagraph:
btcli subnets metagraph --subtensor.$(SUBTENSOR_ENVIRONMENT) --netuid $(NETUID)

set-hyperparam:
btcli sudo set --param weights_version --value 10 --netuid $(NETUID) --subtensor.$(SUBTENSOR_ENVIRONMENT)

########################################################################
##### DOCKER COMPOSE COMMANDS #####
########################################################################
Expand Down
Loading
Loading