Skip to content
Merged
Changes from all commits
Commits
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
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -29,11 +29,21 @@
* 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
* 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

**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.18.1...v9.19.0
Expand Down
Loading