codex-storage / codex-contracts-eth

Ethereum smart contracts for Codex
Other
6 stars 9 forks source link

feat(slot-reservations): Add `SlotReservationsFull` event #183

Closed emizzle closed 2 days ago

emizzle commented 4 days ago

Closes #182.

This is being implemented as part of a longer list of tasks for slot reservations to prevent PRs from being too large.

When the number of reservations for a slot reaches config._MAX_RESERVATIONS, a SlotReservationsFull event is emitted with the RequestId and slotIndex of the slot.