bittensor
bittensor copied to clipboard
Commit Reveal Weights
Description: With the Commit Reveal changes upcoming in subtensor, there is a need to compliment the set_weights function with commit_weights and reveal_weights
see this issue for context on the subtensor side: https://github.com/orgs/opentensor/projects/27/views/9?pane=issue&itemId=58412481
AC:
- implement
commit_weightsfunction in bittensor - implement
reveal_weightsfunction in bittensor - add relevant tests