subtensor icon indicating copy to clipboard operation
subtensor copied to clipboard

Bittensor Blockchain Layer

Results 239 subtensor issues
Sort by recently updated
recently updated
newest added

### Describe the bug 2024-07-16 07:48:56 Subtensor Node 2024-07-16 07:48:56 ✌️ version 4.0.0-dev-unknown 2024-07-16 07:48:56 ❤️ by Substrate DevHub , 2017-2024 2024-07-16 07:48:56 📋 Chain specification: Bittensor 2024-07-16 07:48:56 🏷...

bug

### Describe the bug I try to create a subnet following this documentation: . Running `./scripts/localnet.sh` works, but then shows indefinitely the same log: ``` $ ./scripts/localnet.sh *** Building substrate...

bug

### Describe the bug When starting a local subtensor on testnet, i get a lot of `Report 12D3KooWM4hxkTJB1a8W5hdDPCh9GdRYuk2QghYLAG9dWJd65ZKy: -2147483648 to -2147483648. Reason: Genesis mismatch. Banned, disconnecting.?` I have not investigate...

bug

## Background (The issue) The chain triggers a subnet's emission calculation and step depending on its tempo. This means every few blocks we run a calculation to determine the correct...

## Description To reduce the risk of prolonged runtime upgrade times and minimize the impact of consensus issues, we need to investigate and potentially implement multi-block migrations. This approach allows...

The `TotalHotkeyColdkeyStakesThisInterval` doesn't exist anymore, but it existed previously as ```rust pub type TotalHotkeyColdkeyStakesThisInterval = StorageDoubleMap< _, Identity, T::AccountId, Identity, T::AccountId, (u64, u64), ValueQuery, DefaultStakesPerInterval, >; ``` https://github.com/opentensor/subtensor/blob/8f39a58329f2d195f029793942d1de3388b3edeb/pallets/subtensor/src/lib.rs#L755 The storage...

### Is your feature request related to a problem? Please describe. I´m automatically sending some funds to wallets. I want to be able to analyze any tx created by an...

### Is your feature request related to a problem? Please describe. I have funds on a wallet, the entire balance is staked. I would like to have a way to...

`balance.totalIssuance`: 1,195,894,993,084,044 (which should be effectively the number of coins in circulation) `subtensorModule.totalissuance`: 7,010,451,064,912,511 `subtensorModule.totalstake`: 5,780,329,269,388,411

bug

### Is your feature request related to a problem? Please describe. Ideally the IP of the miner would only be known by the honest validators and the IP of the...

blue team