Skip to content

Commit aeb15c7

Browse files
authored
Merge pull request #424 from opentensor/release/9.3.0
Release/9.3.0
2 parents 8d1761a + a14f410 commit aeb15c7

30 files changed

+3034
-1134
lines changed

.github/workflows/e2e-subtensor-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
4949

5050
- name: Pull Docker Image
51-
run: docker pull ghcr.io/opentensor/subtensor-localnet:latest
51+
run: docker pull ghcr.io/opentensor/subtensor-localnet:devnet-ready
5252

5353
- name: Save Docker Image to Cache
54-
run: docker save -o subtensor-localnet.tar ghcr.io/opentensor/subtensor-localnet:latest
54+
run: docker save -o subtensor-localnet.tar ghcr.io/opentensor/subtensor-localnet:devnet-ready
5555

5656
- name: Upload Docker Image as Artifact
5757
uses: actions/upload-artifact@v4
@@ -73,7 +73,7 @@ jobs:
7373
os:
7474
- ubuntu-latest
7575
test-file: ${{ fromJson(needs.find-tests.outputs.test-files) }}
76-
# python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
76+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
7777
steps:
7878
- name: Check-out repository
7979
uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## 9.3.0 /2025-04-09
4+
5+
## What's Changed
6+
* Fix e2e test by @basfroman in https://github.com/opentensor/btcli/pull/396
7+
* Btwallet e2e test - verbose printing by @ibraheem-abe in https://github.com/opentensor/btcli/pull/397
8+
* Feat/swap coldkey by @ibraheem-abe in https://github.com/opentensor/btcli/pull/399
9+
* Add logic for keep docker image up to date by @basfroman in https://github.com/opentensor/btcli/pull/400
10+
* Feat/associate hotkey by @ibraheem-abe in https://github.com/opentensor/btcli/pull/401
11+
* Fixes staking/unstaking e2e tests by @ibraheem-abe in https://github.com/opentensor/btcli/pull/404
12+
* Adds `era` param for stake transactions by @thewhaleking in https://github.com/opentensor/btcli/pull/406
13+
* Fix: Removes name conflict in Sn create by @ibraheem-abe in https://github.com/opentensor/btcli/pull/405
14+
* Pull version.py version from package metadata by @thewhaleking in https://github.com/opentensor/btcli/pull/409
15+
* json output for commands by @thewhaleking in https://github.com/opentensor/btcli/pull/369
16+
* General code cleanup by @thewhaleking in https://github.com/opentensor/btcli/pull/411
17+
* More json outputs by @thewhaleking in https://github.com/opentensor/btcli/pull/412
18+
* new color palette by @thewhaleking in https://github.com/opentensor/btcli/pull/413
19+
* bump versions by @thewhaleking in https://github.com/opentensor/btcli/pull/410
20+
* spelling fix "Received" by @dougsillars in https://github.com/opentensor/btcli/pull/414
21+
* Updates Subnet symbols by @ibraheem-abe in https://github.com/opentensor/btcli/pull/416
22+
* Fix calculation for childkey set by @thewhaleking in https://github.com/opentensor/btcli/pull/418
23+
* Revoke children msg by @thewhaleking in https://github.com/opentensor/btcli/pull/419
24+
* Update revoke children language by @thewhaleking in https://github.com/opentensor/btcli/pull/417
25+
* Revert "new color palette" by @thewhaleking in https://github.com/opentensor/btcli/pull/420
26+
27+
**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.2.0...v9.3.0
28+
329
## 9.2.0 /2025-03-18
430

531
## What's Changed

0 commit comments

Comments
 (0)