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

Coredb and sync maintenance update #2583

Merged
merged 4 commits into from
Aug 30, 2024
Merged

Commits on Aug 30, 2024

  1. bump metrics

    mjfh committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    fe0fb8b View commit details
    Browse the repository at this point in the history
  2. Remove cruft

    mjfh committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    aba7a6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb6512d View commit details
    Browse the repository at this point in the history
  4. Renamed CoreDb function hasKey => hasKeyRc and provided hasKey

    why:
      Currently, `hasKey` returns a `Result[]` rather than a `bool` which
      is what one would expect from a function prototype of this name.
    
      This was a bit of an annoyance and cost unnecessary attention.
    mjfh committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    52a273d View commit details
    Browse the repository at this point in the history