codex-storage / codex-contracts-eth

Ethereum smart contracts for Codex
Other
5 stars 8 forks source link

Increase pointer by 67 blocks each time the period is increased #75

Closed emizzle closed 6 months ago

emizzle commented 7 months ago

In order to prevent the pointer from being in downtime through many consecutive periods (up to 64 blocks, or just over 6 periods), the pointer is increased by 64 blocks each time the period is increased.

Note

Based on https://github.com/codex-storage/codex-contracts-eth/pull/78

emizzle commented 6 months ago

@markspanbroek @AuHau can we merge this?

AuHau commented 6 months ago

I still don't have really solid understanding of this, so I would leave it up to @markspanbroek to approve 😅