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
* Removes the call that automatically sets everything to warning level debugging by @thewhaleking in https://github.com/opentensor/bittensor/pull/2508
49
+
* Exit `set_weights` on success by @thewhaleking in https://github.com/opentensor/bittensor/pull/2511
50
+
*`test_dendrite` test clean up by @thewhaleking in https://github.com/opentensor/bittensor/pull/2512
51
+
* Adds --logging.info level so it can be set @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2510
52
+
* Allows wallet to be created through configs in the axon if it is provided by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2510
53
+
* Changes verbosity level of ClientConnectorError and TimeoutError in the dendrite to debug by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2510
54
+
* Fixes behaviour of config initialization for axon, subtensor, logging and threadpool by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2510
55
+
* metagraph sync fix by @thewhaleking in https://github.com/opentensor/bittensor/pull/2514
56
+
* Remove metadata retrieval of custom errors from format_error_message by @thewhaleking in https://github.com/opentensor/bittensor/pull/2518
57
+
* Backmerge master to staging for 8.4.4 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2519
58
+
* Updates bt-decode to 0.4.0 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2520
Knowing the current block number is essential for querying real-time data and performing time-sensitive operations on the blockchain. It serves as a reference point for network activities and data synchronization.
This function is crucial in shaping the network's collective intelligence, where each neuron's learning and contribution are influenced by the weights it sets towards others【81†source】.
1572
1599
"""
1573
-
uid=awaitself.get_uid_for_hotkey_on_subnet(
1574
-
wallet.hotkey.ss58_address, netuid
1575
-
)
1576
1600
retries=0
1577
1601
success=False
1578
-
message="No attempt made. Perhaps it is too soon to set weights!"
0 commit comments