subtensor
subtensor copied to clipboard
Bittensor Blockchain Layer
Delegate data (same as in GitHub, but already formatted to be consumed in subtensor code): https://github.com/opentensor/subtensor/blob/dynamic/docs/delegate-info.json This is the migration code that puts this data onchain: https://github.com/opentensor/subtensor/blob/8267e604ddc5a030fd300ba9e0d882c23fdd35bf/pallets/registry/src/migration.rs#L37 What's left: 1....
The faucet feature allows people to run btcli w faucet to get funds on the testnet. The POW difficulty is really small and causes issues where people abuse the faucet...
The README contains old school information for Subtensor. It also still refers to the subtensor-template rather than our own chain. We need to update it with all information required to...
The transfer fee is currently exorbitantly low. This value should be investigated and made more suitable to protect the chain against DDOS. The current implementation for calculating our fees is...
Tuples are created here: https://github.com/opentensor/subtensor/blob/b310e93d32ddb90c428d357648b6ed4314f226e4/pallets/subtensor/src/block_step.rs#L172 Drained the next block here: https://github.com/opentensor/subtensor/blob/b310e93d32ddb90c428d357648b6ed4314f226e4/pallets/subtensor/src/block_step.rs#L87
### Describe the bug Starting archive mainnet node v1.1.2 from scratch with both Docker compose and source code but failed with 'Failed to allocate memory: "Allocator ran out of space"....
https://github.com/opentensor/subtensor/blob/b8364014f36b6a72357881cacb0f3462a3fde5a0/pallets/subtensor/src/epoch.rs#L839 The condition "consensus_high
## Description Currently, the [remove_network](https://github.com/opentensor/subtensor/blob/main/pallets/subtensor/src/root.rs#L991) function does not properly handle the unstaking of nominators and delegates when a network is removed. This leads to orphaned stakes in neurons. Additionally, there...
### Describe the bug When I am trying to boost weights i got this error False {'type': 'Module', 'name': 'UidVecContainInvalidOne', 'docs': ['The caller is attempting to set weight to at...