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

Remove TxGraph::missing_heights as ChangeSet::missing_heights_from should have replaced it #1126

Closed

Commits on Sep 15, 2023

  1. feat(wallet): add From impls for wallet types for convenience

    Also publicly expose `bdk::wallet::Update` as `bdk::Update`.
    evanlinjin committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    64f9af2 View commit details
    Browse the repository at this point in the history
  2. feat(chain)!: rm TxGraph::missing_heights

    We use `ChangeSet::missing_heights_from` in favour of
    `TxGraph::missing_heights`.
    
    `test_missing_blocks` is renamed to `test_changeset_missing_blocks_from`
    and the test is updated.
    evanlinjin committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    8e82bfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0509f11 View commit details
    Browse the repository at this point in the history