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

[WIP] Rao #129

Draft
wants to merge 161 commits into
base: staging
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
161 commits
Select commit Hold shift + click to select a range
7212a46
Initial commit
thewhaleking Sep 25, 2024
e58e5a8
Ruff
thewhaleking Sep 25, 2024
683273f
Data classes
thewhaleking Sep 27, 2024
545759c
Balance update.
thewhaleking Sep 27, 2024
58c623b
Ruff
thewhaleking Sep 27, 2024
f61a165
Names
thewhaleking Sep 27, 2024
330c382
dumpster fire
thewhaleking Oct 4, 2024
881722d
Slightly better
thewhaleking Oct 4, 2024
c72ab21
Renamed DelegateInfoLight to DelegateInfoLite, as Samuel states this …
thewhaleking Oct 4, 2024
d421ba9
Stake Add ported mostly
thewhaleking Oct 4, 2024
722836d
Stake Add additions
thewhaleking Oct 4, 2024
5930f64
New set children
thewhaleking Oct 7, 2024
253fc66
Stake list initial
thewhaleking Oct 7, 2024
0284830
Progress
thewhaleking Oct 9, 2024
6f013d2
Progress
thewhaleking Oct 9, 2024
c2223cc
Name shadowing.
thewhaleking Oct 9, 2024
b53137b
Ensure balance from rao is handled correctly
thewhaleking Oct 9, 2024
c092c8a
Stake add fully ported.
thewhaleking Oct 11, 2024
f7fc94a
Old stake add removed.
thewhaleking Oct 11, 2024
db3e8bb
Updated multi fetch method.
thewhaleking Oct 11, 2024
82d013e
Added block_hash specification
thewhaleking Oct 11, 2024
f3581ac
Check-in
thewhaleking Oct 15, 2024
21d9b44
Stake List
thewhaleking Oct 16, 2024
0c0c2df
Removed root app/commands.
thewhaleking Oct 17, 2024
1215d67
subnets list
thewhaleking Oct 17, 2024
bc0be72
subnets register
thewhaleking Oct 18, 2024
ec0cfd1
Subnets show
thewhaleking Oct 18, 2024
0acb2b4
Updated requirements and use quotes
thewhaleking Oct 21, 2024
28ca04a
Scrapped brahmi script.
thewhaleking Oct 21, 2024
407e011
Add optional netuid grabber.
thewhaleking Oct 21, 2024
7370971
Stake remove
thewhaleking Oct 21, 2024
95df386
Comments.
thewhaleking Oct 21, 2024
6f25103
Stake Move
thewhaleking Oct 21, 2024
0560a58
wallet balance
ibraheem-opentensor Oct 21, 2024
83c044c
btcli sudo senate
ibraheem-opentensor Oct 21, 2024
6ab8851
btcli root proposals
ibraheem-opentensor Oct 21, 2024
4197bf9
updated subnet creation
ibraheem-opentensor Oct 21, 2024
9e6f235
btcli sudo senate-vote
ibraheem-opentensor Oct 22, 2024
c86d756
Get Child hotkeys
thewhaleking Oct 22, 2024
7575ac9
Set children
thewhaleking Oct 22, 2024
ff61a96
btcli sudo set-take
ibraheem-opentensor Oct 22, 2024
588cadd
btcli sudo get-take
ibraheem-opentensor Oct 22, 2024
c2e4b6d
Scale decoding.
thewhaleking Oct 23, 2024
fc2bbd2
btcli s metagraph (awaiting confirmation for few fields)
ibraheem-opentensor Oct 23, 2024
8369025
Fixed mandatory netuid + help for s show
ibraheem-opentensor Oct 24, 2024
bb508a5
btcli st list fixed
ibraheem-opentensor Oct 24, 2024
f8e51aa
st move [wip]
ibraheem-opentensor Oct 24, 2024
1ed2bb0
Improve error handling.
thewhaleking Oct 24, 2024
b2bd25c
[WIP] Stake Add
thewhaleking Oct 24, 2024
1ced08d
fix netuid from str to int
roman-opentensor Oct 24, 2024
f682bdd
for `stake_add` fix netuid from str to int
roman-opentensor Oct 24, 2024
b3e774c
Convert netuid ask to int.
thewhaleking Oct 24, 2024
8232d1d
Merge pull request #195 from opentensor/fix/roman/rao-stake-remove
roman-opentensor Oct 24, 2024
3470d3a
Correctly use staking address in unstake.
thewhaleking Oct 24, 2024
a2e3007
Correctly use staking address for name in all parts of unstake.
thewhaleking Oct 24, 2024
7f0b5ae
Shows free balance in staking, fixes hotkey display in table
ibraheem-opentensor Oct 24, 2024
d9ed6ad
ruff
ibraheem-opentensor Oct 24, 2024
cc201e0
Changed get_all_subnet_dynamic_info to use Runtime API
thewhaleking Oct 24, 2024
2580614
add runtime apis to reg
camfairchild Oct 24, 2024
80db622
use runtime api for neuron
camfairchild Oct 24, 2024
f3c7bd6
get delegated runtime api
camfairchild Oct 24, 2024
e03d479
add todo
camfairchild Oct 24, 2024
1368bd6
Update balance to show non-Tao on the right side of the number.
thewhaleking Oct 24, 2024
eafad57
use runtime api for get subnet dynamic info
camfairchild Oct 24, 2024
39fbaf2
replace with runtime api
camfairchild Oct 24, 2024
292434d
use runtime api here also
camfairchild Oct 24, 2024
6087513
replace with runtime api
camfairchild Oct 24, 2024
8642fa2
Column footers
thewhaleking Oct 24, 2024
db27dc2
add subnet state to reg
camfairchild Oct 24, 2024
0f13d40
Updated btcli s list
ibraheem-opentensor Oct 25, 2024
7b78e19
fix st list alignment
camfairchild Oct 25, 2024
d4978cf
modify query_multiple
camfairchild Oct 25, 2024
877df05
fix total stake for hotkey
camfairchild Oct 25, 2024
5b77906
unwrap tuple
camfairchild Oct 25, 2024
6c5de3c
Improve fetching global weights
ibraheem-opentensor Oct 25, 2024
47d350f
Improves subnets show
ibraheem-opentensor Oct 25, 2024
82adb49
Default to rao network
ibraheem-opentensor Oct 25, 2024
7525d1c
Merge pull request #196 from opentensor/rao-game-changer
ibraheem-opentensor Oct 25, 2024
4ae7008
Mostly fix child hotkeys get. Still issue with 'Storage function "Sub…
thewhaleking Oct 25, 2024
85fd451
Removed unused imports
thewhaleking Oct 25, 2024
3dded35
Child hotkey get fixed.
thewhaleking Oct 25, 2024
1e85564
ui tweaks
ibraheem-opentensor Oct 25, 2024
bfa33ee
Stake fix
thewhaleking Oct 25, 2024
8a40a8d
Balance fix
thewhaleking Oct 25, 2024
d19b9f2
Parentheses matter
thewhaleking Oct 25, 2024
09721c4
Error-handling for wallet unlock
thewhaleking Oct 25, 2024
0c55df8
Remove lock in st list
ibraheem-opentensor Oct 25, 2024
667da15
Fix emission, dividents disply in st show
ibraheem-opentensor Oct 25, 2024
4b58e89
Revamped btcli stake remove
ibraheem-opentensor Oct 25, 2024
fd5f801
Updates localnet entry point
ibraheem-opentensor Oct 28, 2024
642103d
Updated stake slippage table
ibraheem-opentensor Oct 28, 2024
35b5aee
Updates s create table + ui tweaks in stake/unstake
ibraheem-opentensor Oct 28, 2024
757cc7f
Fixed NeuronInfoLite decoding.
thewhaleking Oct 28, 2024
13b5407
Removes print statement
ibraheem-opentensor Oct 28, 2024
e61c094
Fixed stake move + ui
ibraheem-opentensor Oct 28, 2024
3d7d46d
Removes extra table initialization
ibraheem-opentensor Oct 28, 2024
73ddea0
Registration fix.
thewhaleking Oct 28, 2024
f8b3029
btcli stake move improved
ibraheem-opentensor Oct 28, 2024
af134ea
Fixed bug where format_error_message was not receiving a substrate ob…
thewhaleking Oct 29, 2024
fb59bc0
Hides overview, inspect, metagraph
ibraheem-opentensor Oct 29, 2024
de3c03d
Fixes set-identity
ibraheem-opentensor Oct 29, 2024
fcd5e1a
Uses coldkeypub in set-identity
ibraheem-opentensor Oct 29, 2024
9990909
updates subnets show
ibraheem-opentensor Oct 29, 2024
4b448f0
should be / emission_drain_tempo
camfairchild Oct 29, 2024
9733a95
Updates color schemes
ibraheem-opentensor Oct 29, 2024
c5a803a
Adds support for coldkey_ss58 in btcli st list
ibraheem-opentensor Oct 29, 2024
e259e09
Update requirements from staging
thewhaleking Oct 29, 2024
c57b98f
Fixes order of prompts in st add, remove and alligns prompt color scheme
ibraheem-opentensor Oct 30, 2024
ed6b2f8
optimize st remove
ibraheem-opentensor Oct 30, 2024
d0840f4
improved var
ibraheem-opentensor Oct 30, 2024
2dc7135
Clean up error handling for main CLI. Add KeyboardInterrupt.
thewhaleking Oct 30, 2024
5ae3410
Reverts changes to _run()
ibraheem-opentensor Oct 30, 2024
b51f2bd
Adds hidden for overview, inspect
ibraheem-opentensor Oct 30, 2024
14ff0fd
Fix taostats link
thewhaleking Oct 30, 2024
95ecb6f
updated btcli s list
ibraheem-opentensor Oct 30, 2024
2cd8184
Updates description of subnet list
ibraheem-opentensor Oct 30, 2024
8bf0d39
Removes extra imports
ibraheem-opentensor Oct 30, 2024
4f483b1
tweaks to s list description
ibraheem-opentensor Oct 30, 2024
70d8405
Updates btcli st list table
ibraheem-opentensor Oct 31, 2024
feb8840
tweaks description of btcli st list
ibraheem-opentensor Oct 31, 2024
54cc6ae
Fixes dupe emissions desc
ibraheem-opentensor Oct 31, 2024
6e521c5
Exposes few urls in st list
ibraheem-opentensor Oct 31, 2024
97ce766
line breaks in desc st list
ibraheem-opentensor Oct 31, 2024
a9426d6
updates hyperlinks
ibraheem-opentensor Oct 31, 2024
6145d81
Adds prompts in stake list
ibraheem-opentensor Oct 31, 2024
b9727d1
Updates input text and adds prompt in s list
ibraheem-opentensor Oct 31, 2024
914cec6
Added live view to subnets list
ibraheem-opentensor Nov 2, 2024
ebb1ad9
Adds sum to Rate in subnets list
ibraheem-opentensor Nov 2, 2024
68424bf
Merge pull request #200 from opentensor/rao-updated-tables
ibraheem-opentensor Nov 2, 2024
79b2598
Adds verification for json file used in regenerating
ibraheem-opentensor Nov 4, 2024
e5546e9
Dont show desc in-case of no stakes in btcli st list
ibraheem-opentensor Nov 4, 2024
7bb0f60
Adds validation for netuid options
ibraheem-opentensor Nov 4, 2024
9bcebb3
Adds validation for amount in st add & remove
ibraheem-opentensor Nov 4, 2024
c868c14
Renamed fields in stake_list
ibraheem-opentensor Nov 4, 2024
27bea7a
Integrates color palette to stake app
ibraheem-opentensor Nov 5, 2024
df654ad
Disables overview, inspect, history, metagraph for rao games
ibraheem-opentensor Nov 5, 2024
4b84b86
Adds option to skip printing info tables in s list, st list
ibraheem-opentensor Nov 5, 2024
c767741
Integrates palette to stake app
ibraheem-opentensor Nov 6, 2024
966fa52
Partial: integrates new palette to sudo, wallet apps
ibraheem-opentensor Nov 6, 2024
68798fc
Overhauled identities module
ibraheem-opentensor Nov 8, 2024
0f2df53
ui improvements + small fix
ibraheem-opentensor Nov 8, 2024
4197af3
Adds root register call for sn 0
ibraheem-opentensor Nov 8, 2024
f621ad8
Adds interactive in unstake to select hotkeys/netuids a coldkey is st…
ibraheem-opentensor Nov 21, 2024
a382b75
Modifying descriptions and links in stake and subnets dot py files
rajkaramchedu Nov 21, 2024
a18eefa
Merge pull request #246 from opentensor/rajk/1-help-descriptions
ibraheem-opentensor Nov 22, 2024
e7d12c8
Bumps websocket to 13.0
ibraheem-opentensor Dec 18, 2024
4c55533
lock_cost -> burn_cost
ibraheem-opentensor Dec 18, 2024
d0bc140
Various improvements and changes
ibraheem-opentensor Dec 19, 2024
1f70cf5
s list changes
ibraheem-opentensor Dec 20, 2024
b352dd7
s show changes
ibraheem-opentensor Dec 20, 2024
60ba785
Enhancements: wallet, stake, s show
ibraheem-opentensor Dec 20, 2024
c1195a6
Fix sn names
ibraheem-opentensor Dec 20, 2024
96448c3
Improvements to subnets, stake, sudo
ibraheem-opentensor Dec 21, 2024
f75fa32
Bumps version
ibraheem-opentensor Dec 21, 2024
b54a143
Remove warning
ibraheem-opentensor Dec 22, 2024
4b5e4f8
fix --all flag balances
ibraheem-opentensor Dec 22, 2024
47da2f1
Adds delegates to st add
ibraheem-opentensor Dec 23, 2024
14688db
Improvement: stake remove
ibraheem-opentensor Dec 24, 2024
be875e2
Feat: wallet with uris
ibraheem-opentensor Dec 24, 2024
a44fa7c
Adds unstake_all_alpha
ibraheem-opentensor Dec 24, 2024
bc1c260
Live mode: stake list
ibraheem-opentensor Dec 25, 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
2 changes: 1 addition & 1 deletion bittensor_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
from .cli import CLIManager


__version__ = "8.2.0"
__version__ = "8.2.0+rao.1"

__all__ = ["CLIManager", "__version__"]
Loading
Loading