bittensor-cli 9.0.3__py3-none-any.whl → 9.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- bittensor_cli/cli.py +43 -7
- bittensor_cli/src/__init__.py +3 -0
- bittensor_cli/src/bittensor/balances.py +5 -6
- bittensor_cli/src/bittensor/chain_data.py +287 -25
- bittensor_cli/src/bittensor/subtensor_interface.py +33 -0
- bittensor_cli/src/bittensor/utils.py +13 -2
- bittensor_cli/src/commands/stake/move.py +4 -4
- bittensor_cli/src/commands/view.py +2876 -0
- bittensor_cli/version.py +1 -1
- {bittensor_cli-9.0.3.dist-info → bittensor_cli-9.1.0.dist-info}/METADATA +1 -1
- {bittensor_cli-9.0.3.dist-info → bittensor_cli-9.1.0.dist-info}/RECORD +14 -13
- {bittensor_cli-9.0.3.dist-info → bittensor_cli-9.1.0.dist-info}/WHEEL +0 -0
- {bittensor_cli-9.0.3.dist-info → bittensor_cli-9.1.0.dist-info}/entry_points.txt +0 -0
- {bittensor_cli-9.0.3.dist-info → bittensor_cli-9.1.0.dist-info}/top_level.txt +0 -0
bittensor_cli/version.py
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
bittensor_cli/__init__.py,sha256=Lpv4NkbAQgwrfqFOnTMuR_S-fqGdaWCSLhxnFnGTHM0,1232
|
2
|
-
bittensor_cli/cli.py,sha256=
|
2
|
+
bittensor_cli/cli.py,sha256=bqGrWcqcm8C347v89pwYN8RxMsJANg6DvosUTWqtKsE,195266
|
3
3
|
bittensor_cli/doc_generation_helper.py,sha256=GexqjEIKulWg84hpNBEchJ840oOgOi7DWpt447nsdNI,91
|
4
|
-
bittensor_cli/version.py,sha256=
|
5
|
-
bittensor_cli/src/__init__.py,sha256=
|
4
|
+
bittensor_cli/version.py,sha256=CNkEZiT2D-9y52rGJS2OIcNA9TJ-Nr5-2zIbPQhQ7-I,622
|
5
|
+
bittensor_cli/src/__init__.py,sha256=R21KfHmy4IfVfxdTSRt_j1NeRTtJkm4cCuZUz3xaDMs,26490
|
6
6
|
bittensor_cli/src/bittensor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
bittensor_cli/src/bittensor/balances.py,sha256=
|
8
|
-
bittensor_cli/src/bittensor/chain_data.py,sha256=
|
7
|
+
bittensor_cli/src/bittensor/balances.py,sha256=q5KkxF8wmUguWAFddEKstfDKTxPe5ISHpT6br8x32rc,11148
|
8
|
+
bittensor_cli/src/bittensor/chain_data.py,sha256=hG61nRpp_4A1NkmEQcbmL89Z1UqL1IF1F9om896Pp-g,41616
|
9
9
|
bittensor_cli/src/bittensor/minigraph.py,sha256=BIzmSVLfBYiRAeGD_i1LAC8Cw7zxp38a91SIFEPMqYc,10479
|
10
10
|
bittensor_cli/src/bittensor/networking.py,sha256=pZLMs8YXpZzDMLXWMBb_Bj6TVkm_q9khyY-lnbwVMuE,462
|
11
|
-
bittensor_cli/src/bittensor/subtensor_interface.py,sha256=
|
12
|
-
bittensor_cli/src/bittensor/utils.py,sha256=
|
11
|
+
bittensor_cli/src/bittensor/subtensor_interface.py,sha256=iSORcGNR8OFzVc-ouDfSITPU0qqE2JovHFOJ8Tx9TZI,54491
|
12
|
+
bittensor_cli/src/bittensor/utils.py,sha256=HbtLcHNScqRy-pqwuNu-aZZwPFfOQINUHPw0Ps585j4,46805
|
13
13
|
bittensor_cli/src/bittensor/extrinsics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
14
14
|
bittensor_cli/src/bittensor/extrinsics/registration.py,sha256=3mJZ3hw_wZEa-8I0R8WVuKjMQi4Y9EV5FjTCvbY37Iw,63780
|
15
15
|
bittensor_cli/src/bittensor/extrinsics/root.py,sha256=N9Fg4VaveRRP1ZN4EZjIWCe04FpTNBKWFqx8USKp9uQ,19062
|
@@ -17,19 +17,20 @@ bittensor_cli/src/bittensor/extrinsics/transfer.py,sha256=FyrRo3yk-065toN4f-1Xes
|
|
17
17
|
bittensor_cli/src/bittensor/templates/table.j2,sha256=P2EFiksnO1cQsB8zjK6hVJwUryHTsLslzRE0YtobAV8,10601
|
18
18
|
bittensor_cli/src/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
19
19
|
bittensor_cli/src/commands/sudo.py,sha256=erQVUDj101iJcmDL1Ej7tGQHNfWRP5BHpx0dXLHQYbE,31487
|
20
|
+
bittensor_cli/src/commands/view.py,sha256=AE2YV92Hj1p9WgcWWTEeL4lySep_uEr6ExJhzXnQbAM,107101
|
20
21
|
bittensor_cli/src/commands/wallets.py,sha256=hv9gzh-zPS8gXzgJIfENQVR6BFYxh6abjxmHUjqMhsY,51086
|
21
22
|
bittensor_cli/src/commands/weights.py,sha256=uI7aACKD90JOtYt61VdKL76z7Fe_wh4WtdwMXL6ydD4,16269
|
22
23
|
bittensor_cli/src/commands/stake/__init__.py,sha256=uxomMv_QrYt5Qn3_X5UWFFh45ISjB0JmDmCFxVyX8nQ,6495
|
23
24
|
bittensor_cli/src/commands/stake/add.py,sha256=F93eM-RBjrjeoSQAq0iBj6LJwBF9BQJVDd4f9bub1f8,24979
|
24
25
|
bittensor_cli/src/commands/stake/children_hotkeys.py,sha256=STUeMc9PdzJPx_nfFzPLBUkSc4Wf9b40PJZZZEAKHfI,29630
|
25
26
|
bittensor_cli/src/commands/stake/list.py,sha256=AnzBhUjuwckFAXYwgv9Yk1JHUKu2w1h8_m8-hf77g80,28625
|
26
|
-
bittensor_cli/src/commands/stake/move.py,sha256=
|
27
|
+
bittensor_cli/src/commands/stake/move.py,sha256=JuCvAIWd_elB5IDOmzMgJj6w3NikFXiUtRnLZ0N95P0,37236
|
27
28
|
bittensor_cli/src/commands/stake/remove.py,sha256=gaQN7Gck0l0GCmtiYhZMWlD6OudcNy6cEIEkE8OzQRo,46863
|
28
29
|
bittensor_cli/src/commands/subnets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
29
30
|
bittensor_cli/src/commands/subnets/price.py,sha256=TWcRXUFeS_Q-pfyv0YIluAL8SE7d2gzTODK-9M2J5pw,29878
|
30
31
|
bittensor_cli/src/commands/subnets/subnets.py,sha256=YuJ0pmd63O2dg9j3WmTwAeZQ7CGweqw6-ORF6ZaaNh0,84041
|
31
|
-
bittensor_cli-9.0.
|
32
|
-
bittensor_cli-9.0.
|
33
|
-
bittensor_cli-9.0.
|
34
|
-
bittensor_cli-9.0.
|
35
|
-
bittensor_cli-9.0.
|
32
|
+
bittensor_cli-9.1.0.dist-info/METADATA,sha256=m4srVvkIryqPEtu9SUYUB32Ortgu39AI9cATyo2AqpY,6855
|
33
|
+
bittensor_cli-9.1.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
34
|
+
bittensor_cli-9.1.0.dist-info/entry_points.txt,sha256=hBTLGLbVxmAKy69XSKaUZvjTCmyEzDGZKq4S8UOto8I,49
|
35
|
+
bittensor_cli-9.1.0.dist-info/top_level.txt,sha256=DvgvXpmTtI_Q1BbDZMlK90LFcGFCreN1daViEPV2iFw,14
|
36
|
+
bittensor_cli-9.1.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|