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

Part 2: Redesign, fix namespace conflicts, remove btcli #2204

Merged
merged 50 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
0948bb4
Rebase to `feat/roman/btsdk`
roman-opentensor Jul 29, 2024
e0b3fae
Fix test
roman-opentensor Jul 29, 2024
82a3e20
Temporary placement of cli and related content in btcli (for manual t…
roman-opentensor Jul 30, 2024
ff54d57
Move constants to their related modules.
roman-opentensor Jul 30, 2024
cce27b8
Refactoring types.py
roman-opentensor Jul 30, 2024
b61adb0
Refactoring and typos in errors.py
roman-opentensor Jul 30, 2024
a82d38e
Refactoring metagraph.py
roman-opentensor Jul 30, 2024
91df5eb
Refactoring metagraph.py
roman-opentensor Jul 30, 2024
94b2be9
metagraph.py to `bittensor/core`
roman-opentensor Jul 30, 2024
71f23fb
axon.py to `bittensor/core`
roman-opentensor Jul 31, 2024
c55dcad
error.py and types.py to `bittensor/core`
roman-opentensor Jul 31, 2024
e9ce941
subnets.py to `bittensor/core`
roman-opentensor Jul 31, 2024
006e1a5
synapse.py to `bittensor/core`
roman-opentensor Jul 31, 2024
ccbc28d
tensor.py to `bittensor/core`
roman-opentensor Jul 31, 2024
1c4744a
stream.py to `bittensor/core`
roman-opentensor Jul 31, 2024
a7a39b7
threadpool.py to `bittensor/core`
roman-opentensor Jul 31, 2024
f660bad
dendrite.py to `bittensor/core`
roman-opentensor Jul 31, 2024
9838ed3
chain_data.py to `bittensor/core`
roman-opentensor Jul 31, 2024
9c952eb
settings.py to `bittensor/core`
roman-opentensor Jul 31, 2024
c9e59a7
create bittensor.api sub-package
roman-opentensor Jul 31, 2024
e4c1ab4
Move subtensor.py to bittensor.core and fix related test
roman-opentensor Jul 31, 2024
13081bf
Move `bittensor.extrinsics` to `bittensor.api.extrinsics` and fix rel…
roman-opentensor Jul 31, 2024
a23b861
Return config.py back to the bittensor
roman-opentensor Jul 31, 2024
30e639f
Move constants from bt/__init__.py to bt/core/settings.py
roman-opentensor Aug 1, 2024
087b1ff
Fix order import problem for bt/__init__.py
roman-opentensor Aug 1, 2024
702b74e
Remove unused error parser based on metadata
roman-opentensor Aug 1, 2024
d69e6ed
Move `delegates_details_url` from bt/__init__.py to settings.py
roman-opentensor Aug 1, 2024
d17fdad
Bump up setuptools version
roman-opentensor Aug 1, 2024
c047b48
Make version.py bittensor import independent
roman-opentensor Aug 2, 2024
a262dd0
Update setup.py, replace file with the __version__
roman-opentensor Aug 2, 2024
1b7ceda
Update settings.py
roman-opentensor Aug 2, 2024
544c4b7
Make axon independent of bittensor import. Fix axon tests.
roman-opentensor Aug 2, 2024
316f7af
Make chain_data.py independent of bittensor import. Fix chain_data te…
roman-opentensor Aug 2, 2024
23ba67b
Make dendrite.py independent of bittensor import. Fix dendrite tests.
roman-opentensor Aug 2, 2024
137b929
Make staking.py independent of bittensor import. Fix staking tests.
roman-opentensor Aug 2, 2024
1b228ed
Make subtensor.py independent of bittensor import. Fix subtensor tests.
roman-opentensor Aug 2, 2024
ffa30b5
Make prometheus.py independent of bittensor import. Fix prometheus te…
roman-opentensor Aug 2, 2024
6bd0647
Axon refactoring
roman-opentensor Aug 2, 2024
856be50
Move subnets.py into bittensor/utils since this module is not used wi…
roman-opentensor Aug 2, 2024
a859e94
Make synapse.py independent of bittensor import. Fix synapse tests.
roman-opentensor Aug 2, 2024
dc394d8
Make tensor.py independent of bittensor import. Fix tensor tests.
roman-opentensor Aug 2, 2024
6db9a38
Change name `bittensor.utils.hash` -> `bittensor.utils.get_hash`
roman-opentensor Aug 2, 2024
a23ff8c
Moved from using `import bittensor` (withing bittensor codebase) to d…
roman-opentensor Aug 5, 2024
a95ee4c
Add backwards compatibility for 'bittensor.api.extrinsics' as 'bitten…
roman-opentensor Aug 5, 2024
f68ed6e
Move the contents of `wallet_utils.py` to `bittensor/utils/__init__.p…
roman-opentensor Aug 5, 2024
3c6aa67
Delete `bccli` staff and related tests. Fix setup.py.
roman-opentensor Aug 5, 2024
a74c5c5
Fix tests.
roman-opentensor Aug 5, 2024
f254172
Makes the `bittensor.utils.mock` subpackage available as `bittensor.m…
roman-opentensor Aug 5, 2024
f55982c
Check for participation before nomination call
roman-opentensor Aug 5, 2024
da89cd3
Ruff formatting. Fix ruff's complaints.
roman-opentensor Aug 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 0 additions & 50 deletions bin/btcli

This file was deleted.

Loading
Loading