subtensor icon indicating copy to clipboard operation
subtensor copied to clipboard

Bittensor Blockchain Layer

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

### Describe the bug After building with the command : cargo build --release And running the build with : ./target/release/subtensor --dev, I get the error: -bash: ./target/release/subtensor: No such file...

bug

Dear OpenTensor team, I'm reaching out as a Coretex developer of the OpenTensor project to discuss a critical improvement in our Substrate deployment practices that I've identified and successfully tested....

blue team

Part of #300, we need to deny the ability to perform potentially-panicking and/or overflowing operations on number types in subtensor AC: - [ ] fix existing offending overflow operations -...

enhancement

We need a safe type that allows sparse matrix operations that will not panic / does not provide panicking operations or methods. Everything should be infallible or return a `Result`...

enhancement

### Describe the bug running new local subtensor keep waiting for peers with main lite node command `btcli w overview ` return 0 balance while using old running subttensor return...

bug

### Is your feature request related to a problem? Please describe. Currently, if a subnet owner registers on mainnet, the cost for the subnet is **locked**, but not recycled. So...

### Describe the bug I have recently spun up a new server, I followed my usual process. Issue is that I am unable to connect my local node to chain....

bug

### Is your feature request related to a problem? Please describe. When registering, it is possible for the cost to register recycle to change in the middle of registration: if...

Description : We need CI jobs implemented in the subtensor repo for auto checks for rust using cargo, specifically `cargo check`, `cargo format`, and `cargo fix` AC: - [x] CI...