gztensor

Results 18 comments of gztensor
trafficstars

### Test plan _Definition: Price threshold = SUM( Emission( subnet ) for subnet in DTAO_SUBNETS )/ SUM( Emission( subnet ) for subnet in ALL_SUBNETS )_ For STAO subnets: - DynamicTAOReserve...

### Converting a subnet from STAO to DTAO - Only subnet owner can do it - A conversion job is scheduled to run in `on_initialize` hook to avoid block overweighing....

Transition check list: - [ ] Benchmark for starting extrinsic - [ ] Add Events as needed

Up and running: wss://dtao-demo.chain.opentensor.ai:443

We need to research if governance FRAME pallet can be used.

Done. The migration to populate SubnetCreator: https://github.com/opentensor/subtensor/blob/de987e32bccdd3e8cc15141cf030eaa6245d1dcd/pallets/subtensor/src/migration.rs#L539 Making it run on the network update: https://github.com/opentensor/subtensor/blob/de987e32bccdd3e8cc15141cf030eaa6245d1dcd/pallets/subtensor/src/lib.rs#L1368

Feels like with DTAO this problem goes away because 1. There's no lock cost anymore 2. Subnets don't dissolve The only risk here is that subnet is not going to...

Also, the STAO -> DTAO transition unlocks the locked TAO for subnet and returns it to the creator (except it reserves 1 TAO for initializing dynamic pool)

> PRs don't get merged until they are finney-ready It needs a formal definition, i.e. what tests need to pass. E.g. does it imply testing on a full live data...

Thanks for details, @sam0x17 ! I have just one concern that this pipeline may become a bottleneck if we have too many pending PRs waiting for approval. If features depend...