subtensor
subtensor copied to clipboard
Bittensor Blockchain Layer
## Description In order for the community to familiar themselves with DTAO and its concepts , we will be setting a server with a local node set up running the...
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]...
### Describe the bug I ran the local blockchain (staging-net) on port 9945 After creating wallets, tried to get faucets, but it doesn't work. ```bash SubstrateRequestException: {'code': 1014, 'message': 'Priority...
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 companion pr of #460. which fix the spec in testnet ## Related Issue(s) - Closes #[461] ## Type of Change - [x] Bug fix (non-breaking...
## Description This is a backport of https://github.com/opentensor/subtensor/pull/464 that fixes registration limits and erroring with users being unable to unstake their entire balances ## Related Issue(s) - Closes #[issue number]...
## Description This is a backport of https://github.com/opentensor/subtensor/pull/464 that fixes registration limits and erroring with users being unable to unstake their entire balances ## Related Issue(s) - Closes #[issue number]...
- [ ] Currently `local`, `testnet`, `finney` and common chain spec logic is all in 1 file, which is somewhat unorganised. Split up into dedicated files for better organisation and...
Fixes #344 note that this merges into `main` because that is what determines the root CI settings for the repo once we change default branch back to `main`. May need...
## Description reverts the commit-reveal merge ## Related Issue(s) - Closes #[issue number] ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [...