opentensor / subtensor

Bittensor Blockchain Layer
The Unlicense
117 stars 107 forks source link

Drain emission tuples on same block that they are created. #574

Open sam0x17 opened 1 week ago

sam0x17 commented 1 week ago

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