Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(slot-reservations): Support reserving slots #907

Merged
merged 8 commits into from
Oct 4, 2024

Commits on Oct 2, 2024

  1. feat(slot-reservations): Support reserving slots

    Closes #898.
    
    Wire up reserveSlot and canReserveSlot contract calls, but don't call them
    emizzle committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    de9753a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4cc277 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6fcb09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fced155 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e95f684 View commit details
    Browse the repository at this point in the history
  6. change canReserveSlot and reserveSlot parameters

    Parameters for `canReserveSlot` and `reserveSlot` were changed from `SlotId` to `RequestId` and `UInt256 slotIndex`.
    emizzle committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ed4075c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    425dfb1 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    1e5d21e View commit details
    Browse the repository at this point in the history