From 34de3a9368b653b281862783f36f74d420b80b3e Mon Sep 17 00:00:00 2001 From: ibraheem-latent Date: Thu, 19 Mar 2026 14:31:38 -0700 Subject: [PATCH 1/2] update changelog --- CHANGELOG.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68714fd26..bb0d3fa32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ * fix: JSON output empty for `btcli subnets list --json-out` command by @GlobalStar117 in https://github.com/opentensor/btcli/pull/800 * fix: disable wallet history command due to external API deprecation by @jose-blockchain in https://github.com/opentensor/btcli/pull/811 * Reusable `create_table()` Utility for Consistent Table Styling by @eureka928 in https://github.com/opentensor/btcli/pull/790 -* fix: replace broad exception catches with specific exception types by @Good0987 in https://github.com/opentensor/btcli/pull/773 +* fix: replace broad exception catches with specific exception types by @Achieve3318 in https://github.com/opentensor/btcli/pull/773 * Improve disk caching by @thewhaleking in https://github.com/opentensor/btcli/pull/682 * Feat/rework ck swap by @ibraheem-abe in https://github.com/opentensor/btcli/pull/792 * Error message handled properly by @thewhaleking in https://github.com/opentensor/btcli/pull/814 @@ -29,12 +29,24 @@ * Fix: Remove old mev_shield artifact from stake_burn by @ibraheem-abe in https://github.com/opentensor/btcli/pull/842 * Revert "Feat/balancer swap updates" by @ibraheem-abe in https://github.com/opentensor/btcli/pull/836 * Update/CK swap error handling by @ibraheem-abe in https://github.com/opentensor/btcli/pull/844 +* Tests: Add custom tags for docker images in e2e by @ibraheem-abe in https://github.com/opentensor/btcli/pull/848 +* Update: Cap MeV shield txs era to 8 by @ibraheem-abe in https://github.com/opentensor/btcli/pull/850 +* Update: Enforce era 'always' for mev_shield txs by @ibraheem-abe in https://github.com/opentensor/btcli/pull/851 +* Adds max_allowed_uids hyperparam for setting by @thewhaleking in https://github.com/opentensor/btcli/pull/852 +* Applies type hint to to `process_nested` by @thewhaleking in https://github.com/opentensor/btcli/pull/856 +* chore: add 11 return type hints in cli.py by @travellingsoldier85 in https://github.com/opentensor/btcli/pull/854 +* Update/runtime update by @ibraheem-abe in https://github.com/opentensor/btcli/pull/857 +* feat: add support for the `--all` to proxy remove by @eureka928 in https://github.com/opentensor/btcli/pull/834 +* Adds signed commits info to docs by @thewhaleking in https://github.com/opentensor/btcli/pull/859 +* Add better typing by @thewhaleking in https://github.com/opentensor/btcli/pull/858 +* Update: Pin btwallet requirement by @ibraheem-abe in https://github.com/opentensor/btcli/pull/864 ## New Contributors * @GlobalStar117 made their first contribution in https://github.com/opentensor/btcli/pull/800 * @jose-blockchain made their first contribution in https://github.com/opentensor/btcli/pull/811 -* @Good0987 made their first contribution in https://github.com/opentensor/btcli/pull/773 +* @Achieve3318 made their first contribution in https://github.com/opentensor/btcli/pull/773 * @GeObts made their first contribution in https://github.com/opentensor/btcli/pull/839 +* @travellingsoldier85 made their first contribution in https://github.com/opentensor/btcli/pull/854 **Full Changelog**: https://github.com/opentensor/btcli/compare/v9.18.1...v9.19.0 From 13eeedc2beb0b72aae51b3cc84312acd6999f1ca Mon Sep 17 00:00:00 2001 From: ibraheem-latent Date: Thu, 19 Mar 2026 14:35:39 -0700 Subject: [PATCH 2/2] update --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb0d3fa32..97a21833e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,6 @@ * Update: Enforce era 'always' for mev_shield txs by @ibraheem-abe in https://github.com/opentensor/btcli/pull/851 * Adds max_allowed_uids hyperparam for setting by @thewhaleking in https://github.com/opentensor/btcli/pull/852 * Applies type hint to to `process_nested` by @thewhaleking in https://github.com/opentensor/btcli/pull/856 -* chore: add 11 return type hints in cli.py by @travellingsoldier85 in https://github.com/opentensor/btcli/pull/854 * Update/runtime update by @ibraheem-abe in https://github.com/opentensor/btcli/pull/857 * feat: add support for the `--all` to proxy remove by @eureka928 in https://github.com/opentensor/btcli/pull/834 * Adds signed commits info to docs by @thewhaleking in https://github.com/opentensor/btcli/pull/859 @@ -46,7 +45,6 @@ * @jose-blockchain made their first contribution in https://github.com/opentensor/btcli/pull/811 * @Achieve3318 made their first contribution in https://github.com/opentensor/btcli/pull/773 * @GeObts made their first contribution in https://github.com/opentensor/btcli/pull/839 -* @travellingsoldier85 made their first contribution in https://github.com/opentensor/btcli/pull/854 **Full Changelog**: https://github.com/opentensor/btcli/compare/v9.18.1...v9.19.0