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

Add call indices #100

Merged
merged 2 commits into from
Apr 6, 2023
Merged

Add call indices #100

merged 2 commits into from
Apr 6, 2023

Conversation

camfairchild
Copy link
Contributor

Per: paritytech/substrate#12891
Implicit call indexes are being deprecated. This is for user-safety reasons, among others, and makes the API more-stable.

The implicit indices were in the order declared in the file, where:
SubtensorModule.setWeights has the call index suffix of 00 (hex); and,
SubtensorModule.benchmarkDrainEmission has the call index suffix of 31 -> 49 in decimal.

Feel free to verify the numbering is correct

@S0AndS0 S0AndS0 merged commit d13b632 into main Apr 6, 2023
@Rubberbandits Rubberbandits deleted the add-call-indices branch May 30, 2023 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants