Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
4494839
add label text
ibraheem-abe Oct 10, 2025
748a464
add crowd_create
ibraheem-abe Oct 10, 2025
a6954d3
get_crowdloans
ibraheem-abe Oct 14, 2025
4065dee
update docs
ibraheem-abe Oct 14, 2025
f1bbbea
CrowdloanData dataclass
ibraheem-abe Oct 14, 2025
20dfa52
adds creation logic
ibraheem-abe Oct 14, 2025
4529569
get_single_crowdloan
ibraheem-abe Oct 14, 2025
734bff9
get_crowdloan_contribution
ibraheem-abe Oct 14, 2025
51e6cd0
list_crowdloans
ibraheem-abe Oct 14, 2025
b69c5ff
show_crowdloan_details
ibraheem-abe Oct 14, 2025
95f508f
add to cli
ibraheem-abe Oct 14, 2025
13cdbec
wip
ibraheem-abe Oct 14, 2025
1fdcf2d
update vars + params
ibraheem-abe Oct 14, 2025
4775321
change to table
ibraheem-abe Oct 15, 2025
6ee1de3
updates creation summary
ibraheem-abe Oct 15, 2025
519f139
add spacing
ibraheem-abe Oct 15, 2025
50d548b
COLORS > COLOR_PALETTE
ibraheem-abe Oct 15, 2025
c5f22cd
update cli
ibraheem-abe Oct 15, 2025
5de7c0e
colors
ibraheem-abe Oct 15, 2025
a3fe558
wip
ibraheem-abe Oct 15, 2025
7ec9091
validate_for_contribution
ibraheem-abe Oct 15, 2025
dbcfa90
fix fmt
ibraheem-abe Oct 15, 2025
2cd9427
withdraw_from_crowdloan
ibraheem-abe Oct 15, 2025
b1dadbd
add withdraw cmd
ibraheem-abe Oct 15, 2025
79f5aaa
add util
ibraheem-abe Oct 15, 2025
550c25c
update ds
ibraheem-abe Oct 15, 2025
d905254
update crowdloan getters
ibraheem-abe Oct 15, 2025
4520372
update view functions
ibraheem-abe Oct 15, 2025
3260dec
update cli
ibraheem-abe Oct 15, 2025
44a9e01
wip
ibraheem-abe Oct 15, 2025
0b7d875
add helper
ibraheem-abe Oct 16, 2025
fd162e9
wip
ibraheem-abe Oct 16, 2025
71134dd
add update
ibraheem-abe Oct 16, 2025
6974587
use util
ibraheem-abe Oct 16, 2025
b876854
wip
ibraheem-abe Oct 16, 2025
29506fd
dissolve_crowdloan
ibraheem-abe Oct 16, 2025
bb334ea
wip
ibraheem-abe Oct 16, 2025
73d5d24
refund_crowdloan
ibraheem-abe Oct 16, 2025
5c66667
update cli
ibraheem-abe Oct 16, 2025
efa7c2b
wip
ibraheem-abe Oct 16, 2025
5995020
wip
ibraheem-abe Oct 16, 2025
0dabb43
almost
ibraheem-abe Oct 16, 2025
6380fb0
update
ibraheem-abe Oct 16, 2025
6092821
update docs
ibraheem-abe Oct 16, 2025
ef8f2dc
Fixes decoding of extrinsic
thewhaleking Oct 16, 2025
1724413
Skips senate tests
thewhaleking Oct 16, 2025
5067bbb
Removes the fetching of identities in GitHub.
thewhaleking Oct 16, 2025
9879597
Merge pull request #658 from opentensor/fix/thewhaleking/skip-senate-…
ibraheem-abe Oct 16, 2025
2a98b2a
add back finalization after scalecodec update
ibraheem-abe Oct 16, 2025
23ea5fa
update dissolve
ibraheem-abe Oct 16, 2025
902ff64
update interface
ibraheem-abe Oct 16, 2025
465c20b
update refund
ibraheem-abe Oct 16, 2025
ffceec4
loan updates
ibraheem-abe Oct 16, 2025
341b0a3
update get_constant for crowdloans
ibraheem-abe Oct 16, 2025
a91ab68
add json outputs to contribute
ibraheem-abe Oct 16, 2025
d08c31e
json in finalize call
ibraheem-abe Oct 16, 2025
17390f0
wip
ibraheem-abe Oct 16, 2025
2724766
json output for creation
ibraheem-abe Oct 16, 2025
36e213e
update placement
ibraheem-abe Oct 16, 2025
bf31a83
json output for dissolve
ibraheem-abe Oct 16, 2025
cd38dda
json for refund
ibraheem-abe Oct 16, 2025
babbcf6
json to update
ibraheem-abe Oct 16, 2025
6eb63cf
update cli
ibraheem-abe Oct 16, 2025
44289aa
json output for list + info
ibraheem-abe Oct 16, 2025
c5a0c02
update cli
ibraheem-abe Oct 16, 2025
1df4e14
use walrus
ibraheem-abe Oct 16, 2025
d11d563
update refund check
ibraheem-abe Oct 16, 2025
789aa02
Fixes the double `--hotkey` arg in set childkey take
thewhaleking Oct 20, 2025
8449fd7
Merge branch 'staging' into chore/thewhaleking/remove-fetching-gh-ids
thewhaleking Oct 20, 2025
07626c3
Updates the help text for coldkey regen
thewhaleking Oct 20, 2025
a669038
Merge pull request #657 from opentensor/feat/crowdloans
thewhaleking Oct 20, 2025
55ad027
Merge pull request #659 from opentensor/chore/thewhaleking/remove-fet…
thewhaleking Oct 20, 2025
fcd7a78
Merge pull request #662 from opentensor/fix/thewhaleking/double-hotke…
thewhaleking Oct 20, 2025
91449f3
Merge pull request #663 from opentensor/chore/thewhaleking/update-tex…
thewhaleking Oct 20, 2025
625707a
Changelog + version
thewhaleking Oct 20, 2025
73942e9
Merge pull request #664 from opentensor/changelog/9.14.0
thewhaleking Oct 20, 2025
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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
## 9.14.0 /2025-10-20
* Skips senate tests by @thewhaleking in https://github.com/opentensor/btcli/pull/658
* Feat/crowdloans by @ibraheem-abe in https://github.com/opentensor/btcli/pull/657
* Removes the fetching of identities in GitHub by @thewhaleking in https://github.com/opentensor/btcli/pull/659
* Fixes the double `--hotkey` arg in set childkey take by @thewhaleking in https://github.com/opentensor/btcli/pull/662
* Updates the help text for coldkey regen by @thewhaleking in https://github.com/opentensor/btcli/pull/663

**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.13.1...v9.14.0

# 9.13.1 /2025-10-14
* Fix for complicated (user_liquidity_enabled) hyperparams by @thewhaleking in https://github.com/opentensor/btcli/pull/652
Expand Down
Loading
Loading