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

Abstract level for bittensor/commands/module:class #2026

Open
3 tasks
RomanCh-OT opened this issue Jun 14, 2024 · 0 comments
Open
3 tasks

Abstract level for bittensor/commands/module:class #2026

RomanCh-OT opened this issue Jun 14, 2024 · 0 comments
Assignees

Comments

@RomanCh-OT
Copy link
Contributor

RomanCh-OT commented Jun 14, 2024

The current task will cover 2 goals:

  1. Avoiding multiple code duplication
  2. Maintaining strict class architectures for creating command classes.

AC:

  • The classes of all modules of the command sub-package will be created based on one class
  • Code duplication will disappear
  • All commands must receive an instance of the subtensor as an argument to avoid creating it every time.
@RomanCh-OT RomanCh-OT self-assigned this Jun 14, 2024
@RomanCh-OT RomanCh-OT transferred this issue from opentensor/subtensor Jun 14, 2024
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

No branches or pull requests

1 participant