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

zcash_client_sqlite: Assign UUIDs to each account #1631

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Nov 21, 2024

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

Commits on Nov 23, 2024

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

Commits on Nov 27, 2024

  1. zcash_client_sqlite: Change WalletDb::AccountId associated type to …

    …`AccountUuid`
    
    This requires a few annoying changes to migrations in order to avoid
    hitting cases where account UUIDs are expected before they exist in the
    database schema.
    nuttycom committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    546481e View commit details
    Browse the repository at this point in the history
  2. zcash_client_sqlite: Rename AccountId internal type to AccountRef

    This is now consistent with how we name other internal primary key type
    wrappers.
    nuttycom committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    6e1933b View commit details
    Browse the repository at this point in the history