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

fix: [GraphQL/Owner] rootVersion: UInt53 #18966

Merged
merged 1 commit into from
Aug 12, 2024
Merged

Commits on Aug 12, 2024

  1. fix: [GraphQL/Owner] rootVersion: UInt53

    ## Description
    
    The PR introducing the `rootVersion` parameter to `Query.owner` raced
    with the PR that introduced `UInt53`. This PR fixes the race by using
    `UInt53` as the type for `rootVersion`.
    
    ## Test plan
    
    ```
    sui-graphql-rpc$ cargo nextest run
    ```
    amnn committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    d0d9fe6 View commit details
    Browse the repository at this point in the history