-
Notifications
You must be signed in to change notification settings - Fork 443
[v10] Subtensor improvement (and related logic) #3077
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
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
bcd5332
method `get_stake_for_coldkey` removed, bc this is the same as `get_s…
basfroman f45df6c
`bittensor.core.subtensor_api` moved to `bittensor.core.addons.subten…
basfroman 3dfccfc
fix imports + move timelock impl to addons
basfroman 4782af6
more
basfroman 9a99f3b
rename `SubtensorApi._subtensor` -> `SubtensorApi.inner_subtensor`
basfroman 19add29
updated order
basfroman ef628e4
- method `get_subnets` renamed to `get_all_subnets_netuid` (more obvi…
basfroman bac4f7b
method `get_owned_hotkeys` get rid `reuse_block` parameter to be cons…
basfroman 9942c19
All liquidity methods and related extrinsics received a renamed param…
basfroman 2c4f775
deprecated `bittensor.utils.version.version_checking` removed
basfroman 7e4140d
rename `hotkey` > `hotkey_ss58` in liquidity methods and extrinsics +…
basfroman 656c3ba
method `blocks_since_last_update` improved. Currently it can be used …
basfroman 303448c
method `blocks_since_last_update` improved. Currently it can be used …
basfroman e7f2774
attribute `DelegateInfo/lite.total_daily_return` has been deleted (Vu…
basfroman ed553ee
fix integration tests
basfroman 0ec842d
fix integration tests + - `Async/Subtensor` parameter `_mock` renamed…
basfroman b16af2e
update MIGRATION.md
basfroman 8813973
update MIGRATION.md
basfroman ef6cdd4
ops, _mock
basfroman 1ef8161
fix `tests/e2e_tests/test_delegate.py`
basfroman b5965df
BT_SUBTENSOR_CHAIN_ENDPOINT + MIGRATION.md
basfroman 6405718
ruff
basfroman 83c45ce
fix `get_async_subtensor`
basfroman ba1f6dd
improve `easy_import.py`: removing inconsistent class names + referen…
basfroman 4dd4e07
update MIGRATION.md
basfroman 18c3def
use updated `subnet-template`
basfroman 84199e4
use regular `subnet-template` (merged)
basfroman 1a8eb6b
mode addons from `bittensor.core.addons` to `bittensor.addons` (logic…
basfroman 4cadf54
Balance has strict check operations between instances regarding unit…
basfroman fb997bc
add `hex_to_ss58` and `ss58_to_hex` to `bittensor.utils.__init__`
basfroman 5ad650a
new custom errors for balance check
basfroman c674914
`check_and_convert_to_balance` renamed to `check_balance_amount` + ne…
basfroman b9d299b
improve tests
basfroman 74b1886
add `check_balance_amount` across subtensor's and extrinsics codebase…
basfroman 614e26d
fix `get_transfer_fee`
basfroman c4d1ded
set debug for the login when block is older 300 in metagraph
basfroman c9f7166
Update bittensor/utils/balance.py
basfroman 5013619
Update bittensor/utils/balance.py
basfroman 3bdd9ea
review fixes
basfroman 44ffc05
`bittensor.addons` -> `bittensor.extras`
basfroman 69617ed
important wording
basfroman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.