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

Do some more cleanups #18

Merged
merged 9 commits into from
Feb 2, 2024
Merged

Do some more cleanups #18

merged 9 commits into from
Feb 2, 2024

Commits on Feb 1, 2024

  1. Fix bip link in rustdoc

    tcharding committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    40d12c2 View commit details
    Browse the repository at this point in the history
  2. Rename Parse error types

    Lets be uniform with `rust-bitcoin` and put the "Parse" bit at the
    front.
    tcharding committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a1fee7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6824ba6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db52a65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5038310 View commit details
    Browse the repository at this point in the history
  6. Run the formatter

    tcharding committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    1626f40 View commit details
    Browse the repository at this point in the history
  7. Rename extract::Error

    The `extract` module is private so we have to re-export all its public
    types. Re-name the `extract::Error` type and re-export it.
    tcharding committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    9b5db2b View commit details
    Browse the repository at this point in the history
  8. wip: Fix v2 re-exports

    tcharding committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    23fcb4d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

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