orriin
orriin
- [ ] 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...
For some reason, the node must be built with this feature even during usual operation. Usually, it's only required when actually benchmarking pallets.
The saying "prevention is better than the cure" **overwhelmingly** applies when it comes to chain outages, and we must always first and foremost do everything possible to avoid them happening...
Currently we only check finney. Now that we're on polkadot v1.10.0 (https://github.com/opentensor/subtensor/pull/387), migrations are idempotent and we can check them on devnet and testnet.
Inspired by @open-junius checking logs after calling `exec_command` to ensure read cli commands work correctly, this makes `exec_command` return the stdout and stderr directly, making this easier with less boilerplate.
`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
Need to investigate which keys are mostly responsible for the growth in the last 6 months, and suggest how to slow it. AC: - [ ] identify the top storages...
Hotkey accounts frequently drop below the ED when they move funds to their coldkey, causing the accounts to get reaped. This currently has no negative behavior as the accounts are...