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: add bdk_sqlite crate implementing PersistBackend #1128

Merged
merged 5 commits into from
May 23, 2024

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    d975a48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54942a9 View commit details
    Browse the repository at this point in the history
  3. feat(persist): introduce CombinedChangeSet

    It is a good idea to have common changeset types stored in
    `bdk_persist`. This will make it convenient for persistence crates and
    `bdk_wallet` interaction.
    evanlinjin authored and notmandatory committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0958ff5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8aa76c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    475c502 View commit details
    Browse the repository at this point in the history