codex-storage / codex-contracts-eth

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

Support slot queue #61

Closed emizzle closed 1 year ago

emizzle commented 1 year ago
  1. add request expiry to StorageRequested evcent
  2. add slotIndex to SlotFreed event
  3. remove slotIndex as an indexed emission of SlotFIlled event
  4. copy slotIndex before deleting slot, as it was emitting 0!