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 sketchy LikelyFalse error #645

Merged
merged 6 commits into from
Feb 28, 2024

Commits on Feb 27, 2024

  1. remove sketchy LikelyFalse error

    This error would trigger on `l:0` on the basis that this is equivalent
    to `u:0` but always less efficient. There are no other "linting" errors
    like this in this library, and the C++ implementation doesn't have it,
    so we should drop it.
    apoelstra committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b87b4fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d441ccd View commit details
    Browse the repository at this point in the history
  3. ci: tighten import of Vec

    apoelstra committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3725549 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df069af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    220f101 View commit details
    Browse the repository at this point in the history
  6. cargo fmt

    apoelstra committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    50db03c View commit details
    Browse the repository at this point in the history