gztensor

Results 40 issues of gztensor

1. change the emission calculation to the following: ```python sum_tao = sum([p.tao_in for p in pools]) sum_prices = sum([p.price for p in pools]) emission = [p.tao_in/sum_tao for p in pools]...

dao

steps to reproduce: Setup 2 wallets with balances (btcli w create, btcli w faucet) Create a subnet with wallet 1 btcli st delegate - delegate 1000 from wallet 2 Wait...

## Description This is a dry-run PR to manage the DTAO changes over development ## Related Issue(s) - Closes #[issue number] ## Type of Change - [ ] Bug fix...

No matter if pow-faucet feature is used or not, the runtime panics when btcli is used to run faucet. Steps to reproduce: 1. Checkout dynamic branch in subtensor 2. Run...

A new state map was added in DTAO and needs a migration to be populated: SubnetCreator::::insert(netuid_to_register, hotkey.clone()); // Set the creator hotkey (which is forever.)'''

dao

get_hotkey_global_dynamic_tao is the method in staking.rs Merged to dynamic branch now. Matching PR for Bittensor: https://github.com/opentensor/bittensor/pull/1881

### Describe the bug Currently staking is affected by existential deposit because it is using `Currency::withdraw` (and `Currency::deposit` for unstaking). Pallet balances has the locking mechanism for this, which does...

bug
needs-triage

The solution to this problem is found: We need to append the RTL symbol with corresponding control character: ``` sn_symbol = f"{bt.Balance.get_unit(subnet.netuid)}\u200E" ``` But the issue is more complex: It...

The most critical screens: 1. btcli root list 2. btcli stake delegate / undelegate 3. btcli subnets list 4. btcli st add / remove 5. btcli r list_delegates 6. btcli...