From 7c53bf3e2232d99c3479b4ae88ca80d541581f92 Mon Sep 17 00:00:00 2001 From: Roman Date: Thu, 29 May 2025 11:48:49 -0700 Subject: [PATCH 1/3] replace `transfer_allow_death` with `transfer_keep_alive` --- bittensor_cli/src/bittensor/extrinsics/transfer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bittensor_cli/src/bittensor/extrinsics/transfer.py b/bittensor_cli/src/bittensor/extrinsics/transfer.py index 3796353e6..a720588bd 100644 --- a/bittensor_cli/src/bittensor/extrinsics/transfer.py +++ b/bittensor_cli/src/bittensor/extrinsics/transfer.py @@ -57,7 +57,7 @@ async def get_transfer_fee() -> Balance: """ call = await subtensor.substrate.compose_call( call_module="Balances", - call_function="transfer_allow_death", + call_function="transfer_keep_alive", call_params={"dest": destination, "value": amount.rao}, ) @@ -82,7 +82,7 @@ async def do_transfer() -> tuple[bool, str, str]: """ call = await subtensor.substrate.compose_call( call_module="Balances", - call_function="transfer_allow_death", + call_function="transfer_keep_alive", call_params={"dest": destination, "value": amount.rao}, ) extrinsic = await subtensor.substrate.create_signed_extrinsic( From 6dcef168f42877b625aff0713b2005a3a60c9528 Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Thu, 29 May 2025 12:02:39 -0700 Subject: [PATCH 2/3] bumps version and changelog --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91aaf6ecd..890241007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 9.4.4 /2025-04-29 + +## What's Changed +* Replace `transfer_allow_death` with `transfer_keep_alive` by @basfroman in https://github.com/opentensor/btcli/pull/466 + +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.4.3...v9.4.4 + ## 9.4.3 /2025-04-29 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index c1b96f0e8..919a9d3b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor-cli" -version = "9.4.3" +version = "9.4.4" description = "Bittensor CLI" readme = "README.md" authors = [ From 884b9a8a81e8e7d1389412db95017a3a84be0f77 Mon Sep 17 00:00:00 2001 From: Benjamin Himes Date: Thu, 29 May 2025 21:03:07 +0200 Subject: [PATCH 3/3] Update README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4e9a5d195..1a7c4bac1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@
# Bittensor CLI -### Rao Development Version [![Discord Chat](https://img.shields.io/discord/308323056592486420.svg)](https://discord.gg/bittensor) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![PyPI version](https://badge.fury.io/py/bittensor_cli.svg)](https://badge.fury.io/py/bittensor_cli)