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

1/3 Implement improved API implementation for database #227

Merged
merged 11 commits into from
Sep 28, 2023

Commits on Sep 15, 2023

  1. Return owned values

    While it would be great to return references, the lifetime issues in
    shale must be worked out first, so we're punting and returning owned
    values instead for now.
    rkuris committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b5fcb1e View commit details
    Browse the repository at this point in the history
  2. Add node type to api + proofs

    Proofs need to how to fetch data from a node they are operating on.
    rkuris committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    a219894 View commit details
    Browse the repository at this point in the history
  3. Partial implementation of new V2 api for DbRev

    The proofs are a little harder due to ownership issues.
    rkuris committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    50b0507 View commit details
    Browse the repository at this point in the history
  4. Remove some trait bounds

    Per review
    rkuris committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b11233c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e398dd View commit details
    Browse the repository at this point in the history
  6. Fixups for owned values

    rkuris committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    57d2f37 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a30d8c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

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

    rkuris committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5da1623 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15ee034 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

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