opentensor / subtensor

Bittensor Blockchain Layer
The Unlicense
117 stars 107 forks source link

Investigate and Implement Multi-Block Migrations #596

Open sam0x17 opened 4 days ago

sam0x17 commented 4 days ago

Description

To reduce the risk of prolonged runtime upgrade times and minimize the impact of consensus issues, we need to investigate and potentially implement multi-block migrations. This approach allows a single migration to span multiple blocks, providing more flexibility and resilience during the upgrade process.

Acceptance Criteria

Tasks

Additional Considerations

Related Issues

References