In do_transfer, we check the balance with coldkeypub.ss58, but then retrieve it from the dict with coldkey.ss58. Resolve this. by @thewhaleking in https://github.com/opentensor/btcli/pull/199
Handle race conditions where self.metadata may not be set before finishing initialising runtime (this may need optimised in the future) by @thewhaleking in https://github.com/opentensor/btcli/pull/199
8.3.0 /2024-11-06
What's Changed
--all
flag to transfer by @thewhaleking in https://github.com/opentensor/btcli/pull/181do_transfer
, we check the balance with coldkeypub.ss58, but then retrieve it from the dict with coldkey.ss58. Resolve this. by @thewhaleking in https://github.com/opentensor/btcli/pull/199Full Changelog: https://github.com/opentensor/btcli/compare/v8.2.0...v8.3.0